----- Original Message -----
From: "Aaron Mulder" <[EMAIL PROTECTED]>
To: "jBoss Developer" <[EMAIL PROTECTED]>
Sent: Monday, June 19, 2000 6:21 PM
Subject: Re: [jBoss-Dev] TODO: Project Game Over (GO!)


> Sounds great!  Where's the servlet/EJB sign-up sheet running on
> jBoss+Tomcat?  :)

Well, actually I'm currently on it, which doesn't mean that you can't do
anything at all :-)

I updated build.xml and run.bat (sorry, I'm running windows, if anybody is
running linux, feel free to update the run.sh)
I modified TomcatService.java to launch Tomcat in jBoss' VM.

Note that you need to have the environment variables TOMCAT_HOME and
SERVLETAPI_HOME set in order to be able to run tomcat. That's not really a
problem since if you run tomcat you have probably set them already.

So, it's nice to be able to serve servlets and JSPs from the same server as
jBoss, but it would be better to have your servlets talking directly to
jBoss, without going thru RMI....

Well there are many class loaders issues in which I have to take look...
So for now, don't expect to have tomcat beeing able to invoke EJBs within
the same VM. Of course, you can still have two different VMs, one with jBoss
alone, the other with tomcat alone...

Sylvain


Reply via email to