On Wed, Apr 14, 2004 at 05:00:23PM -0400, Cindy Girard wrote:
:   I'm running the newest versions of jdk, tomcat, and saxon.
:   Saxon is running under tomcat (it sees the directory structure in
:   http://localhost:8080/saxon , but I can't get it to see
:   SaxonServlet. I've tried putting SaxonServlet.class in every
:   WEB-INF/classes directory I could find with no result.

If Saxon is just another webapp (or lone servlet, or whatever) you
should only have to put it in {context}/WEB-INF/classes or a jar in
{context}/WEB-INF/lib.  Putting it in other dirs may give you trouble
down the line.

What does the Tomcat log say when the servlet fails?

What's the web.xml entry for the servlet declaration and mapping?

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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

Reply via email to