You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by jdeveloper <jd...@cox.net> on 2002/10/01 02:50:37 UTC

Re: How to integrate Tomcat 4.0.4 with JBOSS 3.0.2

Sounds great but it does not solve the problem.  :)



micael wrote:

> Rather than do the coding, moving, etc., why not order a pizza, call 
> your friend to go fishing, and do a new download?
>
> At 09:22 AM 9/30/2002 -0400, you wrote:
>
>>  Jboss comes with Jetty. I would like to disable Jetty and integrate 
>> Jboss v3.0.2 with tomcat v4.0.4. (I did not download Jboss with an 
>> embedded tomcat version.)
>>
>> Both Jboss and Tomcat work by themselves separately.
>>
>> Do I need to remove the directory 
>> $JBOSS_HOME/server/default/deploy/jbossweb.sar to disable Jetty?
>>
>> To integrate, do I need to add Jboss client libaries to tomcat ? 
>> i.e., copy jboss-j2ee.jar, jboss-client.jar, jbosssx-client.jar, 
>> jnp-client.jar, jboss-common-client.jar and log4j.jar files from 
>> $JBOSS_HOME/client/ directory to $TOMCAT_HOME/common/lib/ directory ?
>>
>> Any help would be appreciated!
>
>
>
>
> -- 
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: How to integrate Tomcat 4.0.4 with JBOSS 3.0.2

Posted by micael <ca...@harbornet.com>.
Just checked again and discovered that JBoss 3.0.3 and Tomcat 4.0.5 is 
available.  You can also get, surprisingly, I think, JBoss 3.0.3 and Tomcat 
4.1.12.  Now that is up to date!  Does that do the trick?

At 09:25 PM 9/30/2002 -0400, you wrote:
>I think that's what I will have to do.  However, the version of Tomcat is 
>not embedded with the version of JBoss that I desire.  It may be that the 
>versions that are embedded work well together and therefore I won't be 
>able to mix and match different versions of tomcat with JBoss.
>
>I could compare the files and see what the embedded versions does 
>differently and adjust mine accordingly and test it.
>
>I'm still curious if anyone has the two versions working together.
>
>micael wrote:
>
>>Why not?  Rather than take Jetty out and put Tomcat in, why not just 
>>download the version of JBoss with Tomcat embedded?  What am I missing here?
>>
>>At 08:50 PM 9/30/2002 -0400, you wrote:
>>
>>>Sounds great but it does not solve the problem.  :)
>>>
>>>
>>>
>>>micael wrote:
>>>
>>>>Rather than do the coding, moving, etc., why not order a pizza, call 
>>>>your friend to go fishing, and do a new download?
>>>>
>>>>At 09:22 AM 9/30/2002 -0400, you wrote:
>>>>
>>>>>  Jboss comes with Jetty. I would like to disable Jetty and integrate 
>>>>> Jboss v3.0.2 with tomcat v4.0.4. (I did not download Jboss with an 
>>>>> embedded tomcat version.)
>>>>>
>>>>>Both Jboss and Tomcat work by themselves separately.
>>>>>
>>>>>Do I need to remove the directory 
>>>>>$JBOSS_HOME/server/default/deploy/jbossweb.sar to disable Jetty?
>>>>>
>>>>>To integrate, do I need to add Jboss client libaries to tomcat ? i.e., 
>>>>>copy jboss-j2ee.jar, jboss-client.jar, jbosssx-client.jar, 
>>>>>jnp-client.jar, jboss-common-client.jar and log4j.jar files from 
>>>>>$JBOSS_HOME/client/ directory to $TOMCAT_HOME/common/lib/ directory ?
>>>>>
>>>>>Any help would be appreciated!
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>--
>>>>To unsubscribe, e-mail:
>>>><ma...@jakarta.apache.org>
>>>>For additional commands, e-mail: 
>>>><ma...@jakarta.apache.org>
>>>
>>>
>>>
>>>--
>>>To unsubscribe, e-mail:
>>><ma...@jakarta.apache.org>
>>>For additional commands, e-mail: 
>>><ma...@jakarta.apache.org>
>>
>>
>>
>>--
>>To unsubscribe, e-mail:
>><ma...@jakarta.apache.org>
>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>
>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: How to integrate Tomcat 4.0.4 with JBOSS 3.0.2

Posted by jdeveloper <jd...@cox.net>.
I looked at SourceForge.net and I did find the versions embedded.  I'm 
going to obtain the embedded versions there instead.  Thanks!



micael wrote:

