• 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

How to run jsp and servlet with weblogic5.1?

 
Ranch Hand
Posts: 138
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
where do i need to put my jsp files and my servlet files to be able to run them and what please the url that i need to use to access them.
thanks for your time.
 
Ranch Hand
Posts: 293
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tom,
The following information is the default location for JSPs and Servlets in WebLogic Server 5.1 Service Pack 10, using the standard registering in the weblogic.properties file. (Make sure you uncomment the JSP properties section of the weblogic.properties file.
For JSPs, the default location is:

    $/weblogic/myserver/public_html/myjsp.jsp

    The jsp can be found in brower at http://localhost:7001/myjsp.jsp
    For Servlets, the default location is:

      $/weblogic/myserver/servletclasses/myServlet.class

      If you place the following servlet registration info in the weblogic.properties file:
 
Acetylsalicylic acid is aspirin. This could be handy too:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic