Randy Layman wrote:

>         I assume when you mean access your jsp page through a servlet you
> mean you are calling the RequestDispather's forward method.  This method
> takes paths relative to the root of your webapp.  If your webapp is called
> cdtest, then you would want to forward to just "/menu.jsp"
>
>         Randy
>
> > -----Original Message-----
> > From: Michael Burke [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, January 30, 2002 10:06 PM
> > To: [EMAIL PROTECTED]
> > Subject: JSP problem
> >
> >
> > I'm using the build.xml file and ant to deploy my app in tomcat4. The
> > app is deployed successfully but when I try to access my jsp page
> > through a servlet I get a "/cdtest/menu.jsp is not available" error.
> > Menu.jsp is in the cdtest directory (my apps root directory) under the
> > webapps directory. I own all the directories of my webapp and
> > the files
> > are executable so I don't think that's the problem.. Tomcat's log
> > doesn't give an error message so that's not helping. Any suggestions
> > would be appreciated.
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Thanks for the reply Randy, yes that was the problem. That was the next area
I was going to check. Thanks again.


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to