tomcat3.2.1 context admin password

2000-12-22 Thread Jeff Sum
what's the default password of context admin??

tomcat 3.2.1 error when browsing directory...

2000-12-22 Thread Jeff Sum
i got the following error when browsing the directory only i am using tomcat 3.2.1 release Error: 500 Location: /examples Internal Servlet Error: java.io.IOException: Not an ISO 8859_1 character:? at org.apache.tomcat.core.BufferedServletOutputStream.print(BufferedServletOutp utStream.java:

Re: only first jsp:include works

2000-10-29 Thread Jeff Sum
i faced this problem too! but i have no problem in JRun... Jeff - Original Message - From: "Jacob Nowicki" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 28, 2000 2:15 PM Subject: only first jsp:include works > Trying to use multiple jsp servlet includes > But

Re: one more question on tomcat on NT

2000-10-26 Thread Jeff Sum
same directory as you started it) > > -Original Message- > From: Jeff Sum [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 26, 2000 4:44 AM > To: Tomcat > Subject: one more question on tomcat on NT > > > why the command prompt window will not close after i started tomcat? >

one more question on tomcat on NT

2000-10-26 Thread Jeff Sum
why the command prompt window will not close after i started tomcat?

Re: fail to setup tomcat in NT

2000-10-26 Thread Jeff Sum
everything sloved, thx all~ - Original Message - From: "Jeff Sum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 26, 2000 5:20 PM Subject: Re: fail to setup tomcat in NT > it have the below error.. >

Re: fail to setup tomcat in NT

2000-10-26 Thread Jeff Sum
it have the below error.. Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tomcat/startup/Tomcat - Original Message ----- From: "Jeff Sum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 26, 2000 5:14 PM S

Re: fail to setup tomcat in NT

2000-10-26 Thread Jeff Sum
must include \jdk1.2.2\lib\tools.jar (replace jdk1.2.2 with what' right for you) tools.jar contains the necessary javac as a class. good luck matthias -Ursprüngliche Nachricht- Von: Jeff Sum [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 26. Oktober 2000 10:58 An: Tomcat Betreff: fa

fail to setup tomcat in NT

2000-10-26 Thread Jeff Sum
I have setted up tomcat_home and java_home, the server started and the servlet sample run smooth but the jsp sample give me a 500 internal server error!

Re: Tomcat bug?

2000-10-24 Thread Jeff Sum
sorry this only typing mistake.. my application was typed correctly but still doesn't work - Original Message - From: "Mike Bremford" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 24, 2000 6:14 PM Subject: RE: Tomcat bug? > It may be a typo in your example, but

Tomcat bug?

2000-10-23 Thread Jeff Sum
Hi, I have a strange problem in the include file action. I use tomcat 3.1with Linux (JDK1.3), my directory structure are as follow: +-- webapps +-- myroot +-- test1 a.jsp +-- test2 b.jsp +-- test3