Re: TC5 won't start on Xeon --SOLVED

2004-01-21 Thread K. Harvatis
Kumar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 19, 2004 2:17 PM Subject: RE: TC5 won't start on Xeon In Catalina.bat replace the below line with set _EXECJAVA=start Tomcat %_RUNJAVA% With set _EXECJAVA= %_RUNJAVA% Then cd to the bin directory

RE: TC5 won't start on Xeon --SOLVED

2004-01-21 Thread Robbie Baldock
2004 14:20 To: Tomcat Users List Subject: Re: TC5 won't start on Xeon --SOLVED To all those who were interested in this problem: The change needed was to remove j2ee.jar from the classpath! Still, I cannot figure out why 1) It run on my pc with j2ee.jar included 2) It needs that empty \lib

RE: TC5 won't start on Xeon --SOLVED

2004-01-21 Thread Shapira, Yoav
Howdy, Apps should get any J2EE files they need from the container (eg: servlet.jar). You're obviously entitled to your opinion, but you're wrong on this one ;) Apps aren't necessarily going to get all their J2EE files from the container. Consider the case of a servlet/JSP webapp running on

RE: TC5 won't start on Xeon --SOLVED

2004-01-21 Thread Robbie Baldock
: RE: TC5 won't start on Xeon --SOLVED Howdy, Apps should get any J2EE files they need from the container (eg: servlet.jar). You're obviously entitled to your opinion, but you're wrong on this one ;) Apps aren't necessarily going to get all their J2EE files from the container. Consider

Re: TC5 won't start on Xeon --SOLVED

2004-01-21 Thread Nikola Milutinovic
You're obviously entitled to your opinion, but you're wrong on this one ;) Apps aren't necessarily going to get all their J2EE files from the container. From J2EE container, they will. Consider the case of a servlet/JSP webapp running on tomcat wishing to communicate to a remote JMS

Re: TC5 won't start on Xeon | severe error

2004-01-20 Thread K. Harvatis
, 2004 6:53 AM Subject: RE: TC5 won't start on Xeon | severe error What is the error now? 20 -ܺ 2004 9:29:29 ¿¹ org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 20 -ܺ 2004 9:29:29 ¿¹ org.apache.catalina.startup.Catalina load INFO: Initialization

TC5 won't start on Xeon

2004-01-19 Thread K. Harvatis
I have tried both with the EXE and ZIP versions: Tomcat 5 refuse to start on a Win 2000 server Xeon machine. As a service, returns an error. From the command prompt, as soon as I type startup, the window itself closes! Any experience on this? Kostas Harvatis - National Center for Social

RE: TC5 won't start on Xeon

