Hi, I have JBoss-3.0.6 with Jetty and run some servlets. I want to ged rid of the context-listing provided if the machine is addressed without path (e.g. https://192.168.1.1:8443). I tried to register one of the servlets with root-context but then the style-sheets and pics corresponding to the servlets context are not found anymore. What can I do in this case? How exactly do I redirect the above URL to say https://192.168.1.1:8443/myServlet (I could not really figure out where to put a index.html for usage with root-context)? If redirecting is the wrong method with https how can I have the stylesheets and pictures be found if my Servlet is registered in root-context?
Thnx in advance, Lutz Feldgen View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871861#3871861 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871861 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
