RE: Tomcat/Weblogic!!...

2003-01-29 Thread Barney Hamish
Weblogic and Tomcat do the same thing! They are both java servlet
containers... It might make sense to integrate Tomcat with Apache or
Weblogic with Tomcat but _not_ weblogic and Tomcat.

-Original Message-
From: Ramkumar Krishnan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 05, 2002 2:29 PM
To: Tomcat Users List
Subject: Tomcat/Weblogic!!...


Hi,
 Is it possible to integrate tomcat (web server) and weblogic (App
server)..if so how it is possible?..


Any help would be appreciated


thanks,
Ramkumar

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




RE: Tomcat/Weblogic!!...

2003-01-29 Thread Ryan Chambers

Here is a contrary point of view.

They have nothing close to the same level of functionality. Tomcat is a JSP
and servlet container. Weblogic can do these things, but it is also an EJB
container, RMI server, insert list of features here.

In some cases it makes sense to integrate tomcat with weblogic. It's much
cheaper to cluster tomcat servers than to cluster weblogic servers. The cost
and functionality of weblogic is wasted on doing things like serving JSPs.

I don't have a lot of advice on how to do the integration. So don't ask. :)
WL will take connections from java clients (amongst others), including
tomcat. It shouldn't be that hard to find advice on the internet.

