Re: Web Apps

2001-12-12 Thread Galbayar
1.create [yourcontext] in to the webapps directory 2.create WEB-INF in to the [yourcontext] directory 3.create classes in to the WEB-INF directory 4.create lib in to the WEB_INF directory 5. add Context path=/yourcontext docBase=yourcontext debug=0 reloadable=true/ this line to

Re: Servlet doesn't work

2001-12-12 Thread Galbayar
cpoy servlet to the TOMCAT_HOME/webapps/ROOT/WEB-INF/classes directory - Original Message - From: Peng Annie [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, December 12, 2001 18:43 Subject: Servlet doesn't work Hi, I am using apache1.3.20, tomcat4.0 on

Re: Tomcat 3.3, Apache 1.3.22, and Windows NT

2001-12-12 Thread Galbayar
you must edit workers.properties file - Original Message - From: Adi Naren [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 13, 2001 09:00 Subject: Tomcat 3.3, Apache 1.3.22, and Windows NT Hi, After configuring the necessary files in TOMCAT_HOME/conf and

Re: Why 500 error in Tomcat 4.0.1 but NOT 4.0???

2001-12-12 Thread Galbayar
can u send me your servlet? - Original Message - From: Richard S. Huntrods [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 13, 2001 11:31 Subject: Why 500 error in Tomcat 4.0.1 but NOT 4.0??? I have a servlet that runs fine in Tomcat 4.0 on a Win2000 machine. If I

test

2001-12-02 Thread Galbayar
test

Tomcat and Wap

2001-11-30 Thread Galbayar
my jsp is: I can't find any error. but WAP browser have Page Cannot be displayed error. %@ page contentType=text/vnd.wap.wml;charset=ISO-8859-1% %response.setHeader(Cache-Control,no-cache);% %@ page import=java.io.*% ?xml version=1.0? !DOCTYPE wml PUBLIC -//WAPFORUM//DTD WML 1.1//EN

Re: TC 4.0 newbie - servlet app won't run

2001-11-21 Thread Galbayar
FORM ACTION=servlet/myservlet method=POST - Original Message - From: Mark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 22, 2001 04:42 Subject: TC 4.0 newbie - servlet app won't run I installed Tomcat 4.0.1 under Win 2k using JDK 1.3 and able to run the example

Re: mod_jk Tomcat 4.0.1

2001-11-21 Thread Galbayar
use mod_webapps - Original Message - From: Matt Sales [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, November 22, 2001 01:45 Subject: mod_jk Tomcat 4.0.1 Hello, I'm trying to integrate mod_jk with Tomcat 4.0.1/Apache1.3.22/RH7.2. I've poured over the

<    1   2