• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Integrate Tomcat and JBoss!

 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am beginer for jboss.
I downloaded Jboss3.0.6 and Tomcat4.1.18 separately.(I want run JBoss and Tomcat separately)
I want integrate them with each other. I did as http://www.purposesolutions.com/Resources/EclipseJ2EE.html, however, i cannot make connection between JBoss and Tomcat.
I deployed examples(Interest) that i got from jboss site, and it is OK when deployed and ran on jboss server(no tomcat), but when integrated Jboss with Tomcat, it is not OK
Please help me.
Lam nguyen.
 
Viet Jav
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I integrated already jboss and tomcat.
I deployed Interest as below:
- Deploy Interest EJB on Jboss.
- Deploy EJB Client Servlet test on Tomcat
- run servlet test.
However, to servlet connect EJB on Jboss, I put myejb.jar(this is EJB Interest deployed on JBoss Server) into Tomcat/common/lib.
Is it right?
Please have a suggesion!
Lam nguyen.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I just tried to integrate jboss and tomcat as you did but it does not work, because the port 8080 confilict. How can I do?
Thank you
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try Edit the "jboss-minimal.xml" and "jboss-service.xml" files, if you got port conflict.
reply
    Bookmark Topic Watch Topic
  • New Topic