RE: mod_jk problem

2004-02-03 Thread Guy Rouillier
Lukas Larsson wrote: I already put the Include statement in httpd.conf, and then put JkMount in mod_jk.conf. But it still doesn't work. Is there anything I have to do in server.xml to make it work. I've added two lines Server port=8005 shutdown=SHUTDOWN debug=0 #this line is above Listener

RE: mod_jk problem

2004-01-28 Thread Guy Rouillier
accomplish anything. Apache is the one who needs the JkMount command, not Tomcat. ./Lukas Guy Rouillier [EMAIL PROTECTED]: Lukas Larsson wrote: Thx for the replies. I'm using 4.1.29. I haven't played anything with the structure at all. The strange thing is that when I put the test.jsp file

RE: Classloading issue: common/lib/servlet-api.jar

2004-01-27 Thread Guy Rouillier
to Senor Duffy's post, read the Classloader How-To in the tomcat documentation. Yoav Shapira Millennium ChemInformatics -Original Message- From: Guy Rouillier [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 4:17 PM To: Tomcat Users List Subject: Classloading issue: common

RE: Classloading issue: common/lib/servlet-api.jar

2004-01-27 Thread Guy Rouillier
Shapira, Yoav wrote: Howdy, ClassNotFoundException - class you explicitly asked for is not found NoClassDefFoundError - a class required by your class (through a new, e.g.) was available at compile time but cannot be found now. I know what the errors mean, thanks ;) The most common cause

RE: Classloading issue: common/lib/servlet-api.jar

2004-01-27 Thread Guy Rouillier
for your offer. Do you have the same exception if you don't turn security on? What your servlet is trying to do? Yes, I see the same thing without -security. Not clear on why it would still be using a SecureClassloader if I'm not running with -security. Thanks -- Jeanfrancois Guy

RE: mod_jk problem

2004-01-27 Thread Guy Rouillier
on test.jsp on port 80 :(, atleast now we know that tomcat is working properly. Guy Rouillier said before that I have to make sure that 'tomcat is set up properly by going directly to it for the JSP page, bypassing Apache', how would I check this? And how do I set it up? You accomplished

RE: mod_jk problem

2004-01-26 Thread Guy Rouillier
Lukas Larsson wrote: Thx for the reply. I folloes your second link and found this site (http://johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.h tml) on how to configure mod_jk but I still get the same problem. Apache says that it is working with mod_jk, but it does not translate *.jsp

Classloading issue: common/lib/servlet-api.jar

2004-01-26 Thread Guy Rouillier
I found this message in the archives from Michael Duffy that is relevant to my question: When Tomcat starts, it assumes the CLASSPATH for your Web app consists of: (1) The rt.jar, of course, (2) All the JARs in TOMCAT_HOME/common/lib, which are visible to all apps, (3) All the JARs in the

RE: mod_jk problem

2004-01-26 Thread Guy Rouillier
. ./Lukas - Original Message - From: Guy Rouillier [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 26, 2004 9:39 PM Subject: RE: mod_jk problem Lukas Larsson wrote: Thx for the reply. I folloes your second link and found this site (http

RE: Removing ROOT as default path to tomcat 5

2004-01-23 Thread Guy Rouillier
Drinkwater, GJ (Glen) wrote: Hi I wish to remove ROOT as the default path to Tomcat 5, I have added Context path=/ to the server.xml file but the default $CATALINA_HOME/webapps/ROOT/index.jsp page still appears with http://localhost:8080. This is how I did it with tomcat 4, has anything

RE: Starting up a particular configuration

2004-01-22 Thread Guy Rouillier
Shapira, Yoav wrote: Howdy, Use the -config {pathname} argument to specify a server.xml file to use. And please be careful in your wording, as this quote: According to RUNNING.txt, you can pass a -Dcatalina.base=$CATALINA_BASE argument when executing the startup command to run a specified

RE: FORM based authentication referer

2004-01-21 Thread Guy Rouillier
Ricardo GarcĂ­a wrote: Here's some starting context for my question I have a war file that has been configured to use FORM based authentication. I have set the form-login-page in the web.xml of the war file to point to a jsp file in my war file. When a user invokes any jsp without

RE: Mozilla showing JSP source code

2004-01-21 Thread Guy Rouillier
. Thanks, Jeff (and all others who offered a suggestion.) Good luck, Jeff -Original Message- From: Guy Rouillier [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 5:36 PM To: Tomcat Users List Subject: Mozilla showing JSP source code I've tried to do due diligence

Starting up a particular configuration

2004-01-21 Thread Guy Rouillier
According to RUNNING.txt, you can pass a -Dcatalina.base=$CATALINA_BASE argument when executing the startup command to run a specified configuration. Yet when I try I get this: C:\jakarta-tomcat-5.0.16\binstartup -Dcatalina.base=c:\jakarta-tomcat-5.0.16\secure Using CATALINA_BASE: .. Using

RE: Mozilla showing JSP source code

2004-01-20 Thread Guy Rouillier
to resolve the showing of the HTML source? Sean Web Solutions That Work Developing custom web solutions designed specifically to accomplish the unique objectives of our clients. Phone 503-639-2727 Fax 503-639-0807 - Original Message - From: Guy Rouillier [mailto:[EMAIL PROTECTED

RE: Mozilla showing JSP source code

2004-01-20 Thread Guy Rouillier
examples on the web, but can't get them to work. I'll keep plugging away. Good luck, Jeff -Original Message- From: Guy Rouillier [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 5:36 PM To: Tomcat Users List Subject: Mozilla showing JSP source code I've tried

RE: maxProcessors vs maxThreads

2004-01-19 Thread Guy Rouillier
Apu Shah wrote: thanks yoav. this begs another question... under what circumstances would one choose to use the ajp connector? i am assuming it's probably a more compact and efficient protocol compared to http (not sure about that). in any case, if one never needs to access tomcat

Mozilla showing JSP source code

2004-01-19 Thread Guy Rouillier
am out of ideas and don't know where to go next. Thanks for any help. -- Guy Rouillier - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

NullPointerException on exception in ErrorPage.jsp

2002-12-24 Thread Guy Rouillier
I've been notified of a really weird exception. I've searched the archives to no avail. I provide the actual code at the bottom of this message. In summary, some error on our web site is causing invocation of the designated JSP error page. The error page is apparently getting a

Re: NullPointerException on exception in ErrorPage.jsp

2002-12-24 Thread Guy Rouillier
I figured this one out. Somebody had coded a sendRedirect(errorpage.jsp). Sorry for the noise. - Original Message - From: Guy Rouillier [EMAIL PROTECTED] To: Tomcat User [EMAIL PROTECTED] Sent: Tuesday, December 24, 2002 2:20 PM Subject: NullPointerException on exception in ErrorPage.jsp