I have a servlet that can be loaded by going to 
http://localhost:8080/webstation/servlet/WebStation
The servlet, WebStation.class, is in the directory: webstation\WEB-INF\classes.  
WebStation.class calls two other servlets, BtmFrame.class and TopFrame.class, which in 
turn load and display in a browser html files from the webstation directory.

What I want to do is have the user enter http://localhost:8080 into their browser, and 
run the above servlet, as if they entered the link above.  Is there a way to do this?  
I have tried to use mapping with as many different combinations as I can think of, but 
nothing has worked.

Thanks,
Bret

Reply via email to