Re: Registering a servlet in VAJ WebSphere Test Environment
Posted By:
daniel_walker
Posted On:
Tuesday, June 19, 2001 06:45 PM
You could edit the file web.xml (might be called localhost_web.xml)
It's in your webinf directory, I think the default location is:
ideproject_resourcesIBM WebSphere Test Environmenthostsdefault_hostdefault_appwebWEB-INFlocalhost_web.xml
Define your servlet, and put in the tags as usual.
Hope this helps!
Dan