Thomas B�hler

Greenhorn
+ Follow
since Mar 29, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Thomas B�hler

Hi there!
I am using JBoss 3.2.5 and want to know if it is possible to deploy a folder instead of a WAR file.
I am implementing a web application and I don't want to start always a new build process to create a war file which takes more time as just copying the files (or even directly modify them).
I've already tried to copy my whole source-folder (including all JSP-files and the WEB-INF folder with all java classes) but JBoss printed for each java class an exception.
Any hints?

Thanks a lot in advance.
20 years ago
Thanks for your answer...
Could you give me an example, plz ?
21 years ago
Hi!
I am a newbie in using the Resin Server (3.0.6 at the moment)
I would ask the community, if someone could give me a hint in configuring a virtual host with resin.
For instance I want to link the host www.myhost.com directly to the webapplication myhost which lies under webapps/myhost.
I've already read the resin documentation but I didn't manage it.
I did the following in the resin.conf file:
<host host-name="www.myhost.com" id='www.www.myhost.com'>
<document-directory>C:\resin-3.0.6\webapps\myhost</document-directory>
</host>
this brings me to my page only if I go directly to "http://www.myhost.com/myhost" but I want to enter it by "http://www.myhost.com".
Any hints?
By the way, what is the difference between the document-directory and the root-directory ?
Thanks a lot in advance
Thomas
21 years ago