integrating apache-tomcat-jboss

2002-09-17 Thread Nani Jon
Hi all: I have the latest jboss-3.0.0_tomcat-4.0.3 bundle installed on a windows 2000 box. Everything is working fine. Now I want to throw apache into the mix to serve static content. I am having a heck of time integrating these guys. The info I found was basically for the integration of the

Re: ModJk

2002-09-17 Thread Nani Jon
Ago: Here is the link which I was able to get mod_jk.dll binaries from: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/win32/i386/mod_jk.dll Hope it works for you. Nanijon. BTW: I am trying to figure out how to integrate jobss-tomcat with apache. Can give me some pointers if y

jboss-tomcat and apache integration.

2002-09-20 Thread Nani Jon
l) [error] config.update(): Can't create worker.ajp13.type [error] shm.init(): No file [notice] Child 1780: Child process is running [error] shm.init(): No file [notice] Child 1780: Acquired the start mutex. [notice] Child 1780: Starting 250 worker threads. Any help wil

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 on port

RE: accessing ejbs deployed in jboss from tomcat/apache

2002-09-22 Thread Nani Jon
e to send more information - like 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 jbos

Re: Trying to find a jk2 or equiv for Apache 1.3.* on Win32

2002-09-26 Thread Nani Jon
Adam: If I am not mistaken, mod_jk2.dll is for Apache 2. For versions lower than 2, you need to use mod_jk.dll for windows machines. Hope this helps. Cheers, Nanijon. Adam Greene wrote:I do not have a C/C++ Compiler and would like help locating a compiled version of the DLL and possibly any he

.m3u files and .mp3 audio format question.

2002-09-26 Thread Nani Jon
Hi all: I have integrated jboss_tomcat bundle with apache 2. Everybody is talking to one another and I am able to access JSPs, Servlets, EJBs, etc. The problem I am having is that I want to be able to creat a playlist for a bunch of .mp3 files which the user selects and then be able to play i

Re: .m3u files and .mp3 audio format question.

2002-09-27 Thread Nani Jon
people you should look at something like shoutcast (look it up). Nani Jon wrote: >Hi all: > >I have integrated jboss_tomcat bundle with apache 2. Everybody is talking to one >another and I am able to access JSPs, Servlets, EJBs, etc. The problem I am having is >that I want to be

Re: Inquiries...

2002-09-27 Thread Nani Jon
Glinn: The best place to start is by reading the documentaiton for tomcat. It is a java application. You can use any RDBMS which supports jdbc. The list includes Oracle, Informix, Sybase, Postgres, etc. Cheers, Nanijon. Glinn Cortez wrote:Hi, I'm new in using Tomcat 4.0. I have installed Tomca

Re: Deploy or install .war

2002-09-28 Thread Nani Jon
Marty: Make sure that you add the context for your WAR file in the server.xml file. There are examples of a working and deployed application in Tomcat (e.g. /examples applicaton). You can also set the flag in the server.xml file to keep the WAR file as is or un-pack it. Hope this will help. Na

Problem with JSP pages using the Apache and Tomcat combo.

2002-11-01 Thread Nani Jon
Hi all: I am using the following setup: Windows 2k, jdk1.4, Apache 2 to server static content, Tomcat as JSP/Servlet container, and JBoss3 as the EJB container. I have configured the jboss_tomcat bundle to work with the apache webserver. That was a success. I have a bunch of JSP's with variou