Integrating Tomcat, JOTM and Axis

2004-06-13 Thread Dasarath Weeratunge
Hi, I'm trying to use Tomcat (4.1.24), JOTM (1.4.3) and Axis (1.1). I'm using the following axis.xml in %tomcat_home%\webapps. However, when I try to lookup "java:comp/UserTransaction" within a web service it fails and the JDBC DataSource doesn't work either. I followed the "How to use JDBC

RE: JNDI frustration

2004-06-13 Thread Benson Margulies
OK, I am stuck. Here are the details: server.xml, adding to the existing GlobalNamingResources: factory com.basistech.rex.j2ee.EnvironmentFactory RLPRoot d:/rlp-arabic/rlp web.xml: Object factory for

RE: JNDI frustration

2004-06-13 Thread Benson Margulies
THanks, but I wasn't using the 'mail' factory, I was trying to use my own factory, and put the factory class name where the bean class name belonged. I'd volunteer to write more doc if I understood how all the parts interacted. > -Original Message- > From: Jim Hopp [mailto:[EMAIL PROTECTE

Re: JNDI frustration

2004-06-13 Thread Jim Hopp
Take a look at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29255. Benson Margulies wrote: Tomcat 5.0.25 JDK 1.4.1 I'm following the instructions to create a custom bean factory for use with JNDI. At server initialization, the MBean code calls into my ObjectFactory to create, successfully, the

RE: JNDI frustration

2004-06-13 Thread Benson Margulies
I believe I have found my error in web.xml. I will send a more complete cry for help if I turn out to be wrong. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JNDI frustration

2004-06-13 Thread Benson Margulies
Tomcat 5.0.25 JDK 1.4.1 I'm following the instructions to create a custom bean factory for use with JNDI. At server initialization, the MBean code calls into my ObjectFactory to create, successfully, the first bean. Then, my webapp has a resource manager listener. It tries to use the standard lo

Re: How do I run servlets on the root directory of localhost?

2004-06-13 Thread Jarl Skogsholm
Thanks Stephen, it did. except now I have no standard out. ugh.. Thanks everybody for your help. Jarl On Sun, 13 Jun 2004 21:09:40 +0200, SH Solutions <[EMAIL PROTECTED]> wrote: Hi So if '/' is a bad servlet mapping what should it be for the root? Thats a problem i was suffering a long time fr

RE: JK2 - tomcat 5 - apache 2.0.49

2004-06-13 Thread SH Solutions
Ho > When I dowload the binaries of JK2 for windows, I have a mod_jk2.0.49.so and not .dll, is this normal and can I use it as is with Apache ? >From what I read on this list, yes, this is normal. (for apache2) But I havn't used it myself yet. > Also, if you have any good link explaining how to

RE: How do I run servlets on the root directory of localhost?

2004-06-13 Thread SH Solutions
Hi > So if '/' is a bad servlet mapping what should it be for the root? Thats a problem i was suffering a long time from when porting to tomcat comming from resin. Resin allowed regular expression matching on paths, tomcat does not. Anyway, since Tomcat 5.0 (at least) it is possible to set a ser

mod_jk2 for RedHat

2004-06-13 Thread Michael DiChiappari
Has anyone built a mod_jk2 for RedHat9/Apache 2.0.40? I would greatly appreciate access to it, which would save me a great deal of time in trying to build the darn thing. It would also elevate you to a true Linux/Tomcat guru in my eyes. If you make it available publicly available, it would pr

Re: I'll kill JNDI

2004-06-13 Thread Jacob Kjome
At 07:19 PM 6/13/2004 +0300, you wrote: Hi all, I've installed apache 2.049 + Tomcat 5.0.26 + PostgreSQL and i could connect apache to tomcat after painful night with mod_jk2. So far so good. I could do regular jdbc connection by using traditional Class.forName(ZOBARA) method to my existing fair

JK2 - tomcat 5 - apache 2.0.49

2004-06-13 Thread Francois Struman
Hello, I am trying to integrate Apache 2.0.49 and Tomcat 5 using JK2 on windows XP. When I dowload the binaries of JK2 for windows, I have a mod_jk2.0.49.so and not .dll, is this normal and can I use it as is with Apache ? Also, if you have any good link explaining how to integrate these compon

I'll kill JNDI

2004-06-13 Thread Kunthar
Hi all, I've installed apache 2.049 + Tomcat 5.0.26 + PostgreSQL and i could connect apache to tomcat after painful night with mod_jk2. So far so good. I could do regular jdbc connection by using traditional Class.forName(ZOBARA) method to my existing fair pgsql. Then i wanted to try my first app