That you get a dir listing means that you don't have any files that match the default welcome-file types. I have created such a war and I am able to click on the html files that are displayed without seeing this error. I am able to insert the extra '/' character without seeing the error you are. For example http://localhost:8080/jboss-books//hello.html works fine. Unless this is an XP specific problem I don't what the issue is. I see the NPE exception when a url references non-existent content. Show your web.xml descriptor and war contents.
xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ----- Original Message ----- FROM: Mark Wolfe DATE: 03/23/2002 00:38:06 SUBJECT: [JBoss-user] webapp post deployment issue 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 :) _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
