File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes jsp tomcat 5.5 problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "jsp tomcat 5.5 problem" Watch "jsp tomcat 5.5 problem" New topic
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
    
  13

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....
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: jsp tomcat 5.5 problem
 
Similar Threads
Tomcat crashing
A basic problem
Running a web app with compiled code
Running JSP
how to use List<Class_name> obj in tomcat 5.5 on jsp page.