java.util.zip.ZipException error message

2004-03-22 Thread Chris Daly
hi i'm trying to stop tomcat 4.1 (bin/shutdown.sh) and getting the following error (unix sun machine) java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.init(ZipFile.java:110) at

java.util.zip.ZipException error message

2004-03-18 Thread Chris Daly
hi i'm trying to stop tomcat 4.1 (bin/shutdown.sh) and getting the following error (unix sun machine) java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.init(ZipFile.java:110) at

tomcat and sderr file

2004-03-09 Thread Chris Daly
hi i have installed wasp on my c: drive (win 2kpro), and also have tomcat as a stand alone (4.1.12-LE) installed. problem is when i try to run tomcat (with wasp not running) the pages which it pulled form the root directory last week are currently unavailable (not a 404). when i try both

tomcat wont start - log file error

2004-03-05 Thread Chris Daly
hi i installed a product called wasp server http://www.systinet.com/products/java_ws (looks like a neat tool for web services) on my local machine (win2kpro). problem is now my tomcat doesn't seem to start even when wasp is shut down. heres' what i'm getting from the log file -

RE: tomcat wont start - log file error

2004-03-05 Thread Chris Daly
logs don't indicate anything wrong. Are there any errors in them? ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Chris Daly [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 5:20 AM To: [EMAIL PROTECTED] Subject: tomcat wont start - log file error hi i installed

RE: tomcat wont start - log file error

2004-03-05 Thread Chris Daly
cheers i've tried running both at same time but no joy, running at different times, changing ports. when i run both at same time on same port interestingly i get a 404 on the tomcat.jsp, and the wasp page takes preference. probably have to try a reinstall on old tomcat (4.1.12- LE) chris

include files

2004-02-10 Thread Chris Daly
hi i've tested a new version of my jsp include file (a header which is referenced by about 40 pages) on one jsp page, and its wokred ok. i've changed the coding of the include page though none of the other jsp pages have picked up the new include and are still looking to teh old one ? i've

RE: include files

2004-02-10 Thread Chris Daly
. -Original Message- From: Chris Daly [mailto:[EMAIL PROTECTED] Sent: 10 February 2004 09:19 To: [EMAIL PROTECTED] Subject: include files hi i've tested a new version of my jsp include file (a header which is referenced by about 40 pages) on one jsp page, and its wokred ok. i've changed

Re: Configuration question

2004-02-10 Thread Chris Daly
i think what you mean is run two instances of tomcat. you do this within the conf/server.xml, and make another copy of the context path file where docbase is the root directory of your new website, remember to stop and start tomcat for the changes to take effect. Context path=/..

Re: include files

2004-02-10 Thread Chris Daly
thanks. do i delete the name of the app under tomcat, for example work/Standalone/localhost/Website ? and all the $... files and the two directories - Help and WEB-INF under this directory ? what is the touch cmd ? i cant find it in my wrox tomcat book ? cheers chris You would delete

Re: include files

2004-02-10 Thread Chris Daly
thanks to all. At 09:06 10.02.2004 -0600, you wrote: On Tue, 10 Feb 2004, Chris Daly wrote: thanks. do i delete the name of the app under tomcat, for example work/Standalone/localhost/Website ? and all the $... files and the two directories - Help and WEB-INF under this directory ? I

two tomcat instances

2003-09-22 Thread Chris Daly
hi i have an application which uses tomcat 4.0 and i have copied the application and tomcat to two different folders. as far as i can see i have changed the configuration settings on the second instance of server xml which are different server ports different ajp13 connector ports different

Re: tomcat shutdown

2003-08-14 Thread Chris Daly
in the shutdown.sh or shutdown.bat if anything ? cheers chris At 11:11 12.08.2003 -0400, you wrote: Did you change the default shutdown ports for both instances? If you did, did you also make the appropriate changes in the shutdown scripts? John Chris Daly wrote: hi i have two instances of tomcat

two tomcats one hangs

2003-08-14 Thread Chris Daly
hi i've now two instances of tomcat running - seperate directories for everyhting - sperate connector ports. the second version simply hangs midway through when i try to access the second instance of the server. any ideas ? cheers chris

RE: two tomcats one hangs

2003-08-14 Thread Chris Daly
a port is already in use. I'd suggest you went through both server config files and double check :) -Original Message- From: Chris Daly [mailto:[EMAIL PROTECTED] Sent: 13 August 2003 11:40 To: Tomcat Users List Subject: RE: two tomcats one hangs i'm getting this from teh catlina.out

RE: tomcat shutdown

2003-08-14 Thread Chris Daly
- can be changed to 8005 (First Tomcat) and 8006 (Second Tomcat). And, I think you will have to manually stop the processes that are currently running. Hope this helps. Kal -Original Message- From: Chris Daly [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 10:05 AM To: mailto

RE: tomcat shutdown

2003-08-14 Thread Chris Daly
: Chris Daly [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 10:05 AM To: mailto:@magic.lif.icnet.uk Subject: tomcat shutdown hi i have two instances of tomcat runnign as a stand olone but on different ports - i can neither stop nor start either tomcat as all that i'm getting is Catalina.stop

RE: two tomcats one hangs

2003-08-14 Thread Chris Daly
a servlet or just the default starting pages in Tomcat? Yiannis. -Original Message- From: Chris Daly [mailto:[EMAIL PROTECTED] Sent: 13 August 2003 11:15 To: mailto:@magic.lif.icnet.uk Subject: two tomcats one hangs hi i've now two instances of tomcat running - seperate directories

tomcat shutdown

2003-08-14 Thread Chris Daly
hi i have two instances of tomcat runnign as a stand olone but on different ports - i can neither stop nor start either tomcat as all that i'm getting is Catalina.stop: java.net.ConnectException: Connection refused java.net.ConnectException: Connection refused at

i can't stop tomcat

2003-08-14 Thread Chris Daly
hi i made a copy of an app and its tomcat 1.4 container (connecting it to a different port). basically i cant now stop tocamt and am getting the a connection refused error ? how do i stop it ? its running with apache on a unix sunsolaris . cheers chris

Re: tomcat shutdown

2003-08-14 Thread Chris Daly
shutdown ports for both instances? If you did, did you also make the appropriate changes in the shutdown scripts? John Chris Daly wrote: hi i have two instances of tomcat runnign as a stand olone but on different ports - i can neither stop nor start either tomcat as all that i'm getting

tomcat administration

2002-11-14 Thread Chris Daly
hi asked this question yesterday though teh anaswer wasn't clear. i've set up tomcat and am viewing the index.jsp page telling me that i've set it up successfully. on the lef thand side are a number of sections -at the top under administraion is tomcat adminstration and manager. when i click

tomcat as a service

2002-11-13 Thread Chris Daly
hi i wish to run tomact as a service though am currently running it as a stand alone. has anyone got the details handy or can point me i the direction of good tutorials / shortcuts cheers chris -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional

Re: SV: tomcat as a service

2002-11-13 Thread Chris Daly
could you give me a bit more detail ? cheers. i'm using win 2000/nt j2sdk1.4 tom 4.1.12 LE At 16:49 13/11/2002 +0100, you wrote: On win32 you get an option for doing this if you install the .exe -Oprindelig meddelelse- Fra: Chris Daly [mailto:C.daly;cancer.org.ukmailto:C.daly