> You want JBoss 3.0.3 and Tomcat 4.04.  The embedded version of JBoss 
> 3.0.0 and Tomcat 4.0.3 is available.  There are several resources for 
> embedding Tomcat in JBoss out there, both in the books on Tomcat and 
> in the books on JBoss.  So, you are not without resources, if that is 
> not close enough for you.  Why don't you decompile the embedding in 
> JBoss 3.0.0 and Tomcat 4.0.3 and see what they did?  I never decompile 
> a thing (no Sir!) but, if you do, well, that is an idea.  Heck, maybe 
> the source is even available via cvs on that.  I bet it is.  I don't 
> know about Jetty, but don't you mean "ear" instead of "sar"?  Probably 
> just showing my ignorance on that.  'Hope this helps.
>
> At 09:25 PM 9/30/2002 -0400, you wrote:
>
>> I think that's what I will have to do.  However, the version of 
>> Tomcat is not embedded with the version of JBoss that I desire.  It 
>> may be that the versions that are embedded work well together and 
>> therefore I won't be able to mix and match different versions of 
>> tomcat with JBoss.
>>
>> I could compare the files and see what the embedded versions does 
>> differently and adjust mine accordingly and test it.
>>
>> I'm still curious if anyone has the two versions working together.
>>
>> micael wrote:
>>
>>> Why not?  Rather than take Jetty out and put Tomcat in, why not just 
>>> download the version of JBoss with Tomcat embedded?  What am I 
>>> missing here?
>>>
>>> At 08:50 PM 9/30/2002 -0400, you wrote:
>>>
>>>> Sounds great but it does not solve the problem.  :)
>>>>
>>>>
>>>>
>>>> micael wrote:
>>>>
>>>>> Rather than do the coding, moving, etc., why not order a pizza, 
>>>>> call your friend to go fishing, and do a new download?
>>>>>
>>>>> At 09:22 AM 9/30/2002 -0400, you wrote:
>>>>>
>>>>>>  Jboss comes with Jetty. I would like to disable Jetty and 
>>>>>> integrate Jboss v3.0.2 with tomcat v4.0.4. (I did not download 
>>>>>> Jboss with an embedded tomcat version.)
>>>>>>
>>>>>> Both Jboss and Tomcat work by themselves separately.
>>>>>>
>>>>>> Do I need to remove the directory 
>>>>>> $JBOSS_HOME/server/default/deploy/jbossweb.sar to disable Jetty?
>>>>>>
>>>>>> To integrate, do I need to add Jboss client libaries to tomcat ? 
>>>>>> i.e., copy jboss-j2ee.jar, jboss-client.jar, jbosssx-client.jar, 
>>>>>> jnp-client.jar, jboss-common-client.jar and log4j.jar files from 
>>>>>> $JBOSS_HOME/client/ directory to $TOMCAT_HOME/common/lib/ 
>>>>>> directory ?
>>>>>>
>>>>>> Any help would be appreciated!
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> -- 
>>>>> To unsubscribe, e-mail:
>>>>> <ma...@jakarta.apache.org>
>>>>> For additional commands, e-mail: 
>>>>> <ma...@jakarta.apache.org>
>>>>
>>>>
>>>>
>>>>
>>>> -- 
>>>> To unsubscribe, e-mail:
>>>> <ma...@jakarta.apache.org>
>>>> For additional commands, e-mail: 
>>>> <ma...@jakarta.apache.org>
>>>
>>>
>>>
>>>
>>> -- 
>>> To unsubscribe, e-mail:
>>> <ma...@jakarta.apache.org>
>>> For additional commands, e-mail: 
>>> <ma...@jakarta.apache.org>
>>>
>>
>>
>>
>> -- 
>> To unsubscribe, e-mail:   
>> <ma...@jakarta.apache.org>
>> For additional commands, e-mail: 
>> <ma...@jakarta.apache.org>
>>
>
>
>
> -- 
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: How to integrate Tomcat 4.0.4 with JBOSS 3.0.2

Posted by micael <ca...@harbornet.com>.
You want JBoss 3.0.3 and Tomcat 4.04.  The embedded version of JBoss 3.0.0 
and Tomcat 4.0.3 is available.  There are several resources for embedding 
Tomcat in JBoss out there, both in the books on Tomcat and in the books on 
JBoss.  So, you are not without resources, if that is not close enough for 
you.  Why don't you decompile the embedding in JBoss 3.0.0 and Tomcat 4.0.3 
and see what they did?  I never decompile a thing (no Sir!) but, if you do, 
well, that is an idea.  Heck, maybe the source is even available via cvs on 
that.  I bet it is.  I don't know about Jetty, but don't you mean "ear" 
instead of "sar"?  Probably just showing my ignorance on that.  'Hope this 
helps.

