Re: Newbie question about struts and Tomcat 4

2002-03-02 Thread Adam Fields


Tony Ziolkowski says:
 Well let's see what more I can add. I took the .war files from the struts
 installation and copied them the /var/tomcat4/webapps. I restarted tomat.
 When I enter http://localhost:8180/struts-example I am told that tomcat
 can't find the page /struts-example. And I know that http://localhost:8180
 IS the correct tomcat port.
 
 That enough detail?

There's no path expansion - try this:

http://localhost:8180/struts-example/index.jsp

- Adam

-
Surgam, Inc. is a technology consulting firm with strong background in
delivering scalable and robust enterprise web and IT applications.
http://www.surgam.net


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




Re: Newbie problem

2002-03-01 Thread Adam Fields


Stelian Iancu says:
 I've just downloaded and installed Struts for the first time. I have Tomcat
 4.0.1 on a win2k box. I have a problem with struts-example. When I try to
 access it, it gives me the following exception:
 
 javax.servlet.ServletException: sun/tools/javac/Main (Unsupported
 major.minor version 48.0)
   at org.apache.jasper.servlet.JspServlet.service(JspServlet.java, Compil
ed
 Code)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
 FilterChain.java:247)
 snip
 Do you know why? Any help is appreciated! Thanks!

Possibly your jdk is out of date?

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