Hi. I'm new in web services technology. I create my own service with axis. My service use directory structure, where service create own directory with relative path. I start my tomcat from : /home/komo/tomcat/bin using ./catalina.sh .
My service is in /home/komo/tomcat/webapps/axis/ where I have in WEB-INF/lib subdirectory jar package of my service: pas.jar .
When my service is started create directory pas/ for store important information. My problem is that this directory is created in TOMCAT_HOME/bin => /home/komo/tomcat/bin/pas is created .
How can I setup tomcat or service to use my specify working directory of my service? I can that workdir of my service is /home/komo/tomcat/webapps/axis/ => my service at start create directory /home/komo/tomcat/webapps/axis/pas .
Thanks for any help.
My service is in /home/komo/tomcat/webapps/axis/ where I have in WEB-INF/lib subdirectory jar package of my service: pas.jar .
When my service is started create directory pas/ for store important information. My problem is that this directory is created in TOMCAT_HOME/bin => /home/komo/tomcat/bin/pas is created .
How can I setup tomcat or service to use my specify working directory of my service? I can that workdir of my service is /home/komo/tomcat/webapps/axis/ => my service at start create directory /home/komo/tomcat/webapps/axis/pas .
Thanks for any help.