• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

Windows (server) 2000 and JSP page not displaying correctly

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have just installed tomcat to work with IIS.
If I go to the server that I just installed this on and view (through IE) one of the example jsp pages that came with tomcat, I see the 'source' for jsp and the html. I don't see a nice web page.
Secondly, if I go to another computer and enter the IP address followed by the path to this same example, i get a 404 file not found.
In my isapi.log I am seeing an error message that reads as follows:
/tomcat/webapps/examples//jsp/num/numguess.jps is not a servlet url.
check is /tomcat/webapps/examples/jsp/num/numguess.jsp points to the web-inf directory.
Any suggestions on solving this one?

 
The world's cheapest jedi mind trick: "Aw c'mon, why not read this tiny ad?"
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
reply
    Bookmark Topic Watch Topic
  • New Topic