Hi,

I'm trying to upgrade an old JBoss 3.0.4 application to 3.2.5. Unfortunately, it 
appears that the integrated Tomcat 5.0 throws the following exception, probably 
because we are running old stuff (Jsp 1.1, Struts 1.0):

java.lang.NullPointerException
        org.apache.jasper.runtime.TagHandlerPool.get(TagHandlerPool.java:108)
        org.apache.jsp.begin_jsp._jspx_meth_template_insert_0(begin_jsp.java:97)
        org.apache.jsp.begin_jsp._jspService(begin_jsp.java:80)
        org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

If I back the Tomcat webserver up a version to 4.1 the problem goes away, but the 
application then has trouble recognizing the correct web root context when switching 
between web applications. If it is given a URL such as

http://localhost:8080/app1/begin.jsp

it goes into the wrong app (say app2), but does render begin.jsp correctly in app2. On 
startup, you can see the requisite application contexts being mapped per the Jetty 
console output. No matter how I try to change/add configuration files (such as adding 
jboss-web.xml, setting property 

<context-root>/app2</context-root>

it seems to make no difference. I do have the applications in war files in the /deploy 
directory, such as

($jboss_home_dir)/server/default/deploy

app1.war
app2.war
app3.war


Any help (or pointer to the relevant documentation) would be greatly appreciated. 
Recognize that I'm somewhat of a newbie, in case this problem has an obvious solution.

Thanks!

Jon



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

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


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to