Hi,
I have the following issue. I setup tomcat successfully (hooray!),
and now I see the tomcat default index page. So I take my own
index.jsp
page and put it into the root of the website, the exact location I am
accessing, however, when I go to visit that page, it still says
"Youve
setup tomcat successfully". I cleared the cache on my own machine,
and in tomcat, but the problem has not resolved... I know that this
may be slightly off topic, but it is jsp related, and Im sure that
people in this forum have solved this issue.
any ideas?
Thanks in advance!
Richard Senior - 11 May 2007 16:46 GMT
> I have the following issue. I setup tomcat successfully (hooray!),
> and now I see the tomcat default index page. So I take my own
> index.jsp page and put it into the root of the website, the exact location I am
> accessing, however, when I go to visit that page, it still says
> "Youve setup tomcat successfully".
In which directory did you put the JSP file?
What is the URL that you are typing to access the page?
Have you modified any of the configuration files or is it vanilla Tomcat?

Signature
Regards,
Richard
tiewknvc9 - 11 May 2007 16:55 GMT
On May 11, 11:46 am, Richard Senior <nos...@r-senior.demon.co.uk>
wrote:
> > I have the following issue. I setuptomcatsuccessfully (hooray!),
> > and now I see thetomcatdefault index page. So I take my own
[quoted text clipped - 12 lines]
>
> Richard
it is a vanilla setup, the url is http://ipaddress:8081/index.jsp
it is in root...
Richard Senior - 11 May 2007 17:30 GMT
> On May 11, 11:46 am, Richard Senior <nos...@r-senior.demon.co.uk>
>> In which directory did you put the JSP file?
> it is in root...
You mean <tomcat_home>/webapps/ROOT/index.jsp?

Signature
Regards,
Richard
Nino - 12 May 2007 01:03 GMT
There are settings in the server.xml file on Tomcat that give you an
option to make the code reloadable when updating information. If this
is not available or is set to false, then you will need to restart
Tomcat (or reload the contexts) each time you put new information into
the folder...
Also, all compiled code goes to: <Tomcat home dir>/work/
Try removing the compiled index.java and index.class page from
there...
Hope that helps.
Nino
> Hi,
>
[quoted text clipped - 12 lines]
>
> Thanks in advance!