I have use the
J2EE deploy tool to construct my projects. I then place the EAR file directly into the JRun folder where it is automatically hot deployed. When I
test it on the internal network, it works great. However, when I now try it with my domain I get some problems. I have followed the following example from Macromedia:
http://www.macromedia.com/support/jrun/ts/documents/tn18348.htm It always seems to invoke the files located in the main document root of the Apache server (even when I use the document root of the virtualhost). Now if I were to expang the EAR file, then it begins to work (with some troubles). I really want to use the archive file from Apache.
Does anyone have any more suggestions?