Re: [JBoss-user] +Apache +Tomcat +JBoss +MySQL +Linux

2001-05-09 Thread Todd Chaffee
Search the archives, I wrote a pretty detailed explanation of how to get Apache + Tomcat + Jboss to work.  If you search on "virtual hosts" you should find it.  Mysql is a separate issue.  I would do it this way: 1) Get jboss + tomcat working and verify it using localhost. 2) Add mysql to the mix

Re: [JBoss-user] +Apache +Tomcat +JBoss +MySQL +Linux

2001-05-09 Thread danch
Apache won't server your application's ear file. If you want apache to server your static stuff (images, etc.) you'll need to create the directory for apache and share them out that way. Andrei wrote: > I have recently got this setup: +Apache +Tomcat +JBoss +MySQL +Linux > and I want to know

Re: [JBoss-user] +Apache +Tomcat +JBoss +MySQL +Linux

2001-05-09 Thread awc
Hi Andrei, I am not an expert on this. I have set up Postgresql+JBoss+Tomcat with security on linux. I guess you have to give more information on this and where you have been stuck. anil Andrei wrote: > I have recently got this setup: +Apache +Tomcat +JBoss +MySQL +Linux > and I want to know h

[JBoss-user] +Apache +Tomcat +JBoss +MySQL +Linux

2001-05-09 Thread Andrei
I have recently got this setup: +Apache +Tomcat +JBoss +MySQL +Linux and I want to know how do I make apache serve my application .ear and what are the steps to do this. Please help!