Tomcat and JWSDP

2002-04-03 Thread Lenhart Stefan
Hi everyone! I'm trying to develop a small WebService example and therefore use Sun's Java WebService Development Pack which has a Tomcat version 4.something distribution included. Packaging the service class into a war file is no problem, and on startup Tomcat extracts the war archive to the

AW: Deployment Question

2002-04-03 Thread Lenhart Stefan
Hi Neo! If you haven't set the unpackWars attribute of your host element in server.xml to false, Tomcat should be extracting the archives automatically on startup. Just copy the archive file to your webapps directory and TC will create a subdirectory with the archive's name in the work directory

Problems with resources

2002-03-08 Thread Lenhart Stefan
--- NOTE: Sorry if you recieved this mail earlier today, but I'm not sure whether it has been sent at all... --- Hi everybody! I linked Tomcat 4.0.3 with Apache 1.3.23 using the webapp module. My webapp is running perfectly using Tomcat, i.e. using the url http://myserver:8080/app. When