acces_log in combined format

2001-07-02 Thread Parayali, Jayesh 1065
Title: acces_log in combined format I want to make tomcat write the access_log in combined format. I looked at the source and looks like we can't do it as it is now. Any trick is appreciated. Thanks, Jayesh

tomcat - application welcome page

2000-12-05 Thread Parayali, Jayesh 1065
Title: tomcat - application welcome page I have created a web application called project I want HomePage.jsp under project to be on when I browse http://hostname, instead of index.html Any suggestions to configure tomcat to do that. Thank you, Jayesh

tomcat - application welcome page

2000-12-05 Thread Parayali, Jayesh 1065
Title: tomcat - application welcome page I have created a web application called project I want HomePage.jsp under project to be on when I browse http://hostname, instead of index.html Any suggestions to configure tomcat to do that. Thank you, Jayesh

RE: tomcat won't start

2000-12-05 Thread Parayali, Jayesh 1065
Title: RE: tomcat won't start set the environment variables JAVA_HOME=/usr/local/jdk1.3 and TOMCAT_HOME=/usr/local/tomcat -Original Message- From:   Didier Godefroy [SMTP:[EMAIL PROTECTED]] Sent:   Tuesday, December 05, 2000 4:58 PM To: [EMAIL PROTECTED] Subject:    tomcat w

RE: running init() twice?

2000-12-08 Thread Parayali, Jayesh 1065
Title: RE: running init() twice? Send me the piece of html or jsp where u r invoking your servlet. -Original Message- From:   Irina Rubenchik [SMTP:[EMAIL PROTECTED]] Sent:   Friday, December 08, 2000 8:42 AM To: Parayali, Jayesh 1065 Cc: tomcat-user Subject:    Re

RE: Error Messages

2000-12-08 Thread Parayali, Jayesh 1065
ge on many static items like images.  I was ignoring it since that pages worked, but it would be nice to know what it is. I did not see it in 3.1, only 3.2 on NT 2000 -Original Message----- From: Parayali, Jayesh 1065 [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 02:40 PM T

RE: Tomcat + Jboss - porting Pet Store

2000-12-08 Thread Parayali, Jayesh 1065
Title: RE: Tomcat + Jboss - porting Pet Store I checked the code... it says ignore this message. Check out PoolTcpEndPoint.java -Original Message- From:   Madhu Narasa [SMTP:[EMAIL PROTECTED]] Sent:   Friday, December 08, 2000 2:20 PM To: [EMAIL PROTECTED] Subject:    Tomcat

RE: Tomcat + Jboss - porting Pet Store

2000-12-08 Thread Parayali, Jayesh 1065
throwing an exception in the above case but throwing an exception for every request seems like a problem to me. Regards, Madhu --- "Parayali, Jayesh 1065" <[EMAIL PROTECTED]> wrote: > I checked the code... it says ignore this message. > Check ou

Virtual hosting

2000-12-14 Thread Parayali, Jayesh 1065
Title: Virtual hosting I have set up 2 virtual hosts on a server running tomcat 3.2 running one web application. now the question is how do I differentiate the requests coming from 2 different URLs In other words, is the url name accessible within my JSP? Thanks, Jayesh

RE: Virtual hosting

2000-12-14 Thread Parayali, Jayesh 1065
andle the virtual hosts. As of now, I believe you will have to have two tomcat servers, one for each virtual host. This will change soon though   Filip - Original Message - From: Parayali, Jayesh 1065 <mailto:[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <mailto:&#

Error Messages

2000-12-08 Thread Parayali, Jayesh 1065
Title: Error Messages I am running tomcat 3.2 on windows NT workstation I am getting the below messages 2000-12-08 11:08:38 - Ctx( ): IOException in: R(  + /00.jpg + null) Connection aborted by peer: socket write error Anybody encountered this problem? Thanks, Jayesh

netscape timing out

2000-12-28 Thread Parayali, Jayesh 1065
Title: netscape timing out I am using tomcat 3.2.1 release build on winnt4.0 when I use jsp:forward, IE works fine.Netscape gets timed out. <% str1 = "myPage.jsp"; str1 = response.encodeURL(str1); %> Any idea? Thanks, Jayesh

RE: Locale

2001-01-24 Thread Parayali, Jayesh 1065
Title: RE: Locale It's not that. Some properties file is missing. I have JAVA_HOME and TOMCAT_HOME set correctly. You don't need ANT_HOME to run tomcat. Ant is a build tool. Jayesh -Original Message- From:   Jayesh [SMTP:[EMAIL PROTECTED]] Sent:   Wednesday, January 24, 2001 9:28

Progress in JSP/Servlet

2001-02-26 Thread Parayali, Jayesh 1065
Title: Progress in JSP/Servlet Hi, I need to show a text message while a jsp/servlet is doing some work. If I use out.flush() or response.flushBuffer(), I can not use sendRedirect since the Response has already been committed Any help is appreciated. Thanks, Jayesh

gzip

2001-03-07 Thread Parayali, Jayesh 1065
Title: gzip Anybody had any luck with gzip in JSP? Thanks, Jayesh

RE: gzip

2001-03-08 Thread Parayali, Jayesh 1065
apache slow down   Dom   - Original Message - From: Parayali, Jayesh 1065 <mailto:[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <mailto:'[EMAIL PROTECTED]'> Sent: Thursday, March 08, 2001 3:59 AM Subject: gzip Anybody had any luck with gzip in JSP? Thanks, Jayesh

RE: ȸ½Å: gzip

2001-03-08 Thread Parayali, Jayesh 1065
java.util.zip.* classes directly.   Martin   -?? ???- ?? ??: Parayali, Jayesh 1065 [mailto:[EMAIL PROTECTED]] ?? ??: Thursday, March 08, 2001 11:59 AM ?? ??: '[EMAIL PROTECTED]' ??: gzip Anybody had any luck with gzip in JSP? Thank

RE: Tomcat/Apache port number use

2001-03-08 Thread Parayali, Jayesh 1065
Title: RE: Tomcat/Apache port number use Looks like you missed out LoadModule and JkWorkerFile LoadModule    jk_module  modules/mod_jk.so JkWorkersFile /http/apps/tomcat/conf/workers.properties JkLogFile /http/apps/apache/logs/mod_jk.log JkLogLevel error JkMount /*.jsp ajp12 JkMount /ser

RE: Admin Context

2001-03-08 Thread Parayali, Jayesh 1065
Title: RE: Admin Context You need to add an admin context in server.xml like     docBase="webapps/admin" crossContext="true" debug="0" reloadable="false" trusted="true" >     also and entry in tomc