Thanks very much for your help.
It was really valuable to resolve
my problem: I placed FirstPage.jsp
into SRC directory instead
of WEB. As I'm beginner
I'll bother you with such kind
of 'dummy' qestions in the future
I think. Thank you very much
once again.
Regards
Bogdan Brzozowski
----------------------------------
email: [EMAIL PROTECTED]

----- Original Message -----
From: "Christopher Schultz" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, October 24, 2003 2:57 PM
Subject: Re: Where to put JSP file?


> Bogdan,
>
> >     I' m begginer, so my question is very fundamental.
> > jsp_xml\
> >                 src\    FistPage.jsp
>
> If your .jsp file is in jsp_xml/src, then your URL should be:
>
> http://localhost:8080/jsp_xml/src/FirstPage.jsp
>
> It looks like you are following the recommended directory structure for
> using 'ant', which is intended to build to a separate directory for
> deployment. Your .jsp files should probably go in your "web" directory,
> and ant should copy them to the place where your server.xml points as
> the "docbase" for your web application.
>
> Hope that helps,
> -chris
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



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

Reply via email to