Tomcat 5

2003-06-07 Thread Julien Martin
Hello, I am having a problem with tomcat5/jwsdp-1.2. Tomcat doesn't take into account changes made to jsp. If I delete the generated java file and the class file compiled from it, Tomcat won't translate(jsp-java) it and compile (java-class) it. The specific file I am having a problem with is

tomcat 5 won't compile my jsp

2003-06-07 Thread Julien Martin
Hello, I am having a problem with tomcat5/jwsdp-1.2. Tomcat doesn't take into account changes made to jsp. If I delete the generated java file and the class file compiled from it, Tomcat won't translate(jsp-java) it and compile (java-class) it. The specific file I am having a problem with is

RE: Help Please: Starting Tomcat using channelUnix with mod_jk2

2003-06-07 Thread Michael Cardon
Thank you Bill, I'll give that a try -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Barker Sent: Friday, June 06, 2003 9:04 PM To: [EMAIL PROTECTED] Subject: Re: Help Please: Starting Tomcat using channelUnix with mod_jk2 You need to have libapr on your

Re: JDBC and MS Access DB connectivity.

2003-06-07 Thread Michael Rimov
At 09:26 PM 6/5/2003 +0100, you wrote: I'm trying to use DataSource objects (eventually connection pooling) with MS Access Database. My question is, do we have to have an ODBC-JDBC Bridge driver in place in $CATALINA_HOME/common/lib/ location for using javax.sql.DataSource objects to create

JK2 Documentation

2003-06-07 Thread NormW
Good evening All. I have a few questions re the configuration and operation of mod_jk2 that I hope some better informed user may be able to answer. 1. The documentation describes setting parameters in the httpd.conf file using JkSet, and I have had success with worker parameters, but trying to

RE: All threads are busy, waiting

2003-06-07 Thread Reynir Hübner
Hi, I think I would have heard about it before if it was, I used 4.1.12 for production for many months on a loaded server, with out ever seeing that problem. My guess is that you do Thread.sleep() or something in that way in your application, or every request takes a very long time to

RE: Sun JVM vs. JRockit

2003-06-07 Thread Reynir Hübner
Hi, You know, there is a flag in tomcat/conf/web.xml on the jasper config : init-param param-nameenablePooling/param-name param-valuefalse/param-value /init-param So you shouldn't need to disable tagpooling in tomcat source before compiling it.

RE: Problem executing Servlets with Tomcat 4.1.24

