Re: Running Tomcat from Bootstrap.main

2006-08-24 Thread Lou Caudell
Zach Calvert wrote: I am running an Eclipse java application that makes a call to the Bootstrap.main function. I am using Log4J as my logger. I set the catalina.home, catalina.base, java.endorsed.dirs, and java.io.tempdir before I call Bootstrap.main with Bootstrap.main(new String[] {"start

Re: Log4j and Tomcat problem

2006-08-23 Thread Lou Caudell
es really is in the classpath? Perhaps it's missing from the classpath? Perhaps using the ROOT directory for my webapp is a bad idea? Any comments and suggestions are welcome :-) Couple of things, 1) Try putting the log4j*.jar in tomcat*\commons\li

Re: Import user defined class not working

2006-08-22 Thread Lou Caudell
e in a portable .war file. I suggest Netbeans. It's free. Also, look into MVC2 architecture, so you won't need to expose your db password. After all a jsp is a text file. - Lou Caudell - To start a new topic, e-mail: use

Re: High CPU ...

2006-08-17 Thread Lou Caudell
Lou Caudell wrote: Leon Rosenberg wrote: moskito can help. you could at least see which servlet is currently processing. http://moskito.java.dev.net if you have a really 'few' requests you could also look into /manager/status.html if you have the manager installed. regards Leon

Re: High CPU ...

2006-08-17 Thread Lou Caudell
AIL PROTECTED] Is not you link actually https://moskito.java.dev.net ?? - Lou Caudell - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Changing to different index.jsp from Tomcat default index.jsp

2006-08-16 Thread Lou Caudell
seful. - Lou Caudell - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Missing Request Parameters

2006-08-16 Thread Lou Caudell
uffer with your debugger? Enumeration e = request.getParameterNames(); while (e.hasMoreElements()) { String s = (String)e.nextElement(); if (s.equals(A_BUTTON)) {action = A; break;} else if (s.equals(B_BUTTON)) {action = B; break;} } - L

Re: HTTP Status 404 - /jsp-examples/

2006-08-02 Thread Lou Caudell
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Are you deploying a war file? I think the samples can be re-deployed. Maybe trying to deploy a simple war file from the manager will reveal the issue

Re: Install on XP Home edition

2006-08-02 Thread Lou Caudell
Might not be a bad idea to disable the firewall, while your configuring. - Lou Caudell - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HTTP Status 404 - /jsp-examples/

2006-08-01 Thread Lou Caudell
urned HTTP Status 404 - /jsp-examples/ http://:8080/jsp-examples/ I even tried individual pages, same 404 return code: HTTP Status 404 - /jsp-examples/jsp2/simpletag/hello.jsp http://:8080/jsp-examples/jsp2/simpletag/hello.jsp -Original Message----- From: Lou Caudell [mai

Re: HTTP Status 404 - /jsp-examples/

2006-08-01 Thread Lou Caudell
s/ I even tried individual pages, same 404 return code: HTTP Status 404 - /jsp-examples/jsp2/simpletag/hello.jsp http://:8080/jsp-examples/jsp2/simpletag/hello.jsp -Original Message- From: Lou Caudell [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 7:17 AM To: Tomcat

Re: HTTP Status 404 - /jsp-examples/

2006-08-01 Thread Lou Caudell
-- You didn't show an example of the url being called, so I must ask if you included the port on which tomcat is running in your call. ie http://:8080/jsp-examples/ 8080 is the default, but it can be changed in the server.xml file. - Lou Caudell (Notice: This party rese

Re: log4j NPE after redeployment of app on TC 5.5.17

2006-06-28 Thread Lou Caudell
Maybe not your answer, but I've encountered similar messages when the log4j*.jar and properties files were not copied to the server directories. If you using it that way, which would require a server restart. - Lou Caudell Leon Rosenberg wrote: I think there was a bug (already fixed i

Re: deployment to .war not context.xml value

2006-06-28 Thread Lou Caudell
Lou Caudell wrote: If I deploy a war file named by the project-version it will name the application instance by the filename not the actual name of the application supplied in the META-INF/context.xml file. Why is this. My development ide knows the difference. - Lou Caudell sweng

deployment to .war not context.xml value

2006-06-27 Thread Lou Caudell
If I deploy a war file named by the project-version it will name the application instance by the filename not the actual name of the application supplied in the META-INF/context.xml file. Why is this. My development ide knows the difference. - Lou Caudell sweng

Re: JDBC jar in WEB-INF/lib?

2006-06-27 Thread Lou Caudell
wolverine my wrote: Hi! The Tomcat's MySQL DBCP example mentioned that we have to copy the JDBC Driver's jar $CATALINA_HOME/common/lib. Do we allowed to copy the jar to WEB-INF/lib? And how can we do that? - To start a new topi

JPDA not shuting down

2006-06-22 Thread Lou Caudell
Tomcat 5.5.9 Java 1.5.06 memory: 512mb cpu: amd sempron 2600 - Lou Caudell - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]