I am new to JBoss as well and I got the exact same warnings which turned out to be due 
to the fact that I had Tomcat 5.x installed and JBoss was expecting Tomcat 4.x.  I 
found the following document/instructions which fixed it for me.

As it is today JBoss still ships with a Tomcat-4.1.x release as webcontainer but it is 
possible to build your own JBoss-3.2.3-Tomcat-5.0.x version very easily. Here is how 
to do it : 
1.      Get the JBoss-3.2.3.zip distribution from sourceforge here 
2.      Unzip your jboss distribution to a directory which we now call JBOSS_HOME 
3.      go to the JBOSS_HOME/docs/examples/tomcat directory 
4.      do a ant -buildfile docs/examples/tomcat/build-tc5-config.xml 
and this is what you should see if your JBOSS_HOME would be c:\jboss-3.2.3 : 
Buildfile: build-tc5-config.xml

config:
     [copy] Copying 124 files to C:\jboss-3.2.3\server\tomcat5
     [copy] Copying 30 files to 
C:\jboss-3.2.3\server\tomcat5\deploy\jbossweb-tomcat50.sar

BUILD SUCCESSFUL

So now you have next to minimal, default and all a new server configuration called 
tomcat5 which you can launch using a run -c tomcat5


<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825510#3825510";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825510>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to