Menu

#10 NFC Chat and Tomcat

open
nobody
None
5
2004-06-04
2004-06-04
Brent
No

Hello,

I was having problems with Tomcat while running this
chat program. In the server.xml file I have the Host tag
with and appsbase directory, and in the Context tag I
have the appsbase directory. I have a feeling that my
problem is because of those two attributes.

When i run Tomcat, I will get an errror of "ContextConfig
[]: Missing application web.xml, using defaults only"
Then I chage the docbase of the context to point
elsewhere to find the web.xml file Once that happens, I
get errors of: "StandardContext[]: Servlet threw load()
exception
javax.servlet.ServletException: Wrapper cannot find
servlet class
com.lyrisoft.chat.server.remote.TunnelServlet or a class".

It just seems to me that the directory structure that
NFC has conflicts with the directory structure Tomcat is
looking for.

I know this is a very brief description of the erros I am
receiving, and i know that there is a lot more involved
with the web.xml, server.sml. httpd.conf files and so on,
but I was just wondering if there are any issues that I
should be concerned about with this chat program and
getting it to work with Tomcat.

Discussion


Log in to post a comment.