1 Apr 2002 18:42
RE: Controlling where war file gets extracted....
Halas, Miroslav <miroslav.halas <at> compuware.com>
2002-04-01 16:42:18 GMT
2002-04-01 16:42:18 GMT
Greg,
Yes, I did check it and there are actually some files created, maybe I
missed them the first time, but the web application is still not working and
this is what is happening
If I run the the webapps with configuration like this
<Call name="addWebApplication">
<Arg>/</Arg>
<Arg><SystemProperty name="jetty.home" default="."/>/webapps/aqp/≤/Arg>
<Arg><SystemProperty name="user.home" default="."/>/webdefault.xml</Arg>
<Arg type="boolean">false</Arg> <!-- dont expand war -->
</Call>
<Call name="addWebApplication">
<Arg>/jadmin/*</Arg>
<Arg><SystemProperty name="jetty.home"
default="."/>/webapps/jadmin.war</Arg>
<Arg><SystemProperty name="user.home" default="."/>/webdefault.xml</Arg>
<Arg type="boolean">false</Arg> <!-- dont expand war -->
</Call>
I get deprecation messages but Jetty behaves exactly as I expect, no
unpacking is done, application runs just fine (both ccentral and jadmin).
The output is
Using Property file = D:\ccentral\config\server1\jetty.xml
10:07:34.133 EVENT Checking Resource aliases
(Continue reading)
RSS Feed