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

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 URL

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 found

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 >-

RE: Tomcat and JBoss

2003-10-13 Thread Aleksandr Shneyderman
ect: Tomcat and JBoss > > > 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 o

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: Using Tomcat and JBoss together

2003-07-31 Thread epyonne
. - Original Message - From: "P. Dwayne Miller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 31, 2003 12:38 PM Subject: Using Tomcat and JBoss together > New to the world of Java... I'm confused as to why someone would want to > run Tomcat and J

RE: Using Tomcat and JBoss together

2003-07-31 Thread mike jackson
sense to use apache because you can run jboss/tomcat as a non-root user. --mikej -=-- mike jackson [EMAIL PROTECTED] > -Original Message- > From: epyonne [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2003 12:35 PM > To: Tomcat Users List > Subject: Re: Using Tomca

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 s

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

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 s

Re: Tomcat and JBoss

2003-02-15 Thread Bryan Field-Elliot
They are very different systems, but they work great together, and JBoss even distributes a special version of JBoss bundled with (integrated with) Tomcat. In short - Tomcat is a "container" (basically, a server) for Java Servlets and JSP pages. There are some extra bells and whistles thrown in bu

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 this is not

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 , t

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: For additional commands, e-mail:

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

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

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