In my opinion, having j2ee.jar on the CLASSPATH is OK for building apps but
I never put it on the runtime CLASSPATH.  

Apps should get any J2EE files they need from the container (eg:
servlet.jar).


Robbie

-----Original Message-----
From: K. Harvatis [mailto:[EMAIL PROTECTED]
Sent: 21 January 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 created.

Regards,


Kostas Harvatis



----- Original Message ----- 
From: "Sanjeev 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 and type
> Catalina start
> 
> --- Check the output now
> 
> 
> -----Original Message-----
> From: K. Harvatis [mailto:[EMAIL PROTECTED] 
> Sent: Monday, January 19, 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
> 
> 
> > 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.
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to