2003-06-07 Thread Reynir Hübner
I am guessing that you do not have a mapping on the invoker servlet in web.xml Open the /tomcat_home/conf/web.xml and Unremark the block that mapps the invoker to /servlet/* Hope it helps -reynir -Original Message- From: David Erickson [mailto:[EMAIL PROTECTED] Sent: 7. júní 2003

Re: tomcat 5 won't compile my jsp

2003-06-07 Thread Tim Funk
Tomcat5 precompiles all of it's jsps during the build of tomcat5. So if you change any jsp shipped with tomcat you will either need to A) Rename your change to a new file -- or -- B) Remove the web.xml entries which map the jsps to a particualr class -Tim Julien Martin wrote: Hello, I am

Having a problem with IIS and Tomcat 4.1.24 config

2003-06-07 Thread Jeffrey Cummings
I am trying to setup tomcat 4.1.24 with IIS. I get the following message HTTP Status 404 - /tomcat/isapi_redirect.dll _ type Status report message /tomcat/isapi_redirect.dll description The requested resource (/tomcat/isapi_redirect.dll) is not available. _ Apache Tomcat/4.1.24

isapi_redict

2003-06-07 Thread Mauricio Hernandez
Hi to all , I just started with java and got a problem about it, I'm running Tomcat 4.1.24 under Win2k Adv Server. and I need the following DLL isapi_redirect.dll , to make it work with another software, but I can find only this dll for v3.3 Tomcat, As I was surfing the web I can create my

Re: Help Please: Starting Tomcat using channelUnix with mod_jk2

2003-06-07 Thread Chong Yu Meng
Michael Cardon wrote: Where I am missing this?: undefined symbol: apr_md5_final My platform: RH Linux 8.0 You're missing the Apache Portable Runtime (APR). This is found in the apache2-devel rpm package, which I see you do not seem to have. Download it from Falsehope as well.

having problem with getInitParameter()

2003-06-07 Thread bilal sulehri
Hi, I m having problem with the the get InitParameter method of ServletConfig class, I m adding tags as following in both tomcat_home/conf/web.xml and /tomcat_home/webapps/ROOT/web-inf/web.xml but it's not working servlet ... ... param-namepname/param-name param-valuepvalue/param-value

Re: Problem executing Servlets with Tomcat 4.1.24

2003-06-07 Thread David Erickson
Ya that fixed it, thank you so much! This problem has been driving me CRAZY you have no idea =P -David - Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, June 07, 2003 4:12 AM Subject: RE: Problem executing Servlets with

allowLinking and Warp Connector

2003-06-07 Thread Thomas . Rimmele
Hello everybody, We are using Tomcat 4.1.24 and our Webapps are accessed via a symbolic link. Thus I had to configure my Contexts with a the allowLinking option: Context path=appname docBase=/my_webapp debug=0 Resources className=org.apache.naming.resources.FileDirContext

RE: having problem with getInitParameter()

2003-06-07 Thread Thomas . Rimmele
Hy, I think your forgot the init-param-tag Greethings, Thomas servlet servlet-name xxx /servlet-name servlet-class yyy /servlet-class init-param

Having a problem with IIS and Tomcat 4.1.24 config

2003-06-07 Thread Jeffrey Cummings
I am trying to setup tomcat 4.1.24 with IIS. I get the following message HTTP Status 404 - /tomcat/isapi_redirect.dll _ type Status report message /tomcat/isapi_redirect.dll description The requested resource (/tomcat/isapi_redirect.dll) is not available. _ Apache Tomcat/4.1.24

location of jsp class files

2003-06-07 Thread Rob
Where does tomcat place the class files of jsp files it compiles? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: location of jsp class files

2003-06-07 Thread Thomas . Rimmele
$CATALINA_HOME/work/... greethings Thomas -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Samstag, 7. Juni 2003 18:15 To: [EMAIL PROTECTED] Subject: location of jsp class files Where does tomcat place the class files of jsp files it compiles? Thanks

what's an MBean and why won't my AJP13 listenere work?

2003-06-07 Thread Dave Naden
I'm trying to config Tomcat 4.1.24 with IIS, and one step is to uncomment the line from server.xml: !-- Define an AJP 1.3 Connector on port 8009 -- Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009 minProcessors=5 maxProcessors=75

Re: what's an MBean and why won't my AJP13 listenere work?

2003-06-07 Thread Tim Funk
Try using the coyote listeners. -Tim Dave Naden wrote: I'm trying to config Tomcat 4.1.24 with IIS, and one step is to uncomment the line from server.xml: !-- Define an AJP 1.3 Connector on port 8009 -- Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009

Assessing Tomcat's State

2003-06-07 Thread Francisco J. Bido
Is there any way to assess Tomcat's state via an environment variable? For example, I would like to poll an environment variable to see if Tomcat is: 1. starting up 2. running 3. shutting down 4. stopped There're a bunch of other states out there but the above fulfill my immediate needs.

Re: Assessing Tomcat's State

2003-06-07 Thread Tim Funk
Depending on your needs if you just need UP or down, you can use wget or a similar agent. You can also set CATALINA_PID in unix before calling the startup scripts and the file referenced by CATALINA_PID will contain the process ID. Or you can write a LifeCycle Listener to trap startup and

Switching to virtual hosts gives permission error

2003-06-07 Thread Dave Weitzel
I am setting up RH Linux with Apache 1.3.27 and tomcat 3.3.1a I am able to set up in initial sites and access directly with Tomcat (port 8080) and also individually with Apache and Tomcat (ajp13) However as soon as I enable NameVirtualHost * in the httpd.conf and put VirtualHost *

Re: Assessing Tomcat's State

2003-06-07 Thread Francisco J. Bido
Thanks Tim, Those suggestions work pretty well for checking the running and the stopped states. The ones giving me a headache are really starting up and shutting down.The only thing I can think of at this point is to monitor the size of catalina.out and trigger an event went it doesn't

Re: Assessing Tomcat's State

2003-06-07 Thread Tim Funk
The easy kluge is to hack the startup scripts (or write wrappers) around the startup scripts to maintain this status in some file, for arguements sake: cowbell.txt In startup.sh -- echo starting cowbell.txt In startup.sh, a timer does wgets on a static asset. Once the asset is returned

Re: allowLinking and Warp Connector

2003-06-07 Thread Tim Funk
I recommend dumping the warp conector and using JK. -Tim [EMAIL PROTECTED] wrote: Hello everybody, We are using Tomcat 4.1.24 and our Webapps are accessed via a symbolic link. Thus I had to configure my Contexts with a the allowLinking option: Context path=appname docBase=/my_webapp debug=0

Re: Assessing Tomcat's State

2003-06-07 Thread Francisco J. Bido
That's a good idea. Thanks! Take care, -FB On Saturday, June 7, 2003, at 03:23 PM, Tim Funk wrote: The easy kluge is to hack the startup scripts (or write wrappers) around the startup scripts to maintain this status in some file, for arguements sake: cowbell.txt In startup.sh -- echo

Re: All threads are busy, waiting

2003-06-07 Thread Billy Ng
Is it the maxProcessor option? Billy Ng - Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Billy Ng [EMAIL PROTECTED] Sent: Saturday, June 07, 2003 2:57 AM Subject: RE: All threads are busy, waiting Hi, I think I would have heard about

RE: Help Please: Starting Tomcat using channelUnix with mod_jk2

2003-06-07 Thread Michael Cardon
Thanks Chong, I did have the apache2-devel package installed, but I started a fresh install of Linux 8.0 and all the rpm's following your instructions again anyway. I'm ready to pull my hair out I get the same error about the undefined symbol: apr_md5_final I am using sun's j2sdk instead of

RE: Connectors mod_webapp vs mod_jk2

2003-06-07 Thread Ronnie Tartar
Is there any way of setting the appbase on the connectors for jk2? I would like to try and get away from mod_webapp, since development has ceased on it, but I want to use virtual ssl hosts without having to add the webapp @ the end of the url? I attempted mod_rewrite, but had some issues there

Getting JK2 to work with Apache 2.0.46

2003-06-07 Thread Rick Salsa
Hi all, I'm trying to get mod_jk2.so working with Apache 2.0.46 on Mandrake Linux. I'm using mod_jk.so-ap2.0.46-rh72 and jk_jnicb.so-rh72 that I grabbed from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1 .2.4/bin/linux/. Both of these are installed in apache's modules

Repost: Jk2 - BAD packet signature

2003-06-07 Thread Gareth Nolan
This is a repost as I am starting to pull my hair out. I've still not resolved this problem. As mentioned below whenever I try localhost:8009 I am getting a bad packet signature. One thing I didn't mention before, though, was that I have embedded tomcat into JBoss 3.2.1 (not sure this makes a

Re: what's an MBean and why won't my AJP13 listenere work?

2003-06-07 Thread Bill Barker
To answer your original question: 1) An MBean is a JMX manageable object. (http://java.sun.com/products/JavaManagement/) 2) As Tim has pointed out, the Ajp13Connector is deprecated in TC 4.1.x. As a result, it doesn't have an MBean defined for it, since the admin webapp won't allow you to

Re: RE: one web.xml for many web apps

2003-06-07 Thread Bill Barker
What I use on my systems is to define xml-Entities for the components that I want common to my webapps. BOULAY Arnaud [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Ok, thanks ! but what about commons tips (like timeout) : one web.xml for many web apps implies the same session timeout

Re: Sun JVM vs. JRockit

2003-06-07 Thread Bill Barker
Yeah, well, I've got a lot of pages like: servlet servlet-nameSomeName/servlet-name jsp-file/some/path/somefile.jsp/jsp-file /servlet And TC 45 don't look at the conf/web.xml settings in this case. Reynir Hübner [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi,

Re: Help Please: Starting Tomcat using channelUnix with mod_jk2

2003-06-07 Thread Chong Yu Meng
Michael Cardon wrote: Thanks Chong, I did have the apache2-devel package installed, but I started a fresh install of Linux 8.0 and all the rpm's following your instructions again anyway. I'm ready to pull my hair out I get the same error about the undefined symbol: apr_md5_final Something

Re: Getting JK2 to work with Apache 2.0.46

2003-06-07 Thread Chong Yu Meng
Rick Salsa wrote: Hi all, I'm trying to get mod_jk2.so working with Apache 2.0.46 on Mandrake Linux. Hmm... Mandrake ? Not sure if my write-up will help, but you can refer to : http://www.cymulacrum.net/tomcat/tomcat_mod_jk2.html Be careful ! I have not tested out the configurations inside

Re: Help Please: Starting Tomcat using channelUnix with mod_jk2

2003-06-07 Thread Mark Eggers
Pascal, I've been trying the same thing with Redhat 9, and getting a similar problem. I even put /home/apache/lib in /etc/ld.so.conf and ran /sbin/ldconfig -v. I verified that that shared libraries are indeed loaded. I also tried modifying /home/tomcat/bin/catalina.sh to include a