[EMAIL PROTECTED] wrote:
> 
> Hello everybody:
> 
> I've followed every step in your 'chapter10. howto' section to
> configure
> Tomcat with JBoss. When i run the script 'run.sh' i get the following
> error:
> 
> [Service Control] Could not start DefaultDomain:service=EmbeddedTomcat
> 
> [Service Control] java.lang.NoClassDefFoundError:
> org/apache/tomcat/util/xml/XmlAction
> (...)
> 
> ...Well, JBoss starts correctly, i can view the page on
> 'http://localhost:8082' about
> JBoss. But i can't view the tomcat welcome page on
> 'http://localhost:8080' nor my
> contexts published in /tomcat/webapps.
> 
> I have read about similar problems in the 'archive' of this mail-list
> and i've done
> the recommendations (i.e., i execute "export CLASSPATH=" before
> running 'run.sh')
> but it doesn't run.
> 
> Any suggestion??
> 
> Thanks in advance, regards:
> __________________________________________
> Jaume Soriano Sivera <[EMAIL PROTECTED]>
> Tel: 965040000 -ext. 44744 Fax: 965040047
> Portal y servicios multimedia - Nuevas tecnologias
> W a n a d o o E s p a n a - http://www.wanadoo.es
> __________________________________________

Jaume,

I forget to add that you need to modify jboss.conf to add the tomcat
jars.
Here are the relevant lines from my jboss.conf, which is from the zip
download I mentioned in my previous post

<!-- Uncomment to add Tomcat classes to classpath -->
<MLET CODE = "org.jboss.util.ClassPathExtension" ARCHIVE="jboss.jar"
CODEBASE="../../lib/ext/">
   <ARG TYPE="java.lang.String"
VALUE="../../../jakarta-tomcat-3.2.1/lib/">
   <ARG TYPE="java.lang.String" VALUE="Tomcat">
</MLET>

Note the final slash after lib on the forth line.

Buena Suerte,

Chris


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to