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[]

Re: Log4j and Tomcat problem

2006-08-23 Thread Lou Caudell
? 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\lib and see if it works.. 2) You may be missing the jtds*.jar. - Lou Caudell

Re: Import user defined class not working

2006-08-22 Thread Lou Caudell
. 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: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Missing Request Parameters

2006-08-16 Thread Lou Caudell
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;} } - Lou Caudell

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

2006-08-16 Thread Lou Caudell
. - 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: Install on XP Home edition

2006-08-02 Thread Lou Caudell
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
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://host:8080/jsp-examples/some.jsp 8080 is the default, but it can be changed in the server.xml file. - Lou Caudell (Notice: This party reserves all rights

Re: HTTP Status 404 - /jsp-examples/

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

Re: HTTP Status 404 - /jsp-examples/

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

Re: deployment to filename.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

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

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

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]