RE: [JBoss-user] webapp post deployment issue

2002-03-23 Thread Mark Wolfe
First I must apoligise it was my fault the web application did not work. The reason catalina died was an interesting one. I have installed on my machine version 1.3.1 and 1.4 of the sun JDK. My JAVA_HOME is set to the 1.3.1 JDK because I use that for most of my development. When I installed the

RE: [JBoss-user] webapp post deployment issue

2002-03-23 Thread Todd Marshall
mark, what's your web.xml file look like? -T > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Mark Wolfe > Sent: Saturday, March 23, 2002 2:38 AM > To: JBoss Users > Subject: [JBoss-user] webapp post deployment issue > > > I am trying to get a

Re: [JBoss-user] webapp post deployment issue

2002-03-23 Thread Scott M Stark
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. F