Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tomcat4 + Axis + service own directory

Status
Not open for further replies.

komofei

Programmer
Apr 28, 2006
1
SK
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top