> 
> Have you tried accessing the servlet directly via tomcat yet?
> If going through tomcat itself gives an error then work on fixing that >
> error first before worrying 
> about mod_jk.
> 
> -Steve O.
>

So, is this a simple classpath error? It looks like the classloader was
unable to find my servlet, but since the class lives in the
webapps/servlet/WEB-INF/classes directory, I thought it was included in the
classpath of the app server (or more specifically, my applications
classpath) by default. Is this not correct? And, if it's not correct...
where do I specify the classpath for the classloader for this app?

(Please forgive my Tomcat classloading ignorance.)

Darren

-----Original Message-----
From: Darren Hall [mailto:[EMAIL PROTECTED] 
Sent: Sunday, January 22, 2006 8:44 PM
To: 'Tomcat Users List'; [EMAIL PROTECTED]
Subject: RE: (newb) Tomcat servlet mapping problem

> 
> Have you tried accessing the servlet directly via tomcat yet?
> If going through tomcat itself gives an error then work on fixing that >
> error first before worrying 
> about mod_jk.
> 
> -Steve O.
> 

I had not, but that was an excellent idea (kinda upset I didn't think of
that one myself =P).

I get the same error when trying to execute the servlet directly through
Tomcat. The same information is repeated in the log files. Unfortunately, I
don't have great logging (I may have it configured wrong - everything goes
to localhost.log and catalina.log, nothing goes to stdout.log or stderr.log
at all) so it makes fixing this problem that much more fun/challenging!


-----Original Message-----
From: Steve Ochani [mailto:[EMAIL PROTECTED] 
Sent: Sunday, January 22, 2006 8:37 PM
To: Darren Hall; 'Tomcat Users List'
Subject: RE: (newb) Tomcat servlet mapping problem

Date sent:              Sun, 22 Jan 2006 19:55:36 -0500
From:                   Darren Hall <[EMAIL PROTECTED]>
Subject:                RE: (newb) Tomcat servlet mapping problem
To:                     'Tomcat Users List' <users@tomcat.apache.org>
Send reply to:          Tomcat Users List <users@tomcat.apache.org>

> 
> So, I've made some progress (I think), but now I'm getting a new error
> -
> 
> 2006-01-22 19:21:01 StandardWrapperValve[FLCUpEvDisplayServlet]:
> Allocate exception for servlet FLCUpEvDisplayServlet
> javax.servlet.ServletException: Wrapper cannot find servlet class
> FLCUpEvDisplayServlet or a class it depends on
> 
> So.... did I hit my servlet, or did the classloader fail to locate
> it??

Have you tried accessing the servlet directly via tomcat yet?
If going through tomcat itself gives an error then work on fixing that error
first before worrying 
about mod_jk.

-Steve O.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to