Tomcat vs Jboss-Tomcat

2005-07-19 Thread Sridhar
Hi Everybody, Is it any difference will come between Tomcat and Jboss-Tomcat. Which is best for Executing executing only JSPs. Regards Sridhar

Re: Tomcat vs Jboss-Tomcat

2005-07-19 Thread ohaya
Sridhar, For just JSPs, you only need Tomcat. I think that JBoss will be needed if you use EJBs. Jim Sridhar wrote: Hi Everybody, Is it any difference will come between Tomcat and Jboss-Tomcat. Which is best for Executing executing only JSPs. Regards Sridhar

RE: Tomcat vs Jboss-Tomcat

2005-07-19 Thread Raghupathy,Gurumoorthy
For only jsp use tomcat ... More easy to configure and run -Original Message- From: ohaya [mailto:[EMAIL PROTECTED] Sent: 19 July 2005 10:57 To: Tomcat Users List Subject: Re: Tomcat vs Jboss-Tomcat Sridhar, For just JSPs, you only need Tomcat. I think that JBoss will be needed

Re: Tomcat vs Jboss-Tomcat

2005-07-19 Thread Sridhar
-user@jakarta.apache.org Sent: Tuesday, July 19, 2005 3:54 PM Subject: RE: Tomcat vs Jboss-Tomcat For only jsp use tomcat ... More easy to configure and run -Original Message- From: ohaya [mailto:[EMAIL PROTECTED] Sent: 19 July 2005 10:57 To: Tomcat Users List Subject: Re: Tomcat vs Jboss

RE: Tomcat vs Jboss-Tomcat

2005-07-19 Thread Allistair Crossley
Has anyone pointed out to you that JBoss uses Tomcat for JSP/Servlets? Therefore the question is not is Tomcat better, but what management features you need and which functionality from the J2EE stack you require. Allistair. -Original Message- From: Sridhar [mailto:[EMAIL PROTECTED

Re: Tomcat vs Jboss-Tomcat

2005-07-19 Thread Gal Robert
I think, this is not realy about Tomcat nor Jboss-tomcat. You should consider about clustering (run more instances of your web server to handle requests simultaneously). You can achieve this quite easily with multiple tomcats+some hardware load balancer Sridhar wrote: Hi, Tomcat is better

Tomcat in JBoss 4.0.3RC1 and Sun's Java Server Faces

2005-06-30 Thread Geoffrey
Our application uses Sun's JSF implementation. On JBoss 4.0.2 it deploys fine, but on JBoss 4.0.3RC1 it throws a ClassCastException: at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:711) ... at

RE: Tomcat and JBoss

2004-06-30 Thread ramesh
] Sent: Tuesday, June 29, 2004 6:22 PM To: Tomcat Users List Subject: Re: Tomcat and JBoss On Tue, Jun 29, 2004 at 06:39:28PM -0700, ramesh wrote: : I am using Tomcat 4.1 that comes packaged with JBoss 3.2.3. I am trying to : deploy my war which has two servlets. I am not able to connect to my

Tomcat and JBoss

2004-06-29 Thread ramesh
Hi, I am using Tomcat 4.1 that comes packaged with JBoss 3.2.3. I am trying to deploy my war which has two servlets. I am not able to connect to my servlets by doing a http://localhost:8080/ccgIntf. I tried different variations of the URL but with no luck. I looked at the jmx-console and

Re: Tomcat and JBoss

2004-06-29 Thread QM
On Tue, Jun 29, 2004 at 06:39:28PM -0700, ramesh wrote: : I am using Tomcat 4.1 that comes packaged with JBoss 3.2.3. I am trying to : deploy my war which has two servlets. I am not able to connect to my : servlets by doing a http://localhost:8080/ccgIntf. I tried different : variations of the

tomcat 5 + jboss 3.2

2004-03-22 Thread Anton Komarevtsev
Hello I've compiled jbossweb-tomcat50.sar and copied it to /var/lib/jboss/server-name/deploy directory instead of jbossweb-tomcat41.sar When I'm requesting some jsp from the server, I get: -- org.apache.jasper.JasperException: Unable to compile class for JSP

RE: Tomcat 5 JBoss

2003-10-29 Thread Greg_Cope
and this causes problems. Having to document a tomcat/jboss bundled build on top of what we do would be a royal PITA. Sorry, off topic rant over. Greg -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: 28 October 2003 17:24 To: Tomcat Users List Subject: Re

RE: Tomcat 5 JBoss

2003-10-29 Thread Wade Chandler
are using Jboss to make money (it sounds like it) to use their methods and buy the support and documents. Wade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 4:11 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat 5 JBoss Remy, I know

RE: Tomcat 5 JBoss

2003-10-29 Thread Greg_Cope
From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: 29 October 2003 12:55 To: 'Tomcat Users List' Subject: RE: Tomcat 5 JBoss Actualy Jboss specifically doesn't give out much info for the purpose of making money. That is how they are funded. You don't have to pay squat

RE: Tomcat 5 JBoss

2003-10-29 Thread Wade Chandler
] Sent: Wednesday, October 29, 2003 12:03 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat 5 JBoss From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: 29 October 2003 12:55 To: 'Tomcat Users List' Subject: RE: Tomcat 5 JBoss Actualy Jboss specifically doesn't give out much info for the purpose

RE: Tomcat 5 JBoss

2003-10-29 Thread Greg_Cope
: Tomcat 5 JBoss In reading what I wrote I didn't mean it to sound the way it obviously sounds. So, I offer apologies for the way I wrote that. I should have took time to think about the way it was written before sending it. Wade

Tomcat 5 JBoss

2003-10-28 Thread harm
Is there any way to run JBoss with Tomcat 5 instead of 4.1.27? I'm using JBoss 3.2.2. I would like to switch to 5 because of the hotswap debugging feature. Thanks, Harm de Laat Informatiefabriek The Netherlands

Re: Tomcat 5 JBoss

2003-10-28 Thread epyonne
JBoss and Tomcat run best when bundled together. At this point, they don't have a bundle with Tomcat 5 yet. Furthermore, Tomcat 5 is still in beta. Maybe that's the reason why the jboss folks want to wait until it is in production release. - Original Message - From: [EMAIL PROTECTED

Re: Tomcat 5 JBoss

2003-10-28 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Is there any way to run JBoss with Tomcat 5 instead of 4.1.27? I'm using JBoss 3.2.2. I would like to switch to 5 because of the hotswap debugging feature. You have to get the source, and build. There will be a TC 5 SAR in the output dir for the Tomcat module. Using

RE: Tomcat and JBoss

2003-10-14 Thread Shapira, Yoav
Howdy, Tomcat should not be installed on J2EE but it can be done with hacks. If you want the two separate installations, tomcat and JBoss, it's easy to do as you described: set a different JAVA_HOME for each one in their startup scripts. Yoav Shapira Millennium ChemInformatics -Original

Tomcat and JBoss

2003-10-13 Thread Jerald Powel
Hello, Can I install and have running Tomcat and JBoss on the same box? Tomcat on J2SE and JBoss on J2EE. This will logically mean that I have 2 JREs running on one box? Unless Tomcat can be installed on J2EE? Thanks and regards J. - Want to chat

RE: Tomcat and JBoss

2003-10-13 Thread Aleksandr Shneyderman
Check out JBoss site. They have JBoss version that has Tomcat built into it, saves a lot communication overhead between the two VMs. -Original Message- From: Jerald Powel [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 5:27 AM To: [EMAIL PROTECTED] Subject: Tomcat and JBoss

Tomcat with JBoss/Tomcat

2003-09-29 Thread Geralyn M Hollerman
I have an application running quite happily under Tomcat 4.1.24. I have been informed that it is desired to run an instance of JBoss with Tomcat (3.2.1) on the same machine for some other development. Has anyone had any experience doing this kind of thing - in other words, do Tomcat and JBoss

Re: Tomcat with JBoss/Tomcat

2003-09-29 Thread Jeff Larsen
Users List [EMAIL PROTECTED] Sent: Monday, September 29, 2003 12:13 PM Subject: Tomcat with JBoss/Tomcat I have an application running quite happily under Tomcat 4.1.24. I have been informed that it is desired to run an instance of JBoss with Tomcat (3.2.1) on the same machine for some other

Tomcat in JBoss setup with IIS

2003-09-15 Thread Haytham Samad
Okay. I am trying to setup Tomcat with IIS. I have done this before successfully with Tomcat standalone. Now I have to use JBoss with Tomcat embedded (jboss-3.2.1_tomcat-4.1.24). The configuration is not working so well nor does it map as nicely. Anywhere I can look to get a description

Using Tomcat and JBoss together

2003-07-31 Thread P. Dwayne Miller
New to the world of Java... I'm confused as to why someone would want to run Tomcat and JBoss together. Don't they do the same thing? I just recently managed to get Apache 2 and Tomcat working with mod_jk2... and then my boss asks me to look into JBoss. I was expecting to find out how to get

RE: Using Tomcat and JBoss together

2003-07-31 Thread mike jackson
-=-- mike jackson [EMAIL PROTECTED] -Original Message- From: P. Dwayne Miller [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 9:39 AM To: [EMAIL PROTECTED] Subject: Using Tomcat and JBoss together New to the world of Java... I'm confused as to why someone would want to run Tomcat

RE: Using Tomcat and JBoss together

2003-07-31 Thread mike jackson
If you're using a lot of static content or cgi-bins or aliased directories it still makes more sense to use apache front of tomcat/jetty (jboss). Apache servers static content faster, if the majority of your site is dynamic then it makes more sense to use tomcat/jetty. It also makes more sense

Re: Using Tomcat and JBoss together

2003-07-31 Thread epyonne
Tomcat is a servlet container and JBoss is a full fledge J2EE/EJB container. Having said that, JBoss needs Tomcat (or Jetty) to be complete. Currently, I am using jboss-3.2.1_tomcat-4.1.24 bundle and it is great. I highly recommend you to use JBoss instead of Apache2. Hope this helps

Tomcat vs. JBoss

2003-04-05 Thread johannes . fiala
Hi there, At my company some are discussing to replace our Tomcat installation with JBoss application server. What are the main arguments pro/contra using Tomcat/JBoss? Is anybody able to share some production experiences? To my mind it seems *) if I need EJB - take JBoss disadvantage: more

Re: Tomcat vs. JBoss

2003-04-05 Thread Kaarle Kaila
At 13:16 6.4.2003 +0200, you wrote: Hi there, At my company some are discussing to replace our Tomcat installation with JBoss application server. What are the main arguments pro/contra using Tomcat/JBoss? Is anybody able to share some production experiences? I have not used JBoss myself but had

Re: Tomcat vs. JBoss

2003-04-05 Thread Michael Maier
hi johannes! i took a look at your companies homepage and there i can find infos about you: *snip on* Mag. Ing. Johannes Fiala Technische Leitung, Geschäftsführer Specials: J2EE-Applikationsentwicklung mit Apache Tomcat und Sybase EAServer

[OFF-TOPIC] Re: Tomcat vs. JBoss

2003-04-05 Thread johannes . fiala
Hi I cannot leave your claim unanswered here, even it is way off topic - I don't see any info on JBoss at my homepage, so I cannot see any sentence which is not true. I hope your next post will be more helpful to the community here, instead of blaming others. cheers Johannes

Re: Tomcat vs. JBoss

2003-04-05 Thread Joe Sam Shirah
Hi Johannes, There is no Tomcat versus JBoss issue. JBoss is a J2EE container which, per the spec, includes a servlet engine. The standard JBoss download includes Jetty, but there is also one that includes Tomcat. So the real issue, if you want to have one, is Jetty versus Tomcat

Re: Tomcat vs. JBoss

2003-04-05 Thread johannes . fiala
exceptions if anything goes wrong. Thx alot Johannes Joe Sam Shirah [EMAIL PROTECTED] 05.04.2003 19:41 Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject Re: Tomcat vs. JBoss Hi Johannes, There is no Tomcat versus JBoss issue

Re: Tomcat vs. JBoss

2003-04-05 Thread da_alchemist
the differences between JBoss and Tomcat and simply did not pose the question clearly. If that is the case I apologize, but please be careful in presenting future questions otherwise I would anticipate plenty more grief from others. Finally, to answer your questions as best as I can interpret them. You

Re: Tomcat vs. JBoss

2003-04-05 Thread Joe Sam Shirah
/JDBC Going International?http://www.jguru.com/faq/I18N Que Java400? http://www.jguru.com/faq/Java400 - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, April 06, 2003 1:01 PM Subject: Re: Tomcat vs. JBoss Hi Joe Sam, Thanks

[OFF-TOPIC] Re: Tomcat vs. JBoss

2003-04-05 Thread johannes . fiala
hi [EMAIL PROTECTED] + Michael Maier [EMAIL PROTECTED] alias blib (nickname of your previous posts), thx for your reply, I've corrected J2EE to Servlets/JSPs to increase the focus. I didn't take care of the EJB part of J2EE so far, but certainly will in the future. My clients, however, didn't

[OT] Thanks: Re: Tomcat vs. JBoss

2003-04-05 Thread Micael
List [EMAIL PROTECTED] Sent: Sunday, April 06, 2003 1:01 PM Subject: Re: Tomcat vs. JBoss Hi Joe Sam, Thanks for your detailed reply. Do you know any real-life scenarios where you can't do it with Tomcat but need EJB seriously? So far I've done any backend-access using Apache Axis (Soap

Re: Tomcat vs. JBoss

2003-04-05 Thread dwightHugget
On Sunday 06 April 2003 07:16, [EMAIL PROTECTED] professed: Hi there, At my company some are discussing to replace our Tomcat installation with JBoss application server. What are the main arguments pro/contra using Tomcat/JBoss? Is anybody able to share some production experiences? To my

Re: Tomcat and JBoss

2003-02-16 Thread Anthony Marlowe
Hi Lior. JBoss is a J2EE/EJB application server and makes use of Tomcat/Jetty to process JSP's and servlets which access the EJB's. JBoss has integrated versions of both. You can use JBoss with intgrated tomcat. The version is Tomcat light. You can integrate the full version. If you are just

Tomcat and JBoss

2003-02-15 Thread Lior Shliechkorn
What is the difference between these two software applications? I heard of JBoss recently, and as my exposure to these technologies is still very new I'm just not sure. Does JBoss replace Tomcat, or are they two different layers in the structure of application presentation. I know

Re: Tomcat and JBoss

2003-02-15 Thread Bryan Field-Elliot
in particular (e.g. Tomcat). Bryan On Sat, 2003-02-15 at 11:52, Lior Shliechkorn wrote: What is the difference between these two software applications? I heard of JBoss recently, and as my exposure to these technologies is still very new I'm just not sure. Does JBoss replace Tomcat

Tomcat with JBOSS

2003-01-13 Thread Konstantinis Evagelos ([EMAIL PROTECTED])
Hi to all, I am new to this list and i need your help, I have the following problem, 1 Case: I have created a project which contains 2 jsp, and some entity beans. I have created a ear file which contains both war, jar files. when the ear is deployed to tomcat which is inside jboss

Tomcat and Jboss

2002-12-23 Thread Edu
I don't know if this is about Tomcat, Jboss, or something else. I created a EJB pack and deployed at the server (Jboss). Made a java program client to test it and all is Ok. But when I try to use a jsp page to use the service, I get a java.lang.ClassCastException message. I can get the context

Tomcat or JBoss?

2002-11-25 Thread JStanczak
was thinking maybe I should set this up with JBoss instead of Tomcat, because this will be production. The reason I'm thinking about doing this is one, because I'm at a stage where it would be easy to just install whatever I want and two, I've read a couple places that Tomcat is just a reference

Re: Tomcat or JBoss?

2002-11-25 Thread Kristján Bjarni Guðmundsson
with JBoss instead of Tomcat, because this will be production. The reason I'm thinking about doing this is one, because I'm at a stage where it would be easy to just install whatever I want and two, I've read a couple places that Tomcat is just a reference implementation. That it was not really

RE: Tomcat or JBoss?

2002-11-25 Thread Reynir Hübner
kind of improvement are you looking for in your production env over the dev-env, that you've been using ? -reynir -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 25. nóvember 2002 13:52 To: [EMAIL PROTECTED] Subject: Tomcat or JBoss? I'm sure you get

RE: Tomcat or JBoss?

2002-11-25 Thread Shapira, Yoav
Howdy, A couple of comments: 1. JBoss uses (or can use) Tomcat as its servlet/JSP container. We've used this setup in the past and like it. 2. If you need EJB support, or other J2EE features not offered by tomcat stand-alone, JBoss would be a good way to go. 3. While the initial thought behind

RE: Tomcat or JBoss?

2002-11-25 Thread JStanczak
: | | Subject: RE: Tomcat or JBoss

RE: Tomcat or JBoss?

2002-11-25 Thread Steve Lewis
We're currently running on WebLogic and are looking into retreating to Tomcat. Tyrex makes Tomcat pretty compelling. I think a lot of people are finding out that EJBs are overkill for web-based apps. Plus, it's cheaper! Steve __ Do you Yahoo!?

RE: Tomcat or JBoss?

2002-11-25 Thread Price, Erik
-Original Message- From: Steve Lewis [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 11:33 AM To: Tomcat Users List Subject: RE: Tomcat or JBoss? We're currently running on WebLogic and are looking into retreating to Tomcat. Tyrex makes Tomcat pretty compelling

RE: Tomcat or JBoss?

2002-11-25 Thread Shapira, Yoav
Hi, If they are overkill for webapps, what sorts of situations would benefit from them? flame-bait NEVER http://www.softwarereality.com/programming/ejb/index.jsp /flame-bait (Just kidding) ;) Yoav Shapira Millennium ChemInformatics -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: Tomcat or JBoss?

2002-11-25 Thread Price, Erik
-Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 3:08 PM To: Tomcat Users List Subject: RE: Tomcat or JBoss? If they are overkill for webapps, what sorts of situations would benefit from them? flame-bait NEVER http

RE: Tomcat or JBoss?

2002-11-25 Thread Schnitzer, Jeff
From: Price, Erik [mailto:[EMAIL PROTECTED]] If they are overkill for webapps, what sorts of situations would benefit from them? (Not asking rhetorically, I'm honestly curious about when to use EJB since I know nothing about them.) Applications which are very transaction-oriented will

Tomcat, Apache JBoss

2002-05-30 Thread Rafal Kedziorski
Hallo, has somebody make experiences with Tomcat, Apache JBoss on W2K? I found some installation guides for installing this software under Unix. Works this on W2K too? Best Regards, Rafal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: Tomcat, Apache JBoss

2002-05-30 Thread Steven J. Owens
On Thu, May 30, 2002 at 10:58:19PM +0200, Rafal Kedziorski wrote: has somebody make experiences with Tomcat, Apache JBoss on W2K? I found some installation guides for installing this software under Unix. Works this on W2K too? Making tomcat work on windows is deceptively simple

tomcat and jboss

2002-05-28 Thread Emerson Cargnin - MSA
Anyone using tomcat/jboss (in diferents machines) and JAAS what's loginmodule is using (tomcat/jboss)? Emerson Cargnin - MSASICREDI - Ramal 3358-4860 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

either Tomcat or JBoss is my stumbling block

2002-05-10 Thread jfc100
Hi, I am currently trying to design a webapp using opensource containers which implement the latest specs. This means tomcat403(for servlets2.3 and jsp1.2) and jboss300(for ejb2.0). During an upgrade to both of the containers implementing these specs, I experience an anomally which has to do

Apache, Tomcat and Jboss

2002-04-16 Thread Sefton, Adam
Hi, Has anyone managed to configure the above to work in tandem (apache serving static content, tomcat serving jsp/servlets and JBoss for EJBs)? Could you give me some pointers as to how on earth this is done? we're running on Win2k and have a version of JBoss with tomcat already embedded (so

JNI fails under Tomcat and JBoss

2002-03-11 Thread Semion Rotshtein
JNI fails under Tomcat and JBoss Hi, I'm calling a native method from Java 1.3/Windows 2000 under Tomcat 3.2 and JBoss 2.2 and it fails without any exception. Before calling the native methods I load up the dll containing the method's native implementation which reports no errors and prints

Installing Tomcat 4.0.2 JBoss 2.4.4?

2002-02-24 Thread Andrzej Jan Taramina
Is it possible to install JBoss and Tomcat separately, yet have them co-located in the same Vm? (ie. have JBoss start up Tomcat) I know you can do this with the combined release from jboss.orgbut is there any documentation on how to integrate the two if installing from two separate

RE: Installing Tomcat 4.0.2 JBoss 2.4.4?

2002-02-24 Thread Jarecsni Janos
Tomcat 4.0.2 JBoss 2.4.4? | | |Is it possible to install JBoss and Tomcat separately, yet have |them co-located |in the same Vm? (ie. have JBoss start up Tomcat) | |I know you can do this with the combined release from |jboss.orgbut is there |any documentation on how to integrate the two

RE: Tomcat 4.0.1+JBOSS naming problem/bug?

2002-01-06 Thread Luke Studley
2002 01:35 To: [EMAIL PROTECTED] Subject: Tomcat 4.0.1+JBOSS naming problem/bug? I'm using the following: JDK 1.3.1_01 w/ HotSpot on Solaris 8/SPARC Tomcat 4.0.1 JBOSS 2.4.1 Running different JVM instances for tomcat and jboss If I lookup a JBOSS entity bean from a stand-alone application, which

Re: Tomcat 4.0.1+JBOSS naming problem/bug?

2002-01-06 Thread Frank Morton
How are you specifying the JNDI connection settings for JBoss? If you are just doing InitialContext context = new InitialContext(); Won't you get a Tomcat provided JNDI implementation - not a JBoss one? That is what I am doing, which worked with tomcat 3.2.x, but not with 4.0.1. What is

RE: Tomcat 4.0.1+JBOSS naming problem/bug?

2002-01-06 Thread Luke Studley
Message- From: Frank Morton [mailto:[EMAIL PROTECTED]] Sent: 06 January 2002 19:54 To: Tomcat Users List Subject: Re: Tomcat 4.0.1+JBOSS naming problem/bug? How are you specifying the JNDI connection settings for JBoss? If you are just doing InitialContext context = new InitialContext

Tomcat 4.0.1+JBOSS naming problem/bug?

2002-01-05 Thread Frank Morton
I'm using the following: JDK 1.3.1_01 w/ HotSpot on Solaris 8/SPARC Tomcat 4.0.1 JBOSS 2.4.1 Running different JVM instances for tomcat and jboss If I lookup a JBOSS entity bean from a stand-alone application, which is apparently using org.jnp.interfaces.NamingContext to do the lookup, things

Apache 1.3 + Tomcat 4.0.1 + JBoss 2.4.3

2001-11-26 Thread Luciano sp00ky
List members, I sucessfully configure Tomcat 4.0.1 with JBoss 2.4.3, and Tomcat 4.0.1 with Apache 1.3.19 (in a RedHat Linux 7.1 box). But I couldn't integrate the 3 servers, I just can run them in pairs. If I start Tomcat and Apache the warp connector works, but when I start JBoss (which start

Re: Tomcat 3.3 JBoss mod_jk

2001-09-13 Thread Dmitri Colebatch
a heap of your questions. cheesr dim On Tue, 11 Sep 2001, LAU ENG HUAT wrote: Hi, I'm a newby. I have installed Tomcat 3.3 and manage to get it working. When I read the doc on JBoss integration with Tomcat, it mention about the 1. Servlet Api . Currently I could not find the latest Tomcat 3.3

Best way to install Apache, Tomcat and Jboss

2001-08-06 Thread Utech - Han Lim
Hi, does anybody here can explain step by step the best way to install Apache+Tomcat+Jboss? Or any reference will be appreciated. Thanks. regards, Han Lin

Re: Best way to install Apache, Tomcat and Jboss

2001-08-06 Thread Pier P. Fumagalli
Utech - Han Lim at [EMAIL PROTECTED] wrote: Hi, does anybody here can explain step by step the best way to install Apache+Tomcat+Jboss? Or any reference will be appreciated. Thanks. For Apache and Tomcat, look at the website. For Jboss, you got the wrong mailing list :) Pier

Tomcat in JBoss and IIS - HELP!!!

2001-04-16 Thread Moshe Avdiel
successfully Servlet JSP requests to Tomcat) The problem is when Tomcat is running from within JBoss. Why??? Installed on Windows 2000, JBoss 2.1, Tomcat 3.2.1, IIS 5.0. Thanks in advance, Moshe.

tomcat with jboss

2001-02-15 Thread Lull, Joe
Is anyone running jboss with embedded tomcat as a service on nt? Is this possible? How is it done? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Tomcat+Apache+JBoss: Is this possible?

2001-01-16 Thread Ed Gomolka
tried this yet myself, but some of the people on the mailing list have been experimenting with it. Ed -Original Message- From: Chris Mayes [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 13, 2001 6:20 PM To: [EMAIL PROTECTED] Subject: Tomcat+Apache+JBoss: Is this possible? Hello

Tomcat+Apache+JBoss: Is this possible?

2001-01-13 Thread Chris Mayes
). It's just for practice. If it's not possible, is there a simple way to have an instance of Tomcat+JBoss working alongside an instance of Apache+Tomcat? Would this be a resource hog? TIA, -Chris __ Do You Yahoo!? Get email at your own domain