Hello.

I have downloaded jboss-2.1.zip and jboss-tomcat-2.1-beta.zip.  I
extracted JBoss to C:\JBoss and Tomcat to C:\jboss-tomcat-2.1-beta

So far so good.  
Could someone please point me to the correct documentation on how to run
Tomcat with JBoss ? I've find instructions in the following places:

1. In the new JBOSS manual, in section Running Tomcat with JBOSS at:
http://www.jboss.org/documentation/HTML/ch09.html#N1d28).  
2. In the JBoss 2.0 manual (PRELIMINARY) at:
http://www.jboss.org/manual/third_party.html#tomcat
3. In the How-To "Tomcat + JBoss (EJB,JSP, & Servlet)" at:
http://www.jboss.org/business/jboss-tomcat.html

The three sets of instructions are not consistant. The instructions in #1
and #2 are similar, but they refer to a package
org.jboss.tomcat.EmbeddedTomcatService   When I look in the JBoss.jar file
I do not see this class.  I see a class called TomcatService, but no
EmbeddedTomcatService.
The instructions in #3 are also different.

I followed along with the instructions in #1/#2, and replaced
org.jboss.tomcat.EmbeddedTomcatService with org.jboss.tomcat.TomcatService

When I start JBoss using run.bat in JBoss\dist\bin, I get the following
exceptions:

[Service Control] Registered with server
java.lang.NoSuchMethodException: No such constructor
        at
com.sun.management.jmx.MBeanServerImpl.internal_instantiate(MBeanServerImpl.java:2207)
        at
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:761)
        at javax.management.loading.MLet.getMBeansFromURL(MLet.java:540)
        at javax.management.loading.MLet.getMBeansFromURL(MLet.java:369)
        at org.jboss.Main.<init>(Main.java:160)
        at org.jboss.Main$1.run(Main.java:94)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.jboss.Main.main(Main.java:90)

[Tomcat] Starting
[Tomcat] Testing if Tomcat is present....
[Tomcat] failed
[Tomcat] Tomcat wasn't found. Be sure to have your CLASSPATH correctly set
[Tomcat] Started

I realize this is a long email, but if anyone can clarify the JBoss/Tomcat
setup please let me know.

Thank you !

Wayne

Wayne Leishman

_______________________________________________________
Do You Yahoo!?
Get your free @yahoo.ca address at http://mail.yahoo.ca

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

Reply via email to