How To Access EJBs From Standalone Tomcat 4.1.30 and Jboss 3.2

2004-06-02 Thread Kam Lung Leung
Hi, Can I tried the following approach to lookup the EJBs instead of suggested by the document from http://www.amitysolutions.com.au/documents/JBossTomcatJNDI-technote.pdf Here is what I want to do to get the EJBs from tomcat: 1) use an InitialContext object to get the ENC variables that were

RE: TomCat and EJBs in WebSphere

2003-07-08 Thread Bodycombe, Andrew
Try putting the jars you need in WEB-INF/lib -Original Message- From: brainSucka [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 00:32 To: [EMAIL PROTECTED] Subject: Re: TomCat and EJBs in WebSphere absolutely no one out there, who can help me :-((( - Original Message - From

Re: TomCat and EJBs in WebSphere

2003-07-07 Thread brainSucka
absolutely no one out there, who can help me :-((( - Original Message - From: brainSucka [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 04, 2003 7:03 AM Subject: TomCat and EJBs in WebSphere Hi Guys! Im trying to use my TomCat as EJB-Client and reach WebSphere5 EJBs

TomCat and EJBs in WebSphere

2003-07-03 Thread brainSucka
Hi Guys! Im trying to use my TomCat as EJB-Client and reach WebSphere5 EJBs. (This is necessary for a special scenario i try to access). To reach WebSphere-JNDI-Namespace with a Client, one has to use the launchClient.bat that is shipped with WebSphere. This batch sets several properties, uses

ejbs and sql server

2003-02-28 Thread Michael Ni
Hi does anyone have examples of EJBs that connect to SQL Server 2000? I have different queries that i want to run but i want to make my connection and queries in a EJB so i dont have to retype it in my JSP pages every time i need it. Also does anyone have examples of JSP pages calling EJBs

Re: ejbs and sql server

2003-02-28 Thread Vernon Wu
It doesn't seem to be a right mail list for your question. 28/02/2003 11:28:05 AM, Michael Ni [EMAIL PROTECTED] wrote: Hi does anyone have examples of EJBs that connect to SQL Server 2000? I have different queries that i want to run but i want to make my connection and queries in a EJB so i

RE: ejbs and sql server

2003-02-28 Thread Robert Csiki
At least he got an answer :) ... I put a valid question about 3 hours ago and nothing :(( Robert -Original Message- From: Vernon Wu [mailto:[EMAIL PROTECTED] Sent: February 28, 2003 2:34 PM To: Tomcat Users List Subject: Re: ejbs and sql server It doesn't seem to be a right mail list

RE: ejbs and sql server

2003-02-28 Thread Filip Hanik
-Original Message- From: Robert Csiki [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 11:42 AM To: 'Tomcat Users List' Subject: RE: ejbs and sql server At least he got an answer :) ... I put a valid question about 3 hours ago and nothing :(( Robert -Original Message- From: Vernon

Re: RE: ejbs and sql server

2003-02-28 Thread Vernon Wu
Neither did I. 28/02/2003 11:41:53 AM, Robert Csiki [EMAIL PROTECTED] wrote: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: ejbs and sql server

2003-02-28 Thread Phillip Qin
: February 28, 2003 2:47 PM To: Tomcat Users List Subject: RE: ejbs and sql server the problem with this list, is that most people only post questions, and rarely any replies. The people who respond, are few in numbers, hence we would like to encourage everyone to to look at this mailing list as a forum

RE: ejbs and sql server

2003-02-28 Thread Tam, Michael
11:28 AM To: [EMAIL PROTECTED] Subject: ejbs and sql server Hi does anyone have examples of EJBs that connect to SQL Server 2000? I have different queries that i want to run but i want to make my connection and queries in a EJB so i dont have to retype it in my JSP pages every time i need

RE: ejbs and sql server

2003-02-28 Thread Michael Ni
im unclear how EJBs work with tomkat. do we just put all the classfiles inside WEB-INF and they work? mike From: Tam, Michael [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: ejbs and sql server Date: Fri, 28 Feb 2003

RE: ejbs and sql server

2003-02-28 Thread Filip Hanik
nope, Tomcat is a servlet/jsp engine. Take a look at www.jboss.org Filip -Original Message- From: Michael Ni [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 12:21 PM To: [EMAIL PROTECTED] Subject: RE: ejbs and sql server im unclear how EJBs work with tomkat. do we just put

RE: ejbs and sql server

2003-02-28 Thread Jeremy Whitlock
Or look at OpenEJB. It's easy to setup. http://openejb.sourceforge.net Later, J -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 1:24 PM To: Tomcat Users List Subject: RE: ejbs and sql server nope, Tomcat is a servlet/jsp engine. Take

Re: ejbs and sql server

2003-02-28 Thread Erik Price
: Friday, February 28, 2003 12:21 PM To: [EMAIL PROTECTED] Subject: RE: ejbs and sql server im unclear how EJBs work with tomkat. do we just put all the classfiles inside WEB-INF and they work? mike From: Tam, Michael [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat

RE: ejbs and sql server

2003-02-28 Thread Michael Ni
have to set up additional software? but everyone is saying you need to install additional software so that tomcat can use ejbs? mike ni From: Jeremy Whitlock [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: ejbs and sql

Re: RE: ejbs and sql server

2003-02-28 Thread Vernon Wu
to install additional software so that tomcat can use ejbs? mike ni From: Jeremy Whitlock [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: ejbs and sql server Date: Fri, 28 Feb 2003 13:23:04 -0700 Or look at OpenEJB. It's

RE: ejbs and sql server

2003-02-28 Thread Tam, Michael
to use EJB with tomcat you have to do something like the following: 1) Deploy your EJBs in the EJB container 2) Provide some interfaces of your EJBs to tomcat such that your app in tomcat can use to contact the EJB container and call EJBs to work. Hope this help. cheers, Michael -Original

RE: ejbs and sql server

2003-02-28 Thread Raja Sekhar
container which tomcat is not and in order to use EJB with tomcat you have to do something like the following: 1) Deploy your EJBs in the EJB container 2) Provide some interfaces of your EJBs to tomcat such that your app in tomcat can use to contact the EJB container and call EJBs to work. Hope

RE: ejbs and sql server [OT]

2003-02-28 Thread Tam, Michael
Hi Raja, Just curious, have you guys tried the JBOSS with embedded TOMCAT? Regards, Michael -Original Message- From: Raja Sekhar [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:19 PM To: Tomcat Users List Subject: RE: ejbs and sql server Typically if you have a JSP EJB

RE: ejbs and sql server [OT]

2003-02-28 Thread Jeremy Whitlock
Users List' Subject: RE: ejbs and sql server [OT] Hi Raja, Just curious, have you guys tried the JBOSS with embedded TOMCAT? Regards, Michael -Original Message- From: Raja Sekhar [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 2:19 PM To: Tomcat Users List Subject: RE: ejbs

RE: ejbs and sql server [OT]

2003-02-28 Thread Raja Sekhar
, February 28, 2003 2:19 PM To: Tomcat Users List Subject: RE: ejbs and sql server Typically if you have a JSP EJB scnearion, then deploye JSP's on tomcat and configure JBOSS as EJB Container for ejb components. The way we configure Apache - Tomcat where tomcat acts as a JSP/ servlet engine, here we

RE: ejbs and sql server [OT]

2003-02-28 Thread Raja Sekhar
, February 28, 2003 2:19 PM To: Tomcat Users List Subject: RE: ejbs and sql server Typically if you have a JSP EJB scnearion, then deploye JSP's on tomcat and configure JBOSS as EJB Container for ejb components. The way we configure Apache - Tomcat where tomcat acts as a JSP/ servlet engine, here we

tomcat/EJBs

2002-10-25 Thread Grant C. Peters
Can anyone answer a question for me? Does Tomcat work as an EJB container, or do I need to plugin something like openEJB? thanks Grant C. Peters [EMAIL PROTECTED] phone : 415.948.7030 -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands,

RE: tomcat/EJBs

2002-10-25 Thread Short, Dave
Tomcat does not work as an EJB container. -Original Message- From: Grant C. Peters [mailto:grantcpeters;earthlink.net] Sent: October 25, 2002 9:38 AM To: Tomcat Users List Subject: tomcat/EJBs Can anyone answer a question for me? Does Tomcat work as an EJB container, or do I need

RE: tomcat/EJBs

2002-10-25 Thread Grant C. Peters
thanks Grant C. Peters [EMAIL PROTECTED] phone : 415.948.7030 -Original Message- From: Short, Dave [mailto:dave.short;pfizer.com] Sent: Friday, October 25, 2002 12:37 To: 'Tomcat Users List' Subject: RE: tomcat/EJBs Tomcat does not work as an EJB container. -Original Message

RE: tomcat/EJBs

2002-10-25 Thread Jerry Birchler
Subject: tomcat/EJBs Can anyone answer a question for me? Does Tomcat work as an EJB container, or do I need to plugin something like openEJB? thanks Grant C. Peters [EMAIL PROTECTED] phone : 415.948.7030 -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional

RE: accessing ejbs deployed in jboss from tomcat/apache

2002-09-22 Thread Nani Jon
=8009 minProcessors=5 maxProcessors=75 acceptCount=10 debug=0/ BTW: This is the same entry in the server.xml file which is used by embeded tomcat, located at jboss_tomcat/catalina level. Everything is working fine. I can access all of my EJBs deployed to the /server/default/deploy

accessing ejbs deployed in jboss from tomcat/apache

2002-09-21 Thread Nani Jon
Hi all: I have been able to integrate jboss-3.0.0_tomcat-4.0.3 with apache 2, mod_jk2.dll (on a win2k box). The static content is getting displayed correctly. The problem is that I am not able to access my EJBs using apache which talks to the jboss embeded tomcat. I can access my EJBs

RE: accessing ejbs deployed in jboss from tomcat/apache

2002-09-21 Thread Ray Madigan
what error messages do you get? Thanks -Original Message- From: Nani Jon [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 21, 2002 1:44 AM To: tomcat users Subject: accessing ejbs deployed in jboss from tomcat/apache Hi all: I have been able to integrate jboss-3.0.0_tomcat-4.0.3

Calling ejbs from tomcat

2002-05-17 Thread Drinkwater, GJ (Glen)
Hi, i have been using and working with ejbs from a java client calling ejbs from the server that comes with the j2ee package . But now i wish to call the ejbs from a servlet within tomcat. I have put all the jar files for the client that is needed it to the lib dir of my web application but i

Can JSPs running in Tomcat talk to EJBs on Oracle iAS 9?

2002-05-05 Thread Stan Burnitt
If the answer is yes, must I use the RMIInitialContextFactory in the orion.jar, or can I use another? Is anyone actually doing this, and can you show me a sample jndi.properties ? (My JSPs are invoked by STRUTS actions.) Thanks, Stan

How to set up Tomcat 4.0.x to call EJBs in JBoss 2.4.x

2001-11-01 Thread Janek Bogucki
Help! I'd like to run Tomcat 4.0.x and JBoss 2.4.x in separate JVMs on the same machine and have my servlets access EJBs within JBoss. How do I set up Tomcat to do this? I've read lots of posts in various mailing lists on this but it's still unclear to me. Is there a HOWTO or manual page

Newbie: Tomcat EJBs

2001-10-03 Thread Andy Wagg
Can someone tell me if tomcat supports EJB's, looking through the documentation I'm still not sure. Is this part of catalina in Tomcat 4 or is there something else. Thanks, AW

Re: Newbie: Tomcat EJBs

2001-10-03 Thread Brian Richards
Tomcat deosn't try www.jboss.org -brian - Original Message - From: Andy Wagg [EMAIL PROTECTED] To: tomcat [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 3:15 PM Subject: Newbie: Tomcat EJBs Can someone tell me if tomcat supports EJB's, looking through the documentation I'm

Re: Newbie: Tomcat EJBs

2001-10-03 Thread Craig R. McClanahan
On Wed, 3 Oct 2001, Andy Wagg wrote: Date: Wed, 03 Oct 2001 20:15:47 +0100 From: Andy Wagg [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: tomcat [EMAIL PROTECTED] Subject: Newbie: Tomcat EJBs Can someone tell me if tomcat supports EJB's, looking through the documentation I'm still

RE: Newbie: Tomcat EJBs

2001-10-03 Thread Shane Geiger
A while ago someone sent me a link to a product on sourceforge that was apparently a combination JBoss-Tomcat product. -Original Message- From: Andy Wagg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 03, 2001 2:16 PM To: tomcat Subject: Newbie: Tomcat EJBs Can someone

Re: Newbie: Tomcat EJBs

2001-10-03 Thread Yoav Shapira
believe. Good luck ;) Yoav - Original Message - From: Shane Geiger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 3:27 PM Subject: RE: Newbie: Tomcat EJBs A while ago someone sent me a link to a product on sourceforge that was apparently a combination JBoss

Re: Newbie: Tomcat EJBs

2001-10-03 Thread Dmitri Colebatch
: Wednesday, October 03, 2001 3:27 PM Subject: RE: Newbie: Tomcat EJBs A while ago someone sent me a link to a product on sourceforge that was apparently a combination JBoss-Tomcat product.

Re: Can I run EJBs

2001-05-02 Thread Ivan
You need JBoss , www.jboss.org - Original Message - From: Hari Yellina To: [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 4:38 AM Subject: Can I run EJBs Hi all,. Can I run EJBs in the tomcat. Please help me. Regards, Yellina

[free tools] Yet another free tool for integrating jsp, xsl, xml, relational databases, Stored procedures, and EJBs

2001-03-07 Thread Komatineni, Satya
directly to the databases declaratively (no programming) via JSP 4. You can retrieve the data either as csv, html or xml 5. You can employ multiple transformations: JSP/tags/XSL/Or_Your_own 6. On the update side allows direct access to stored procedures or sql or java objects or EJBs. Depending

ClassCastException when casting home interface of EJBs in Tomcat

2001-01-05 Thread Matthew Heaton
I'm trying to access some EJB's which are running in Weblogic 5.1 from Tomcat 3.2. When I try to cast the home interface that I retrieved via a JNDI lookup I get a class cast exception. I know this problem is due to the fact that the class is being loaded by both weblogic's and tomcats

Re: EJBs

2001-01-03 Thread Catherine Jung
On Tue, 2 Jan 2001, Christopher Benson wrote: Does anyone know if there are there any plans to expand Tomcat to be an EJB container as well as a JSP/Servlet/JavaBean container. If not, does Apache or any other reputable open source organization have an open source EJB container that would

RE: EJBs

2001-01-03 Thread guyr
]Subject: EJBs Does anyone know if there are there any plans to expand Tomcat to be an EJB container as well as a JSP/Servlet/JavaBean container. If not, does Apache or any other reputable open source organization have an open source EJB container that would work well in tandem

Re: EJBs

2001-01-02 Thread Rick Smith
Christopher Benson wrote: Does anyone know if there are there any plans to expand Tomcat to be an EJB container as well as a JSP/Servlet/JavaBean container. If not, does Apache or any other reputable open source organization have an open source EJB container that would work well in tandem