I have posted this on JBossAS also:

We are using jboss4.0.2-rc1 and want to be able to dispatch to jsps in 
different web application. Our configuration is as follows :
jbossweb-tomcat55.sar/server.xml file has the following attributes set



jbossweb-tomcat55.sar/context.xml is as follows

<!-- The contents of this file will be loaded for each web application -->




In a servlet, we do the following :


ServletContext servletContext = getServletContext();
ServletContext otherContext = servletContext.getContext("/http-bridge");

The otherContext above is always null. The same code works fine on
jboss4.0.1-sp1-tomcat-5.0.30.

This creates a problem when we try to deploy jbossportal-2.0 beta on this 
version of jboss as the portal does the exact same call in the
CoreServlet and throws a null pointer exception.

It is highly desirable for us to use the above versions of jboss and 
jbossprotal but can't make a decision because the portal does not even come. 
Any suggestions/advice will be greatly appreciated

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871513#3871513

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871513


-------------------------------------------------------
This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r) & Windows Mobile(tm) platforms, applications & content.  Register
by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to