At 09:25 PM 9/30/2002 -0400, you wrote:
>I think that's what I will have to do.  However, the version of Tomcat is 
>not embedded with the version of JBoss that I desire.  It may be that the 
>versions that are embedded work well together and therefore I won't be 
>able to mix and match different versions of tomcat with JBoss.
>
>I could compare the files and see what the embedded versions does 
>differently and adjust mine accordingly and test it.
>
>I'm still curious if anyone has the two versions working together.
>
>micael wrote:
>
>>Why not?  Rather than take Jetty out and put Tomcat in, why not just 
>>download the version of JBoss with Tomcat embedded?  What am I missing here?
>>
>>At 08:50 PM 9/30/2002 -0400, you wrote:
>>
>>>Sounds great but it does not solve the problem.  :)
>>>
>>>
>>>
>>>micael wrote:
>>>
>>>>Rather than do the coding, moving, etc., why not order a pizza, call 
>>>>your friend to go fishing, and do a new download?
>>>>
>>>>At 09:22 AM 9/30/2002 -0400, you wrote:
>>>>
>>>>>  Jboss comes with Jetty. I would like to disable Jetty and integrate 
>>>>> Jboss v3.0.2 with tomcat v4.0.4. (I did not download Jboss with an 
>>>>> embedded tomcat version.)
>>>>>
>>>>>Both Jboss and Tomcat work by themselves separately.
>>>>>
>>>>>Do I need to remove the directory 
>>>>>$JBOSS_HOME/server/default/deploy/jbossweb.sar to disable Jetty?
>>>>>
>>>>>To integrate, do I need to add Jboss client libaries to tomcat ? i.e., 
>>>>>copy jboss-j2ee.jar, jboss-client.jar, jbosssx-client.jar, 
>>>>>jnp-client.jar, jboss-common-client.jar and log4j.jar files from 
>>>>>$JBOSS_HOME/client/ directory to $TOMCAT_HOME/common/lib/ directory ?
>>>>>
>>>>>Any help would be appreciated!
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>--
>>>>To unsubscribe, e-mail:
>>>><ma...@jakarta.apache.org>
>>>>For additional commands, e-mail: 
>>>><ma...@jakarta.apache.org>
>>>
>>>
>>>
>>>--
>>>To unsubscribe, e-mail:
>>><ma...@jakarta.apache.org>
>>>For additional commands, e-mail: 
>>><ma...@jakarta.apache.org>
>>
>>
>>
>>--
>>To unsubscribe, e-mail:
>><ma...@jakarta.apache.org>
>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>
>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: How to integrate Tomcat 4.0.4 with JBOSS 3.0.2 GOOD NEWS!

Posted by micael <ca...@harbornet.com>.
Heh, you can get JBoss 3.0.2 and Tomcat 4.0.4.  It is available.  Lucky 
you!  Go to town!

http://sourceforge.net/project/showfiles.php?group_id=22866

At 09:25 PM 9/30/2002 -0400, you wrote:
>I think that's what I will have to do.  However, the version of Tomcat is 
>not embedded with the version of JBoss that I desire.  It may be that the 
>versions that are embedded work well together and therefore I won't be 
>able to mix and match different versions of tomcat with JBoss.
>
>I could compare the files and see what the embedded versions does 
>differently and adjust mine accordingly and test it.
>
>I'm still curious if anyone has the two versions working together.
>
>micael wrote:
>
>>Why not?  Rather than take Jetty out and put Tomcat in, why not just 
>>download the version of JBoss with Tomcat embedded?  What am I missing here?
>>
>>At 08:50 PM 9/30/2002 -0400, you wrote:
>>
>>>Sounds great but it does not solve the problem.  :)
>>>
>>>
>>>
>>>micael wrote:
>>>
>>>>Rather than do the coding, moving, etc., why not order a pizza, call 
>>>>your friend to go fishing, and do a new download?
>>>>
>>>>At 09:22 AM 9/30/2002 -0400, you wrote:
>>>>
>>>>>  Jboss comes with Jetty. I would like to disable Jetty and integrate 
>>>>> Jboss v3.0.2 with tomcat v4.0.4. (I did not download Jboss with an 
>>>>> embedded tomcat version.)
>>>>>
>>>>>Both Jboss and Tomcat work by themselves separately.
>>>>>
>>>>>Do I need to remove the directory 
>>>>>$JBOSS_HOME/server/default/deploy/jbossweb.sar to disable Jetty?
>>>>>
>>>>>To integrate, do I need to add Jboss client libaries to tomcat ? i.e., 
>>>>>copy jboss-j2ee.jar, jboss-client.jar, jbosssx-client.jar, 
>>>>>jnp-client.jar, jboss-common-client.jar and log4j.jar files from 
>>>>>$JBOSS_HOME/client/ directory to $TOMCAT_HOME/common/lib/ directory ?
>>>>>
>>>>>Any help would be appreciated!
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>--
>>>>To unsubscribe, e-mail:
>>>><ma...@jakarta.apache.org>
>>>>For additional commands, e-mail: 
>>>><ma...@jakarta.apache.org>
>>>
>>>
>>>
>>>--
>>>To unsubscribe, e-mail:
>>><ma...@jakarta.apache.org>
>>>For additional commands, e-mail: 
>>><ma...@jakarta.apache.org>
>>
>>
>>
>>--
>>To unsubscribe, e-mail:
>><ma...@jakarta.apache.org>
>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>
>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: How to integrate Tomcat 4.0.4 with JBOSS 3.0.2

