| Author |
jsp tomcat 5.5 problem
|
Aris Doxakis
Ranch Hand
Joined: Dec 05, 2004
Posts: 136
|
|
Hello, I have a small problem.I was developing my application with tomcat 4 and j2sdk 1.4 and when i changed to tomcat 5.5 and jdk 1.5 because it isn't compiliant with j2dj1.4 there is nothing displayed and no errors either.. the apache page is displayed.but nothing else.even if i create a simple jsp page with nothing more than html nothing appears.. thnx in advance...
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56153
|
|
|
Moved to the Tomcat forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
|
Where did you put the page?
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Aris Doxakis
Ranch Hand
Joined: Dec 05, 2004
Posts: 136
|
|
|
in the webapps/root directory.
|
 |
Richard Walton
Greenhorn
Joined: Jul 01, 2002
Posts: 10
|
|
you need the tomcat 5.5 compatability pack go to: Tomcat 5.5 Compat it will allow you to run jdk 1.4 stuff on tomcat 5.5, just get the zip and read the installation notes and everything inside
|
<a href="http://www.johnboy.co.za" target="_blank" rel="nofollow">http://www.johnboy.co.za</a><br />Change - When the winds of change blow hard enough, the most trivial things can turn into deadly projectiles.
|
 |
Aris Doxakis
Ranch Hand
Joined: Dec 05, 2004
Posts: 136
|
|
|
Thnx for the help i will install and see the results....
|
 |
 |
|
|
subject: jsp tomcat 5.5 problem
|
|
|