Re: Tomcat Start.bat and shutdown.bat

2004-09-10 Thread Hongsong Zhou
http://www.mail-archive.com/[EMAIL PROTECTED]/msg135694.html [EMAIL PROTECTED] 09/10/04 08:49AM Hello: When I installed Tomcat 5.5.1 on Windows XP Professional, it failed to create the program group. I understand that it should have created two batch files for starting and shutting down

RE: Tomcat Start.bat and shutdown.bat

2004-09-10 Thread Hongsong Zhou
: Hongsong Zhou [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 10:03 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat Start.bat and shutdown.bat http://www.mail-archive.com/[EMAIL PROTECTED]/msg135694.html [EMAIL PROTECTED] 09/10/04 08:49AM Hello: When I installed Tomcat 5.5.1 on Windows

shutdown tomcat in command line error

2004-09-09 Thread Hongsong Zhou
Tomcat 5.5.1 in windows 2003 server I copy tomcat/conf to another folder, modified server.xml, copy startup.bat and shutdown.bat from tomcat/bin, setup CATALINA_BASE in new startup.bat and shutdown.bat, startup.bat works fine, when I try to run shutdown.bat, I got an error: Sep 9, 2004 4:21:54 PM

Re: crossContext in tomcat 5

2004-09-08 Thread Hongsong Zhou
Never mind, it's working now. [EMAIL PROTECTED] 09/07/04 04:27PM Does anybody try Attributes crossContext in tomcat 5, it does not work. it works in tomcat 4. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

How to startup tomcat 5.5.1 in command line

2004-09-08 Thread Hongsong Zhou
I installed tomcat 5.5.1 in windows, how to startup tomcat in command line instead of service? I only see 4 files in $CATALINA_HOME$\bin, they are bootstrap.jar, commons-logging-api.jar, tomcat5.exe and tomcat5w.exe, no .bat and .sh files anymore.

Tomcat 5.5.0 Shared classes does not work

2004-09-07 Thread Hongsong Zhou
I installed tomcat 5.5.0 and put some classes in $CATALINA_HOME$/shared/classes, but when I try to use them in my webapps, it always said class not found. I checked classloader document at http://jakarta.apache.org/tomcat/tomcat-5.5-doc/class-loader-howto.html, nothing is wrong. I use these in

crossContext in tomcat 5

2004-09-07 Thread Hongsong Zhou
Does anybody try Attributes crossContext in tomcat 5, it does not work. it works in tomcat 4. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5.5.0 Shared classes does not work

2004-09-07 Thread Hongsong Zhou
I did try jar my classes and put in the jar in shared/lib, still does not work. [EMAIL PROTECTED] 09/07/04 04:53PM On Tue, 07 Sep 2004 15:45:08 -0500, Hongsong Zhou [EMAIL PROTECTED] wrote: I installed tomcat 5.5.0 and put some classes in $CATALINA_HOME$/shared/classes, but when I try to use

Re: Tomcat 5.5.0 Shared classes does not work

2004-09-07 Thread Hongsong Zhou
Yes, it works. I jar my classes and put in the shared/lib, it works. Thanks, remy. [EMAIL PROTECTED] 09/07/04 05:30PM On Tue, 07 Sep 2004 17:01:54 -0500, Hongsong Zhou [EMAIL PROTECTED] wrote: I did try jar my classes and put in the jar in shared/lib, still does not work. Try again. While I

RE: Tomcat 4.1.18 jsp import and include error

2003-01-09 Thread Hongsong Zhou
I can not use TestData without an import even it is in the default package. [EMAIL PROTECTED] 01/09/03 01:08AM with package : %@ page import=testPackage.TestData % is ok but without package : %@ page import=TestData % you get exception. See

Tomcat 4.1.18 jsp import and include error

2003-01-08 Thread Hongsong Zhou
I installed Tomcat 4.1.18 under Windows 2000 Server and IIS, everything is fine except two errors: 1. In jsp, when I import a class, this class should in some package, otherwise you get ClassNotFoundException. But in Tomcat 4.0.4 I can import a class without package. Is this a Tomcat 4.1.18

RE: Tomcat 4.1.18 jsp import and include error

2003-01-08 Thread Hongsong Zhou
I did use JDK 1.4, but when I use JDK 1.4 and Tomcat 4.0.4, everything is fine. So I think it is a Tomcat 4.1.18 issue. [EMAIL PROTECTED] 01/08/03 04:26PM 1. In jsp, when I import a class, this class should in some package, otherwise you get ClassNotFoundException. But in Tomcat 4.0.4 I can