RE: Who serves static content Tomcat or Apache?

2003-09-10 Thread Lee, Paul NYC
Hi Kai, Apache will(should) serve your static content as long as you point the DocumetRoot to it. Also, tomcat won't serve any files you don't specify in the mod_jk properties file. Like if you don't specify *.html or *.jpg. Hope this helps. -Original Message- From: Kai Schliemann

RE: Where To Put Resource Bundles?

2003-09-18 Thread Lee, Paul NYC
The jvm will look through your classpath for resource bundles. So either add the path in your classpath or stick in a place already specified in your existing classpath. -Paul -Original Message- From: Michael Duffy [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 1:46 PM

RE: Where does system.out go?

2003-10-08 Thread Lee, Paul NYC
Try catalina.out also in the log directory. -Original Message- From: Michael Remijan [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 4:13 PM To: Tomcat Users List Subject: Where does system.out go? Hello, In a JSP page i'm doing some testing. I have System.out.println()

RE: Help root context problem!!!

2003-10-09 Thread Lee, Paul NYC
Hi Justin, Did you try deleting the contents of the work folder? Regards, Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 3:41 PM To: [EMAIL PROTECTED] Subject: Help root context problem!!! I'm having caching problems with

RE: Help root context problem!!!

2003-10-09 Thread Lee, Paul NYC
Lee, PaulNYC [EMAIL PROTECTED] 10/09/2003 03:20 PM Please respond to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: Help root context problem!!! Hi Justin, Did you try deleting the contents of the work

RE: Web-app setup

2003-10-09 Thread Lee, Paul NYC
Can you include the relevant part of web.xml? -Original Message- From: Duane Kehoe [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 4:47 PM To: Tomcat Users List Subject: Web-app setup I am trying to setup a webapp and am having a little difficulty. My application starts on

RE: Help root context problem!!!

2003-10-09 Thread Lee, Paul NYC
, Justin A. Stanczak Web Manager Shake Learning Resource Center Vincennes University (812)888-5813 Lee, PaulNYC [EMAIL PROTECTED] 10/09/2003 03:40 PM Please respond to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE

RE: redirect?

2003-10-23 Thread Lee, Paul NYC
That's just the port number specified in server.xml. Just change it from 8009 to 80. Remember, if you are on a unix machine, you will need to start the server as root after this change. -Original Message- From: Dean, Michael D. [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003

RE: redirect?

2003-10-23 Thread Lee, Paul NYC
I'm sorry. I didn't see that you also had apache running. Please disregard my previous response. -Original Message- From: Dean, Michael D. [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 2:46 PM To: '[EMAIL PROTECTED]' Subject: redirect? I have Apache 2.0.47, Tomcat 5.0

RE: Greetings

2003-10-31 Thread Lee, Paul NYC
Did you get any errors? -Original Message- From: John Greco [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 2:23 PM To: '[EMAIL PROTECTED]' Subject: Greetings Greetings all I am new to the list. I just had a quick question as to getting Tomcat to process some Perl/CGI

RE: Greetings

2003-10-31 Thread Lee, Paul NYC
Manufacturing, Inc. 170 Ludlow Avenue Northvale, NJ 07647 Tel: 888 RAB-1000 Fax: 888 RAB-1232 Web: www.rabweb.com Email: [EMAIL PROTECTED] -Original Message- From: Lee, Paul NYC [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 2:27 PM To: 'Tomcat Users List' Subject: RE: Greetings

RE: Greetings

2003-10-31 Thread Lee, Paul NYC
-1232 Web: www.rabweb.com Email: [EMAIL PROTECTED] -Original Message- From: Lee, Paul NYC [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 2:42 PM To: 'Tomcat Users List' Subject: RE: Greetings Can you also post the relevant part of web.xml? -Original Message- From: John

RE: Greetings

2003-10-31 Thread Lee, Paul NYC
Email: [EMAIL PROTECTED] -Original Message- From: Lee, Paul NYC [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 3:00 PM To: 'Tomcat Users List' Subject: RE: Greetings This looks ok except for the /web-app at the top but I'm assuming this is a cut and paste error. The only

RE: RE: RE: Connection Apache - Tomcat

2003-11-03 Thread Lee, Paul NYC
param-namelistings/param-name param-valuetrue/param-value /init-param load-on-startup1/load-on-startup /servlet How can I determine what a servlets are loaded? -Peter -Original Message- From: Lee, PaulNYC [EMAIL

RE: RE: RE: RE: Connection Apache - Tomcat

2003-11-03 Thread Lee, Paul NYC
/WEB-INF/classes/url-pattern /servlet-mapping I also noticed this line in catalina.out. Is this right? INFO: JK2: ajp13 listening on /0.0.0.0:8009 Where does it get this IP address? -Peter -Original Message- From: Lee, PaulNYC [EMAIL PROTECTED] Sent: Mon, 3

RE: Tomcat 4.1 -- Newbie Question

2003-11-07 Thread Lee, Paul NYC
Yep, check out the logs directory. There will be a catalina.out file that captures all stdout and stderr. -Original Message- From: Gopalakrishnan Govindakrishnan [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 8:23 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.1 -- Newbie

RE: Start Tomcat

2003-11-12 Thread Lee, Paul NYC
Hi Simon, Just because the window disappeared doesn't mean tomcat didn't actually start. Can you verify? -Original Message- From: Simon Allen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 5:31 PM To: '[EMAIL PROTECTED]' Subject: Start Tomcat Hi I am able to start

RE: MySQL DBCP Example

2003-11-25 Thread Lee, Paul NYC
Your error here speaks for itself. Tomcat can't find foo. Check your classpath. -Original Message- From: Ralf Poppen [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 9:33 AM To: [EMAIL PROTECTED] Subject: MySQL DBCP Example Hello, I tried the MySQL DBCP Example. I used

RE: Session not freed in tomcat4.0.6

2003-12-03 Thread Lee, Paul NYC
Hi Yoav, I have noticed this behavior too. Sorry if this is a stupid question but why aren't the sessions destroyed when tomcat is shutdown? If the jvm is gone should all of it's objects be destroyed? Thanks, Paul -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]

RE: Session not freed in tomcat4.0.6

2003-12-03 Thread Lee, Paul NYC
-Original Message- From: Lee, Paul NYC [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 10:01 AM To: 'Tomcat Users List' Subject: RE: Session not freed in tomcat4.0.6 Hi Yoav, I have noticed this behavior too. Sorry if this is a stupid question but why aren't the sessions

RE: Easy /servlet question

2004-06-23 Thread Lee, Paul NYC
Tomcat 3.x allowed access to servlets under a common mapping (/servlet/*) by default. In Tomcat 4.x the developers stopped this behavior by default. This was done by the invoker servlet. To enable this, under $CATALINA_HOME/conf, modify the web.xml file. Search for invoker and you should find

RE: my jsps don't work anymore :(

2004-06-23 Thread Lee, Paul NYC
Can you post your error message? You also have mydomain.com:8080/myacct/myfile.jsp...for the jsp that doesn't work. Does it with localhost? -Original Message- From: Casas, Claudia [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 3:16 PM To: Tomcat Users List Subject: my jsps

RE: no connection pool

2004-06-30 Thread Lee, Paul NYC
He means that when you first install tomcat there is no pool configured. -Original Message- From: Yana Begun [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 2:33 PM To: Tomcat Users List Subject: RE: no connection pool Do you mean that if no maxActive parameter, there is no

RE: no connection pool

2004-06-30 Thread Lee, Paul NYC
it after it already configured? -Original Message- From: Lee, Paul NYC [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 2:36 PM To: 'Tomcat Users List' Subject: RE: no connection pool He means that when you first install tomcat there is no pool configured. -Original Message

RE: Tomcat + Apache + SSL

2004-07-01 Thread Lee, Paul NYC
http://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html -Original Message- From: Lorenzo A. Jimenez Briceno [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 1:13 PM To: Tomcat Users List Subject: Tomcat + Apache + SSL Importance: High Hi, Where can I find info about

RE: /commons vs /shared

2004-07-16 Thread Lee, Paul NYC
Check out this link: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html -Original Message- From: Insyde [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 9:52 AM To: Tomcat Users List Subject: /commons vs /shared What is the difference between /commons and

RE: How to make Apache direct Servlet to Tomcat

2004-10-01 Thread Lee, Paul NYC
Hi, It should be done the same way you redirected jsp requests to tomcat. It needs to be mapped in your jk (or jk2) properties file. Post the relevant parts of your properties file if you're not sure why it doesn't work. -Original Message- From: Daxin Zuo [mailto:[EMAIL PROTECTED]

RE: How to make Apache direct Servlet to Tomcat

2004-10-01 Thread Lee, Paul NYC
attention. The Apache2/conf/wrokers2.property is attached. The Tomcat/conf/jk2.property is empty, all lines are commented. in the httpd.conf I added: LoadModule jk2_module modules/mod_jk2-2.0.43.so the .so files are in apache2/modules Thanks -Original Message- From: Lee, Paul NYC [mailto

RE: How to make Apache direct Servlet to Tomcat

2004-10-05 Thread Lee, Paul NYC
:/examples/*] group=lb [uri:/www/*] group=lb [uri:/jdbcRowset/*] group=lb [status:] info=Status worker, displays runtime information [uri:/jkstatus/*] info=The Tomcat /jkstatus handler group=status: Thank you. -Original Message- From: Lee, Paul NYC [mailto:[EMAIL PROTECTED] Sent: Friday