Not a Tapestry problem. You specifiy the servlet class as a class name, not a path. Plenty of examples in Tapestry and elsewhere.
----- Original Message ----- From: "Craig Gregory" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 17, 2002 4:47 PM Subject: [Tapestry-developer] 500 Internal Server ErrorServlet error > ** PRIVATE ** > > Is this the right place to get help about Tapestry, or is it only for > development discussion ? > > > If it is appropriate can someone help me with the following error ? > > 500 Internal Server ErrorServlet error: > > Error instantiating servlet 'tapestryHelloWorld' (servlet class not > found, make sure it exists at > C:\_cwg$ais\_web\College-Support\web-app/WEB-INF/classes/_cwg$ais/examples/h elloworld/HelloWorld_servlet.class, > in a jar in C:\_cwg$ais\_web\College-Support\web-app/WEB-INF/lib/, in an > orion-web.xml specified classpath or global server classpath) > > > I am trying to run Tapestry with Orion. My web.xml is: > > <?xml version="1.0"?> > <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web > Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"> > > <web-app> > <display-name>College-Support</display-name> > > <servlet> > <servlet-name>tapestryHelloWorld</servlet-name> > <servlet-class>_cwg$ais/examples/helloworld/HelloWorld_servlet</servlet-clas s> > </servlet> > > <servlet-mapping> > <servlet-name>tapestryHelloWorld</servlet-name> > <url-pattern>/tapestryHelloWorld/*</url-pattern> > </servlet-mapping> > > </web-app> > > > Yes I have HelloWorld_servlet.class in > C:\_cwg$ais\_web\College-Support\web-app/WEB-INF/classes/_cwg$ais/examples/h elloworld/. > The source is: > > package _cwg$ais.examples.helloworld ; > > import com.primix.tapestry.ApplicationServlet ; > > public class HelloWorld_servlet extends > com.primix.tapestry.ApplicationServlet { > > protected String getApplicationSpecificationPath () { > return ( "/_cwg$ais/examples/helloworld/HelloWorld.application" > ) ; > } > > } > > > > I believe I have the required JARs in the proper place. > > Is this because I don't have the required JARs or is it purly an Orion > error ? > > Craig J. Gregory > Dir. of Information Srevices > Blue Mountain Community College > PO Box 100 > 2411 NW Carden Av. > Pendleton, OR 97801 > (541) 278-5825 > > _______________________________________________________________ > > Hundreds of nodes, one monster rendering program. > Now that's a super model! Visit http://clustering.foundries.sf.net/ > _______________________________________________ > Tapestry-developer mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/tapestry-developer _______________________________________________________________ Hundreds of nodes, one monster rendering program. Now that�s a super model! Visit http://clustering.foundries.sf.net/ _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
