• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat throws our the JSP source

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have my application with apache and tomcat in the regular configuration with a JSP login page.
When the application is in the process of starting, if I access the opening page from my browser, the login page SOURCE is shown in the browser.
What do I need to do in order to show a message that the server is being started (or to show a "cannot find page" message)
I currently access it as http://localhost:<port-no>/
I dont specify the page name since I have that configured in my apache's httpd.conf as DirectoryIndex jsp/Login.jsp
 
reply
    Bookmark Topic Watch Topic
  • New Topic