• 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 servlets using weblogic 6.1?

 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
How do i run a servlet using Weblogic 6.1?
i have foolwed the instructions given at the url:
http://e-docs.bea.com/wls/docs61/quickstart/quick_start.html
i'm able to run html and jsp files, by simply following the instructions given for each.
but, i'm not able to do so in the case for servlet.
if i want to run a servlet whose class file "HelloWorldServlet.class" has been copied into the path:
WL_HOME\config\mydomain\applications\DefaultWebApp\WEB-INF\classes
using the url
http://localhost ort/HelloWorlServlet
what url-pattern value should i give in the web.xml file?
I would appreciate if anyone could help me on this.
thanks
rgds,
Shashi
 
Shashi Kanta
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have got the answer!!
topic closed!!
thnx for your time!!
rgds,
Shashi
 
reply
    Bookmark Topic Watch Topic
  • New Topic