• 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

placing JSP files in user application

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello friends,
i'm new to JSP and i'm using Apache Tomcat4.1.27...i've created a folder named exp and placed my jsp files there and called them using the URL
http://localhost:8080/exp/helloworld.jsp
it was running fine ..then i've created an application called myfirstapp in webapps and placed the same jsp file(helloworld.jsp) in that folder..the directory structure is like this..
c:\tomcat\webapps\myfirstapp\helloworld.jsp
and called it using the URL
http://localhost:8080/myfirstapp/helloworld.jsp
but it isnot working..i'm getting an error message that the file is not found...
please suggest me where all i need to make changes for use of the application..like do i need to make changed in server.xml or web.xml...
please treat this as urgent and respond soon..
thanks ..
--sumana
 
sumana ar
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please ignore this request..
problem solved..
--sumana
 
I hired a bunch of ninjas. The fridge is empty, but I can't find them to tell them the mission.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic