• 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

problem with mapping using servletrunner

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello
does someone know how to put servlets in a directory and let the servletrunner find them there
my servlet works when i put them in
jswdk-1.0.1\webpages\WEB-INF\servlets\myservlet
you can access it in your browser with
http://localhost:8080/servlet/myservlet
but jswdk-1.0.1\webpages\WEB-INF\servlets\mydir\****
does not work if you type http://localhost:8080/servlet/mydir/myservlet
in your browser
Does anybody knows how to do this??
Thanx
NIC
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The question is Do you know how to handle java package? if you don't then the first way is the way you want to use.
reply
    Bookmark Topic Watch Topic
  • New Topic