Re: Tomcat Standalone with Jboss

2003-07-19 Thread epyonne
Harsh,

As I have said before, download and install the JBoss-Tomcat bundle and run
it on a certain port.  Then you can install the Tomcat standalone on another
port.  There is no conflict as long as they are on different ports.
JBoss-Tomcat bundle does not use CATALINA_HOME, so you can keep that for
your standalone Tomcat.  Currently, I have applications running on my
JBoss-Tomcat bundle and applications running on my Tomcat standalone, all on
the same computer, and I don't have any problem whatsoever.  Oh, by the way,
my computer has a 2GHz P4 processor with 1G memory though.  But there should
be no problem with a lesser computer.

Later on when you want to move to another computer, all you have to do is to
move the JSPs, servlets, beans, etc to the new webapps location on the new
computer.  It is very easy.

Hope this helps.


- Original Message -
From: Harsh Nagpal [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, July 17, 2003 12:38 AM
Subject: RE: Tomcat Standalone with Jboss


 Well the truth is that I'm new to Jboss and tomcat

 I need Jboss and tomcat to run on separate VMs (and later on, on diff
 machines). I need them to interact, as in the EJB would be the JBoss
 machine and the the servlet/webservice on the another machine. How do i
 accomplish this?


 Harsh

 On Thu, 2003-07-17 at 00:17, Shapira, Yoav wrote:
 
  Howdy,
  Download and install JBoss, download and install tomcat. ;)
 
  You're going to need to be more specific...
 
 
  Yoav Shapira
  Millennium ChemInformatics
 
 
  -Original Message-
  From: Harsh Nagpal [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, July 16, 2003 2:46 AM
  To: [EMAIL PROTECTED]
  Subject: Tomcat Standalone with Jboss
  
  Hi!
  
  How do you setup JBoss and Standalone Tomcat(4.1.24)
  
  Any help would be appreciated
  
  -Harsh
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
  This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat Standalone with Jboss

2003-07-18 Thread Shapira, Yoav

Howdy,

I need Jboss and tomcat to run on separate VMs (and later on, on diff
machines). I need them to interact, as in the EJB would be the JBoss
machine and the the servlet/webservice on the another machine. How do i
accomplish this?

Perferably by starting with some sort of EJB book and tutorial ;)

You would install JBoss.  Write a simple HelloWorld session bean, deploy
it to JBoss.

You would then install tomcat to a separate location.  Write a simple
HelloWorld webapp and deploy it to tomcat.

Figure out (this is in the JBoss docs) which client classes you need in
order to get a JBoss JNDI initial context.  Copy those classes to your
tomcat webapp.  Write a servlet that gets an initial context to the
JBoss server, looks up and invokes the HelloWorld EJB.

The above will teach you a lot, enough to get you started on the real
app.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat Standalone with Jboss

2003-07-17 Thread Harsh Nagpal
Well the truth is that I'm new to Jboss and tomcat

I need Jboss and tomcat to run on separate VMs (and later on, on diff
machines). I need them to interact, as in the EJB would be the JBoss
machine and the the servlet/webservice on the another machine. How do i
accomplish this?


Harsh 

On Thu, 2003-07-17 at 00:17, Shapira, Yoav wrote:
 
 Howdy,
 Download and install JBoss, download and install tomcat. ;)
 
 You're going to need to be more specific...
 
 
 Yoav Shapira
 Millennium ChemInformatics
 
 
 -Original Message-
 From: Harsh Nagpal [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 16, 2003 2:46 AM
 To: [EMAIL PROTECTED]
 Subject: Tomcat Standalone with Jboss
 
 Hi!
 
 How do you setup JBoss and Standalone Tomcat(4.1.24)
 
 Any help would be appreciated
 
 -Harsh
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 This e-mail, including any attachments, is a confidential business communication, 
 and may contain information that is confidential, proprietary and/or privileged.  
 This e-mail is intended only for the individual(s) to whom it is addressed, and may 
 not be saved, copied, printed, disclosed or used by anyone else.  If you are not 
 the(an) intended recipient, please immediately delete this e-mail from your computer 
 system and notify the sender.  Thank you.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat Standalone with Jboss

2003-07-16 Thread Shapira, Yoav

Howdy,
Download and install JBoss, download and install tomcat. ;)

You're going to need to be more specific...


Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Harsh Nagpal [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 16, 2003 2:46 AM
To: [EMAIL PROTECTED]
Subject: Tomcat Standalone with Jboss

Hi!

How do you setup JBoss and Standalone Tomcat(4.1.24)

Any help would be appreciated

-Harsh


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat Standalone with Jboss

2003-07-16 Thread John Turner
http://www.pubbitch.org/jboss/

John

On 16 Jul 2003 12:15:58 +0530, Harsh Nagpal [EMAIL PROTECTED] 
wrote:

Hi!

How do you setup JBoss and Standalone Tomcat(4.1.24)

Any help would be appreciated

-Harsh

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Tomcat Standalone with Jboss

2003-07-16 Thread epyonne
JBoss has a version with Tomcat 4.1.24 bundled, so there is no reason to use
JBoss and Tomcat separately.  As a matter of fact, it is what the JBoss
people recommend people to do.

On the other hand, you can set up a separate Tomcat standalone on different
port, for the applications that does not require a EJB container.

Hope this helps.



- Original Message -
From: Harsh Nagpal [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, July 16, 2003 1:45 AM
Subject: Tomcat Standalone with Jboss


 Hi!

 How do you setup JBoss and Standalone Tomcat(4.1.24)

 Any help would be appreciated

 -Harsh


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]