Now that I have got the installer moving inthe right direction, I really want to get the JSP issue sorted out, so that I am pointing my team in the right direction.
I have been trying to get a module of ours up and running with JSPs in a WAR in the module EAR. It sort of works, but the context change makes it unusable - you have to log in twice as you go back and forth between the standard modules and the WAR in EAR module. Is there anything we can do to avoid this? Changes in the WebApplicationEnhancer? If we can't, I believe we should have a standard deployment technique for module where their JSPs are installed in the exploded nukes.ear. I am also unclear about the best configuration of the web.xml and the nukes-web.xml, so back to some of my original questions: anonymous wrote : Q1. What should the context-root for the WAR in the module EAR be? "/nukes"? "/ModuleName"? "/nukes/ModuleName"? | | Q2. What are valid URLs for the module JSPs? Is the JSP naming space for nukes core and modules flat? ie. if you have a test/test.jsp in a module, and someone puts in http://localhost:8080/nukes/test/test.jsp, what gets hit? The JSP in nukes core or the one in the module? Or is it effected by the module WAR context-root? I would think that is was. Also, in the nukes-web.xml, when would you use anything else apart from: <url-pattern>*.jsp</url-pattern> Any thoughts? Sherman <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825606#3825606">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825606>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