2004-01-19 Thread Sanjeev Kumar
Checkout few env properties CATALINA_HOME JAVA_HOME ... -Original Message- From: K. Harvatis [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 3:25 PM To: [EMAIL PROTECTED] Subject: TC5 won't start on Xeon I have tried both with the EXE and ZIP versions: Tomcat 5 refuse to start

Re: TC5 won't start on Xeon

2004-01-19 Thread K. Harvatis
Checkout few env properties CATALINA_HOME JAVA_HOME ... Variables are set OK... Btw, when attempting to start as a service, windows reply: Cannot start Tomcat service... The service did NOT return any errors. Could be an internal windows error etc... contans sysadm...

RE: TC5 won't start on Xeon

2004-01-19 Thread Bruchem, A. van (Alexander)
. Harvatis [mailto:[EMAIL PROTECTED] Sent: maandag 19 januari 2004 12:47 To: Tomcat Users List Subject: Re: TC5 won't start on Xeon Checkout few env properties CATALINA_HOME JAVA_HOME ... Variables are set OK... Btw, when attempting to start as a service, windows reply: Cannot start

Re: TC5 won't start on Xeon

2004-01-19 Thread K. Harvatis
I have the same problem if I add libraries to the tomcat service configuration. If I don't do that, then everything works ok! I used service.bat to install Tomcat as a service. The startup.bat from Tomcat should work anyway! It might however take some time before you get some text in

RE: TC5 won't start on Xeon

2004-01-19 Thread Bruchem, A. van (Alexander)
What happens when you open a DOS box and try to run startup.bat? -Original Message- From: K. Harvatis [mailto:[EMAIL PROTECTED] Sent: maandag 19 januari 2004 13:01 To: Tomcat Users List Subject: Re: TC5 won't start on Xeon I have the same problem if I add libraries to the tomcat

Re: TC5 won't start on Xeon

2004-01-19 Thread Ben Souther
Instead of using startup.bat, cd to the bin directory and type: catalina start This will cause TC to run in a seperate DOS widow. You may see some more information there. On Monday 19 January 2004 07:01 am, K. Harvatis wrote: I have the same problem if I add libraries to the tomcat

Re: TC5 won't start on Xeon

2004-01-19 Thread K. Harvatis
catalina start closes the DOS window too! - Original Message - From: Ben Souther [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 19, 2004 2:10 PM Subject: Re: TC5 won't start on Xeon Instead of using startup.bat, cd to the bin directory and type

Re: TC5 won't start on Xeon

2004-01-19 Thread Ben Souther
Subject: Re: TC5 won't start on Xeon Instead of using startup.bat, cd to the bin directory and type: catalina start This will cause TC to run in a seperate DOS widow. You may see some more information

RE: TC5 won't start on Xeon

2004-01-19 Thread Sanjeev Kumar
, 2004 5:42 PM To: Tomcat Users List Subject: Re: TC5 won't start on Xeon catalina start closes the DOS window too! - Original Message - From: Ben Souther [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 19, 2004 2:10 PM Subject: Re: TC5 won't start on Xeon

Re: TC5 won't start on Xeon

2004-01-19 Thread K. Harvatis
No change - window closes as soon as I hit enter... In Catalina.bat replace the below line with set _EXECJAVA=start Tomcat %_RUNJAVA% With set _EXECJAVA= %_RUNJAVA% Then cd to the bin directory and type Catalina start

Re: TC5 won't start on Xeon

2004-01-19 Thread Ben Souther
Just to get the dumb questions out of the way Did you test that JAVA_HOME is set properly? Type: %JAVA_HOME%/bin/javac If you get a file or program not found error then it's not. On Monday 19 January 2004 07:25 am, K. Harvatis wrote: No change - window closes as soon as I hit enter...

RE: TC5 won't start on Xeon

2004-01-19 Thread Bodycombe, Andrew
Try catalina run instead of catalina start -Original Message- From: K. Harvatis [mailto:[EMAIL PROTECTED] Sent: 19 January 2004 12:26 To: Tomcat Users List Subject: Re: TC5 won't start on Xeon No change - window closes as soon as I hit enter... In Catalina.bat replace the below line

Re: TC5 won't start on Xeon

2004-01-19 Thread K. Harvatis
Message - From: Ben Souther [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 19, 2004 2:31 PM Subject: Re: TC5 won't start on Xeon Just to get the dumb questions out of the way Did you test that JAVA_HOME is set properly? Type: %JAVA_HOME%/bin/javac

RE: TC5 won't start on Xeon

2004-01-19 Thread Sanjeev Kumar
Attach bin/Catalina.bat, bin/startup.bat and conf/server.xml files along with set command output from the dos prompt -Original Message- From: K. Harvatis [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 5:55 PM To: Tomcat Users List Subject: Re: TC5 won't start on Xeon

Re: TC5 won't start on Xeon

2004-01-19 Thread Ben Souther
[EMAIL PROTECTED] Sent: Monday, January 19, 2004 2:31 PM Subject: Re: TC5 won't start on Xeon Just to get the dumb questions out of the way Did you test that JAVA_HOME is set properly? Type: %JAVA_HOME%/bin/javac If you get a file or program not found error then it's

Re: TC5 won't start on Xeon

2004-01-19 Thread Ben Souther
- Directorate of Research Support www.ekke.gr - Original Message - From: Ben Souther [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 19, 2004 2:31 PM Subject: Re: TC5 won't start on Xeon Just to get the dumb questions out of the way

Re: TC5 won't start on Xeon

2004-01-19 Thread K. Harvatis
Try catalina run instead of catalina start Same effect. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TC5 won't start on Xeon

2004-01-19 Thread Ben Souther
, January 19, 2004 2:31 PM Subject: Re: TC5 won't start on Xeon Just to get the dumb questions out of the way Did you test that JAVA_HOME is set properly? Type: %JAVA_HOME%/bin/javac If you get a file or program not found error then it's not. On Monday 19

Re: TC5 won't start on Xeon

2004-01-19 Thread K. Harvatis
As requested. Note that startup.bat is modified as discussed above. Thank you for your time on this... - Original Message - From: Sanjeev Kumar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 19, 2004 2:34 PM Subject: RE: TC5 won't start on Xeon

RE: TC5 won't start on Xeon

2004-01-19 Thread Bruchem, A. van (Alexander)
Rename the files to txt, else a lot of people can't see them. -Original Message- From: K. Harvatis [mailto:[EMAIL PROTECTED] Sent: maandag 19 januari 2004 14:01 To: Tomcat Users List Subject: Re: TC5 won't start on Xeon As requested. Note that startup.bat is modified as discussed

Re: TC5 won't start on Xeon | some progress

2004-01-19 Thread K. Harvatis
As you hinted, I installed SDK 1.4.0 and things changed. With the modified startup.bat, DOS windows does not close now, and reports that the %tomcathome%\lib directory is missing. With the original startup.bat, no complains about \lib, but the new Tomcat window which normaly opens, closes

Re: TC5 won't start on Xeon | severe error

2004-01-19 Thread K. Harvatis
Ok, what was needed was an installation of SDK 1.4 and the creation of an empty \lib directory. Now TC5 starts, but with severe error. Any idea? 19 -ܺ 2004 4:19:19 ¹¹ org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 19 -ܺ 2004 4:19:19 ¹¹

Re: TC5 won't start on Xeon | severe error

2004-01-19 Thread Ben Souther
Just to correct a previous statement made by me. TC5 Does run on j2sdk 1.3.1 (and is in fact the recommended j2sdk in the TC documentation) On Monday 19 January 2004 09:26 am, K. Harvatis wrote: Ok, what was needed was an installation of SDK 1.4 and the creation of an empty \lib directory.

Re: TC5 won't start on Xeon | severe error

2004-01-19 Thread Ben Souther
-ܺ 2004 4:19:21 ¹¹ org.apache.catalina.core.StandardContext start SEVERE: Error filterStart Do you have an app installed already, one with a servlet filter? If so, try removing that app and see if the examples shipped with Tomcat work. On Monday 19 January 2004 09:26 am, K. Harvatis

RE: TC5 won't start on Xeon | severe error

2004-01-19 Thread Yiannis Mavroukakis
:) Y. -Original Message- From: K. Harvatis [mailto:[EMAIL PROTECTED] Sent: 19 January 2004 14:26 To: Tomcat Users List Cc: Yiannis Mavroukakis Subject: Re: TC5 won't start on Xeon | severe error Ok, what was needed was an installation of SDK 1.4 and the creation of an empty \lib

RE: TC5 won't start on Xeon | severe error

2004-01-19 Thread Sanjeev Kumar
What is the error now? -Original Message- From: K. Harvatis [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 7:56 PM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: TC5 won't start on Xeon | severe error Ok, what was needed was an installation of SDK 1.4