Antonio F. Tornisiello wrote: > Hi, > > I'm facing a very strange problem trying to install OpenEdit as a WAR > archive. > If I extract it under the main server webapps directory, it works fine. > But the application is for only one customer, so I need to get it > working under a virtual website.
<snip/> > Looks like under a virtual host, getRealPath("/") is returning NULL, so > when the variable is used on LINE 85 the exception is raised. This is expected with a WAR file. It looks like the app expects to be expanded. Any reason you can't configure it as an expanded WAR? > Is there anything that I can try to do in the TomCat's configuration > files to get it working, without having to try to decompile and > recompile the code ? Short of expanding it, there isn't any functionality in Tomcat that would help you as far as I am aware. Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]