I'm sticking with this example as it "should" work.
The url I put in is localhost/apps.10.jsp.
Here is a dir (screen dump) of the file:
Directory of C:\Program Files\Apache Tomcat 4.0\webapps\apps
02/16/2002 03:50p 727 10.jsp
So the file is there.
The error I get is:
C:\Program Files\Apache Tomcat
4.0\work\Standalone\localhost\apps\$10$jsp.java:3: Class net.windward.Cart
not found in import.
import net.windward.Cart;
^
1 error, 1 warning
Here is the dir (screen dump) of the file Cart.class
Directory of C:\Program Files\Apache Tomcat
4.0\webapps\apps\WEB-INF\classes\ne
t\windward
12/29/2001 01:11p 18,392 Cart.class
12/29/2001 01:10p 24,099 Cart.java
So any idea why it can't find it? I looked in the log files but couldn't
find any that listed a directory it was looking in.
thanks - dave
----- Original Message -----
...
> > I also added:
> > <Context path="/apps" docBase="apps" debug="0" privileged="true" />
> >
> > And then created
> > CATALINA_HOME\webapps\apps\*.jsp
> > and
> > CATALINA_HOME\webapps\apps\WEB-INF\classes\net\windward\*.class
>
> I don't see anything wrong with this, it looks like it should work.
> This all makes me wonder if something else is wrong. How is the jsp
> looking for the class file? For example, is it using the full package
> name?
>
>
> > In all these cases I can get ot the .jsp file but the jsp file
> > cannot find the java .class files.
> >
> > I am doing no web.xml file because I have no servlets or anything
> > else like that. Just jsp files and classes for them to access.
>
> I think that should be OK, and if it's finding the servlets/jsps OK,
> that should indicate it's OK.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>