-Original Message-
From: Barney Hamish [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 29, 2003 5:47 AM
To: 'Tomcat Users List'
Subject: RE: Tomcat/Weblogic!!...


Weblogic and Tomcat do the same thing! They are both java servlet
containers... It might make sense to integrate Tomcat with Apache or
Weblogic with Tomcat but _not_ weblogic and Tomcat.

-Original Message-
From: Ramkumar Krishnan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 05, 2002 2:29 PM
To: Tomcat Users List
Subject: Tomcat/Weblogic!!...


Hi,
 Is it possible to integrate tomcat (web server) and weblogic (App
server)..if so how it is possible?..


Any help would be appreciated


thanks,
Ramkumar

-
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 + Weblogic 6.1 sp2 + Petstore

2002-02-14 Thread David Cassidy

in your TC class path do you have the WL classes ?

if not there is no way that TC will talk to WL...

ie how does your servlet do a lookup to get a WL object


D



Steve Earl wrote:

 Yep... I'm very familiar with looking up objects from weblogic... I just
 cannot get the Tomcat side of things to talk to WL... AT ALL.

 Steve...

 -Original Message-
 From: David Cassidy [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 13, 2002 10:37 AM
 To: Tomcat Users List
 Subject: Re: Tomcat + Weblogic 6.1 sp2 + Petstore

 I take it it's one of those the company has got weblogic 

 I think you'll need to include the weblogic jars so that you can do a
 lookup

 Have a look on how to get a hold of the weblogic jndi connector ...

 hope it helps

 D

 Steve Earl wrote:

  Yep... I know about the Tomcat  JBoss stuff.  What I'm really having
  problems with is the Tomcat  Weblogic stuff.
 
  Steve...
 
  -Original Message-
  From: David Cassidy [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, February 13, 2002 10:24 AM
  To: Tomcat Users List
  Subject: Re: Tomcat + Weblogic 6.1 sp2 + Petstore
 
  They use the petStore as a example for getting JBoss and TC to talk
 together
  
 
  jboss.org ...
 
  David
 
  Steve Earl wrote:
 
   Hi,
   I've been pounding my head against the wall for a couple of days now
  trying
   to configure the pet store application. What I need / want to do is have
   Weblogic 6.1 sp2 handle the database connections and EJB's while having
   Tomcat 4.0.2 serve up the servlets and jsps.
   Has anyone gotten this configuration to work successfully? If so could
 you
   please post instructions on how you did it.
   Any help is greatly appreciated,
   Thanks in advance...
   Stephen Earl
  
   --
   To unsubscribe:   mailto:[EMAIL PROTECTED]
   For additional commands: mailto:[EMAIL PROTECTED]
   Troubles with the list: mailto:[EMAIL PROTECTED]
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat + Weblogic 6.1 sp2 + Petstore

2002-02-13 Thread David Cassidy

They use the petStore as a example for getting JBoss and TC to talk together


jboss.org ...

David

Steve Earl wrote:

 Hi,
 I've been pounding my head against the wall for a couple of days now trying
 to configure the pet store application. What I need / want to do is have
 Weblogic 6.1 sp2 handle the database connections and EJB's while having
 Tomcat 4.0.2 serve up the servlets and jsps.
 Has anyone gotten this configuration to work successfully? If so could you
 please post instructions on how you did it.
 Any help is greatly appreciated,
 Thanks in advance...
 Stephen Earl

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Tomcat + Weblogic 6.1 sp2 + Petstore

2002-02-13 Thread Steve Earl

Yep... I know about the Tomcat  JBoss stuff.  What I'm really having
problems with is the Tomcat  Weblogic stuff.

Steve...

-Original Message-
From: David Cassidy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 13, 2002 10:24 AM
To: Tomcat Users List
Subject: Re: Tomcat + Weblogic 6.1 sp2 + Petstore


They use the petStore as a example for getting JBoss and TC to talk together


jboss.org ...

David

Steve Earl wrote:

 Hi,
 I've been pounding my head against the wall for a couple of days now
trying
 to configure the pet store application. What I need / want to do is have
 Weblogic 6.1 sp2 handle the database connections and EJB's while having
 Tomcat 4.0.2 serve up the servlets and jsps.
 Has anyone gotten this configuration to work successfully? If so could you
 please post instructions on how you did it.
 Any help is greatly appreciated,
 Thanks in advance...
 Stephen Earl

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat + Weblogic 6.1 sp2 + Petstore

2002-02-13 Thread David Cassidy

I take it it's one of those the company has got weblogic 

I think you'll need to include the weblogic jars so that you can do a
lookup

Have a look on how to get a hold of the weblogic jndi connector ...

hope it helps

D

Steve Earl wrote:

 Yep... I know about the Tomcat  JBoss stuff.  What I'm really having
 problems with is the Tomcat  Weblogic stuff.

 Steve...

 -Original Message-
 From: David Cassidy [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 13, 2002 10:24 AM
 To: Tomcat Users List
 Subject: Re: Tomcat + Weblogic 6.1 sp2 + Petstore

 They use the petStore as a example for getting JBoss and TC to talk together
 

 jboss.org ...

 David

 Steve Earl wrote:

  Hi,
  I've been pounding my head against the wall for a couple of days now
 trying
  to configure the pet store application. What I need / want to do is have
  Weblogic 6.1 sp2 handle the database connections and EJB's while having
  Tomcat 4.0.2 serve up the servlets and jsps.
  Has anyone gotten this configuration to work successfully? If so could you
  please post instructions on how you did it.
  Any help is greatly appreciated,
  Thanks in advance...
  Stephen Earl
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Tomcat + Weblogic 6.1 sp2 + Petstore

2002-02-13 Thread Steve Earl

Yep... I'm very familiar with looking up objects from weblogic... I just
cannot get the Tomcat side of things to talk to WL... AT ALL.

Steve...


-Original Message-
From: David Cassidy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 13, 2002 10:37 AM
To: Tomcat Users List
Subject: Re: Tomcat + Weblogic 6.1 sp2 + Petstore


I take it it's one of those the company has got weblogic 

I think you'll need to include the weblogic jars so that you can do a
lookup

Have a look on how to get a hold of the weblogic jndi connector ...

hope it helps

D

Steve Earl wrote:

 Yep... I know about the Tomcat  JBoss stuff.  What I'm really having
 problems with is the Tomcat  Weblogic stuff.

 Steve...

 -Original Message-
 From: David Cassidy [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 13, 2002 10:24 AM
 To: Tomcat Users List
 Subject: Re: Tomcat + Weblogic 6.1 sp2 + Petstore

 They use the petStore as a example for getting JBoss and TC to talk
together
 

 jboss.org ...

 David

 Steve Earl wrote:

  Hi,
  I've been pounding my head against the wall for a couple of days now
 trying
  to configure the pet store application. What I need / want to do is have
  Weblogic 6.1 sp2 handle the database connections and EJB's while having
  Tomcat 4.0.2 serve up the servlets and jsps.
  Has anyone gotten this configuration to work successfully? If so could
you
  please post instructions on how you did it.
  Any help is greatly appreciated,
  Thanks in advance...
  Stephen Earl
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]