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
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
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
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
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]
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]
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
, 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
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]
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
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
--
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
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
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
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
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
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]
17 matches
Mail list logo