I am trying to get a web app to deploy by dropping webappname.war into the deploy directory of jboss and i get the following error.
It seems that if i go to http://localhost:8080/webappname/ i get a list of files. If i then click on one of the html file links it throws the following. It is interesting to note that the path to the selected file is http://localhost:8080/webappname//file.html. Any idea why this could be occuring?? This is the first time i used JBoss for web apps so hopefully i have not stuffed up tooo bad :) Regards, Mark Wolfe SYSTEM INFO JBOSS_CLASSPATH=;C:\jdk1.3.1_01/lib/tools.jar;run.jar;../lib/crimson.jar jboss.home = D:\JBoss\jboss Using JAAS LoginConfig: file:/D:/JBoss/jboss/conf/catalina/auth.conf JBoss release: JBoss-2.4.4 CVSTag=JBoss_2_4_4 JBoss version: 2.4.4.2001-12-29 02:04:40 PST Using configuration "catalina" [INFO,root] Started Log4jService, config=file:/D:/JBoss/jboss/conf/catalina/log4 j.properties [INFO,Info] Java version: 1.4.0,Sun Microsystems Inc. [INFO,Info] Java VM: Java HotSpot(TM) Client VM 1.4.0-b92,Sun Microsystems Inc. [INFO,Info] System: Windows XP 5.1,x86 [INFO,Shutdown] Shutdown hook added [INFO,ServiceControl] Initializing 47 MBeans Stack DUMP [INFO,EmbeddedCatalinaServiceSX] StandardHost[localhost]: MAPPING configuration error for request URI [ERROR,EmbeddedCatalinaServiceSX] HttpProcessor[8080][4] process.invoke java.lang.NullPointerException at org.apache.catalina.valves.ErrorDispatcherValve.status(ErrorDispatcherValve.java:280) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:180) at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170) at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163) at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1011) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106) at java.lang.Thread.run(Thread.java:536) _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