Posted by jdeveloper <jd...@cox.net>.
I think that's what I will have to do.  However, the version of Tomcat 
is not embedded with the version of JBoss that I desire.  It may be that 
the versions that are embedded work well together and therefore I won't 
be able to mix and match different versions of tomcat with JBoss.

I could compare the files and see what the embedded versions does 
differently and adjust mine accordingly and test it.

I'm still curious if anyone has the two versions working together.

micael wrote:

> Why not?  Rather than take Jetty out and put Tomcat in, why not just 
> download the version of JBoss with Tomcat embedded?  What am I missing 
> here?
>
> At 08:50 PM 9/30/2002 -0400, you wrote:
>
>> Sounds great but it does not solve the problem.  :)
>>
>>
>>
>> micael wrote:
>>
>>> Rather than do the coding, moving, etc., why not order a pizza, call 
>>> your friend to go fishing, and do a new download?
>>>
>>> At 09:22 AM 9/30/2002 -0400, you wrote:
>>>
>>>>  Jboss comes with Jetty. I would like to disable Jetty and 
>>>> integrate Jboss v3.0.2 with tomcat v4.0.4. (I did not download 
>>>> Jboss with an embedded tomcat version.)
>>>>
>>>> Both Jboss and Tomcat work by themselves separately.
>>>>
>>>> Do I need to remove the directory 
>>>> $JBOSS_HOME/server/default/deploy/jbossweb.sar to disable Jetty?
>>>>
>>>> To integrate, do I need to add Jboss client libaries to tomcat ? 
>>>> i.e., copy jboss-j2ee.jar, jboss-client.jar, jbosssx-client.jar, 
>>>> jnp-client.jar, jboss-common-client.jar and log4j.jar files from 
>>>> $JBOSS_HOME/client/ directory to $TOMCAT_HOME/common/lib/ directory ?
>>>>
>>>> Any help would be appreciated!
>>>
>>>
>>>
>>>
>>>
>>> -- 
>>> To unsubscribe, e-mail:
>>> <ma...@jakarta.apache.org>
>>> For additional commands, e-mail: 
>>> <ma...@jakarta.apache.org>
>>>
>>
>>
>>
>> -- 
>> To unsubscribe, e-mail:   
>> <ma...@jakarta.apache.org>
>> For additional commands, e-mail: 
>> <ma...@jakarta.apache.org>
>>
>
>
>
> -- 
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: How to integrate Tomcat 4.0.4 with JBOSS 3.0.2

Posted by micael <ca...@harbornet.com>.
Why not?  Rather than take Jetty out and put Tomcat in, why not just 
download the version of JBoss with Tomcat embedded?  What am I missing here?

At 08:50 PM 9/30/2002 -0400, you wrote:
>Sounds great but it does not solve the problem.  :)
>
>
>
>micael wrote:
>
>>Rather than do the coding, moving, etc., why not order a pizza, call your 
>>friend to go fishing, and do a new download?
>>
>>At 09:22 AM 9/30/2002 -0400, you wrote:
>>
>>>  Jboss comes with Jetty. I would like to disable Jetty and integrate 
>>> Jboss v3.0.2 with tomcat v4.0.4. (I did not download Jboss with an 
>>> embedded tomcat version.)
>>>
>>>Both Jboss and Tomcat work by themselves separately.
>>>
>>>Do I need to remove the directory 
>>>$JBOSS_HOME/server/default/deploy/jbossweb.sar to disable Jetty?
>>>
>>>To integrate, do I need to add Jboss client libaries to tomcat ? i.e., 
>>>copy jboss-j2ee.jar, jboss-client.jar, jbosssx-client.jar, 
>>>jnp-client.jar, jboss-common-client.jar and log4j.jar files from 
>>>$JBOSS_HOME/client/ directory to $TOMCAT_HOME/common/lib/ directory ?
>>>
>>>Any help would be appreciated!
>>
>>
>>
>>
>>--
>>To unsubscribe, e-mail:
>><ma...@jakarta.apache.org>
>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>
>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>