<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>On JBoss again</TITLE>
</HEAD>
<BODY>
<BR>

<P><FONT SIZE=2>Hy everybody.</FONT>
<BR><FONT SIZE=2>I read a message from Emiliano Viera about running OpenCMS under Jboss.</FONT>
<BR><FONT SIZE=2>I try to unpack opencms in a foldel called 'opencms.war' under my deploy directory and I can see the home page of OpenCMS; when I try to connect to the login page I get the same problem, 'myhost:8080/opencms/' become 'myhost:9093/opencms.war/'.</FONT></P>

<P><FONT SIZE=2>Then I try to add the following line in jboss-service.xml:</FONT>
<BR><FONT SIZE=2><Context path="/opencms" </FONT>
<BR><FONT SIZE=2>  docBase="${jboss.server.home.dir}/deploy/opencms"</FONT>
<BR><FONT SIZE=2>  debug="0" reloadable="true" crossContext="true" /></FONT>
<BR><FONT SIZE=2>but the problem still remain.</FONT>
</P>

<P><FONT SIZE=2>I try to rename the directory 'opencms.war' in 'opencms' but I get an error while starting Jboss.</FONT>
<BR><FONT SIZE=2>I try to modify the 'context' definition setting </FONT>
<BR><FONT SIZE=2><Context path="/opencms" </FONT>
<BR><FONT SIZE=2>  docBase="${jboss.server.home.dir}/deploy/opencms.war"</FONT>
<BR><FONT SIZE=2>  debug="0" reloadable="true" crossContext="true" /></FONT>
</P>

<P><FONT SIZE=2>and</FONT>
</P>

<P><FONT SIZE=2><Context path="/opencms.war" </FONT>
<BR><FONT SIZE=2>  docBase="${jboss.server.home.dir}/deploy/opencms"</FONT>
<BR><FONT SIZE=2>  debug="0" reloadable="true" crossContext="true" /></FONT>
</P>

<P><FONT SIZE=2>But I didn't solve the problem.</FONT>
</P>

<P><FONT SIZE=2>Which is the solution ?</FONT>
</P>

<P><FONT SIZE=2>Thankd in advance</FONT>
</P>

<P><FONT SIZE=2>Mauro Michelotti        </FONT>
<BR><FONT SIZE=2>Tel: 0583.218415        </FONT>
</P>

</BODY>
</HTML>