I am using JBoss 3.2.3 with the tomcat configuration. I have a default page called sentry.jsp that shows up without an explicit reference. That is expected since it is listed in the welcome-file-list of web.xml.
After precompiling as servlets, sentry.jsp gets mapped to /sentry.jsp and no longer shows up as the default page. It does show up if you specify an explicit reference to the page: http://acme.com/sentry.jsp. I tried adding a foward slash in front of sentry.jsp in the welcome-file but that did not work at all. Obviously not a show stopper since I can always type in the name of the page but why would it stop working as the default after precompiling it as a servlet? All ideas welcome, TIA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835955#3835955 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835955 ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
