First of all, I don't know exactly who should I contact, but you may help
me with some doubts about TOMCAT.
We are merging Tomcat 4.1 and WSAD (Websphere Studio Application Server
5.0), and we have been dealing with many problems, there are lot of
helpful documents in your website in html format
Hi,
I need the EJB QL equivilant of the following SQL
[brief descr of the prob - I have 5 tables
camp,a,b,c and d. a,b,c, and d are each related
to camp via a campid. Each of a,b,c and d also
have their own id's a_id,b_id,c_id and d_id
respectively. Given these id's (i.e. a_id,b_id
On Tue, 2002-04-02 at 02:49, Craig R. McClanahan wrote:
> I don't know of anyone who has expressed interest in doing this directly
> within Tomcat. I do know that Tomcat is (or can be) integrated with other
> EJB servers -- such as the J2EE Reference Implementation and JBoss -
I don't know of anyone who has expressed interest in doing this directly
within Tomcat. I do know that Tomcat is (or can be) integrated with other
EJB servers -- such as the J2EE Reference Implementation and JBoss -- to
provide access to EJBs from Tomcat-based servlets.
Writing an EJB cont
Hello all!
I searched tomcat-users and tomcat-dev archives and didn't find
an answer to the question "are there any plans to provide direct and
full support of EJB in Tomcat?".
Sorry if this post is out of topic.
Sincerely,
--
Lev AssinovskyPeterlink
Hi,friend,
I tried to use tomcat 4.0.3 and JBoss 2.4.3 for using EJB, but got the
following problems:
(JBoss works well)(Tomcat encountered the problem:)
...
getEJB,icx=javax.naming.InitialContext@7f0dde
getEJB,envCtx=org.apache.naming.NamingContext@101437
getEJB,Error getting CatalogEJB! Cannot
gzilla/show_bug.cgi?id=5201
Persistent sessions & EJB Statefull
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
gzilla/show_bug.cgi?id=5201
Persistent sessions & EJB Statefull
--- Additional Comments From [EMAIL PROTECTED] 2002-01-24 15:54 ---
After investigating the probelm, it seems the context class loader is not
properly set when reading the sessions (the class loading is done by the
Catal
gzilla/show_bug.cgi?id=5510
How to call ejb deployed in JBoss from Tomcat server.
Summary: How to call ejb deployed in JBoss from Tomcat server.
Product: Tomcat 3
Version: 3.1 Final
Platform: All
OS/Version: Windows NT/2K
Statu
gzilla/show_bug.cgi?id=5201
Persistent sessions & EJB Statefull
Summary: Persistent sessions & EJB Statefull
Product: Tomcat 4
Version: 4.0.1 Final
Platform: PC
OS/Version: Windows NT/2K
Status: NEW
Severity: Normal
gzilla/show_bug.cgi?id=4315
EJB Access with weblogic.jar included: Can't access new InitialContext()
--- Additional Comments From [EMAIL PROTECTED] 2001-10-23 13:57 ---
both tomcat 4 jndi tree and the bea jndi working
now correct.
YEEP!
gzilla/show_bug.cgi?id=4315
EJB Access with weblogic.jar included: Can't access new InitialContext()
--- Additional Comments From [EMAIL PROTECTED] 2001-10-22 13:11 ---
Ok good. Did you want to put some additional comments (the last sentence looks
incomplete) ?
gzilla/show_bug.cgi?id=4315
EJB Access with weblogic.jar included: Can't access new InitialContext()
--- Additional Comments From [EMAIL PROTECTED] 2001-10-22 12:45 ---
Hey,
long way, but I have strip down the bea w
gzilla/show_bug.cgi?id=4315
EJB Access with weblogic.jar included: Can't access new InitialContext()
--- Additional Comments From [EMAIL PROTECTED] 2001-10-22 04:31 ---
I have no success with setup tomcat with weblogic jndi.
I copy my weblogic.jar to WEB-INF/lib and setup a resour
gzilla/show_bug.cgi?id=4315
EJB Access with weblogic.jar included: Can't access new InitialContext()
--- Additional Comments From [EMAIL PROTECTED] 2001-10-21 16:05 ---
No, you can't add additional attributes to the Ejb element because of the way
the xml mapper / digester works.
gzilla/show_bug.cgi?id=4315
EJB Access with weblogic.jar included: Can't access new InitialContext()
--- Additional Comments From [EMAIL PROTECTED] 2001-10-21 15:52 ---
I read the tomcat-user problem also before wrote the bug report!
I want show that we must change the server.xml sem
gzilla/show_bug.cgi?id=4315
EJB Access with weblogic.jar included: Can't access new InitialContext()
--- Additional Comments From [EMAIL PROTECTED] 2001-10-21 15:33 ---
I thought about it more, and there could be another way to get a clean
integration, by using a custom object factory
gzilla/show_bug.cgi?id=4315
EJB Access with weblogic.jar included: Can't access new InitialContext()
[EMAIL PROTECTED] changed:
What|Removed |Added
gzilla/show_bug.cgi?id=4315
EJB Access with weblogic.jar included: Can't access new InitialContext()
Summary: EJB Access with weblogic.jar included: Can't access new
InitialContext()
Product: Tomcat 4
Version: 4.0.1 Final
Platfor
Does Tomcat 4.0 include EJB support(whichever version it is)?
Anand
Hi,
You may also want to take a look at Enhydra Enterprise at
http://enterprise.enhydra.org/
which incorporates Tomcat and the Jonas EJB server.
You also may want to ask your question on the jonas mailing
lists available at http://www.objectweb.org/ .
Shawn
Allan Kamau wrote:
> Dear Gu
Dear Gusev,
Perhaps you should try JBoss an open source EJB container, you will find
documentation on JBoss-tomcat at http://www.jboss.org/business/jboss-tomcat.html
and the binaries and source code (if required) from the www.jboss.org
Allan
Hi,
do you have any hints on setting up tomcat, to enable e.g. servlets to
access EJB's in an EJB container, running in a separate JVM ? I have made
some initial tries to access the J2EE RI container. First problem, calling
getInitialContext() in the servlet thro
> I am very interested in this implementation. I have been trying to use
the
> tomcat context to get a reference to an EJB in another machine (running
> Jboss).
> In my investigation, the is the most important field in
> when there are multiple machines because it defines the fu
I am very interested in this implementation. I have been trying to use the
tomcat context to get a reference to an EJB in another machine (running
Jboss).
In my investigation, the is the most important field in
when there are multiple machines because it defines the full URL
to the EJB
Hi everyone,
I'm working on the implementation of the EjbFactory class (Tomcat 4.0).
According to what I've understand, this class is used when the lookup
method is called from a Servlet (or jsp).
e.g: Context ctx = new InitialContext();
ctx.lookup("java:comp\MyEjb")
try www.jboss.org
good
luck
jatin
-Original Message-From: Boby Micheal
[mailto:[EMAIL PROTECTED]]Sent: Thursday, December 21, 2000 1:12
AMTo: [EMAIL PROTECTED]Subject: help
EJB
We are soft ware
developers(Calrion systems (P)Ltd. , Cochin ,Kerala, India).Now we
Tomcat does not handle EJB and there is no way to make it do that unless you add some extension server, something like the one from this site. www.ejboss.org Try it, it should work with Tomcat.
Ahmed Alawy.
Boby Micheal <[EMAIL PROTECTED]> wrote:
We are soft ware developers(C
We are soft ware
developers(Calrion systems (P)Ltd. , Cochin ,Kerala, India).Now we are
developing application in EJB under weblogic server. We required to deploy the application (what we
developed in EJB under weblogic server)in Tomcat server. Please give me a step
by step Instructions
Boby Micheal wrote:
We
are soft ware developers(Calrion systems (P)Ltd. , Cochin ,Kerala, India).Now
we are developing application in EJB under weblogic server. We requiredto
deploy the application (what we developed in EJB under weblogic server)in
Tomcat server. Please give me a step by
We are soft ware
developers(Calrion systems (P)Ltd. , Cochin ,Kerala, India).Now we are
developing application in EJB under weblogic server. We required to deploy the application (what we
developed in EJB under weblogic server)in Tomcat server. Please give me a step
by step Instructions
L PROTECTED]>
Sent: Wednesday, November 29, 2000 7:54 AM
Subject: RE: EJB
> Jatin-
>
> Are you the formerly of PTC, Jatin Shah?
>
> My name is Dan Murphy, also formerly of PTC. I'm now working at Allaire as
a
> Product Manager on JRun, the most popular J2EE server on the market.
nchmarks.
>
> Thank Very Much
> Jatin
> - Original Message -
> From: "Shawn McMurdo" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, November 28, 2000 1:17 PM
> Subject: Re: EJB
>
> > The Jonas EJB server ( http://www.obje
also support EJB 1.1. Also, it's free for development use. You
can get it here http://www.allaire.com/jrun
Hope this helps,
Dan Murphy
Allaire Corp.
-Original Message-
From: Jatin Shah [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 29, 2000 1:33 PM
To: [EMAIL PROTECTED]
Subjec
Thanks very much.
One more question,
Which one is better ? any benchmarks.
Thank Very Much
Jatin
- Original Message -
From: "Shawn McMurdo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 28, 2000 1:17 PM
Subject: Re: EJB
> Th
The Jonas EJB server ( http://www.objectweb.org/ ) is integrated with
Tomcat 3.2 in Enhydra Enterprise which is available at
http://www.enhydra.org .
Shawn
Helmut Wirth wrote:
> > Jatin Shah wrote:
> >
> > Hi,
> > I am very new to tomcat. How should I Implement EJB
> Jatin Shah wrote:
>
> Hi,
> I am very new to tomcat. How should I Implement EJB into Tomcat. Any site or
>document is appriciated.
>
> Thanks
> Jatin Shah
> www.kana.com
>
There is a EJB server at http://www.jboss.org The description
claims it works with tomca
Hi,
I am very new to tomcat. How should I Implement EJB
into Tomcat. Any site or document is appriciated.
Thanks
Jatin Shah
www.kana.com
38 matches
Mail list logo