RE: Help root context problem!!!

2003-10-09 Thread JStanczak
I just changed the jsp page to a program and removed the jsp:forward and it works. I set a single parameter that can be supplied and that will make it print a different set of numbers. When I do that it changes just fine. So my question is, why will the forward not work? Thank You, Justin A.

RE: Help :- Filters .

2003-10-08 Thread Shapira, Yoav
Subject: Re: Help :- Filters . Thanks a lot Jacob. I'll take a look at the docs right away. --Steve --- Jacob Kjome [EMAIL PROTECTED] wrote: You might want to look into Tomcat-specific Valve's. Valve's are essentially filters, but act at the level of Tomcat instead of at the level of each

Re: Help :- Filters .

2003-10-05 Thread Steven Perry
Thanks a lot Jacob. I'll take a look at the docs right away. --Steve --- Jacob Kjome [EMAIL PROTECTED] wrote: You might want to look into Tomcat-specific Valve's. Valve's are essentially filters, but act at the level of Tomcat instead of at the level of each webapp and can be more

Re: Help :- Filters .

2003-10-04 Thread Jacob Kjome
You might want to look into Tomcat-specific Valve's. Valve's are essentially filters, but act at the level of Tomcat instead of at the level of each webapp and can be more powerful than filters. The Tomcat docs describe existing valves. I'd just take a look at one of those valves to get an

RE: Help! First Web App does not work

2003-09-30 Thread Shapira, Yoav
Howdy, You probably haven't customized build.xml correctly, so it's trying to connect to a dummy host that doesn't exist on your network. Yoav Shapira Millennium ChemInformatics -Original Message- From: Thomas Chen [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 7:22 PM To:

RE: Help is setting up my First Servlet

2003-09-22 Thread Lon Palmer
I havent used 5 ( only 4.1 ) but the first thing I noticed is that on item 3 you wrote: 5.0\webapps\root\web-inf\classes\org.apache.jsp do you actually mean: 5.0\webapps\root\web-inf\classes\org\apache\jsp ? If not, this would cause the error your seeing. The

RE: Help is setting up my First Servlet

2003-09-22 Thread Giri Gopal
Hi Palmer: You are correct, It's my error. It is : 5.0\webapps\root\web-inf\classes\org\apache\jsp thanks -Original Message- From: Lon Palmer [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 9:16 AM To: Tomcat Users List Subject: RE: Help is setting up my First Servlet I

Re: Help with JK2 and Apache 2.0.47

2003-09-10 Thread ABDUL BASIT
I am running windows2000 is there still need of the .so file I think that it is for Linux and Unix Thank you for ur response to my mail. I want to use the Tomcat5.0.9 not the Tomcat4.x.x I have Configured Tomcat5.0.9 with Apache2.0.47 on mod_jk2-2.0.43.dll So thank you once again for ur

Re: help with domain and ip

2003-09-09 Thread Sai Sivanesan
let me see if i understand your question? you wan to type http://123.45.67.89 in a webbrowser and see your apache server dishing out content? well, if that was the quesion you should set the port on yout apache config file to serve using port 80 not 8080. basically when you type http:// it

Re: help with domain and ip

2003-09-09 Thread Michael Ni
can i change this from Tomcat Administration? or do I have to edit the conf files myself. mike From: Sai Sivanesan [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: help with domain and ip Date: Tue, 9 Sep 2003 02:05:03 -0400

RE: Help with Responses and Internet Explorer

2003-09-09 Thread Mike Curwen
-Original Message- From: Jon Nelson [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 2:18 PM To: '[EMAIL PROTECTED]' Subject: Help with Responses and Internet Explorer snip / 2. The other thing I noticed in fooling around with this, is that if you do

RE: Help with Responses and Internet Explorer

2003-09-09 Thread Jon Nelson
snip / 2. The other thing I noticed in fooling around with this, is that if you do not specify a MIME type for a response, Tomcat will default it to text/plain for a servlet. Where is this defined and how can I change it?

Re: Help with JK2 and Apache 2.0.47

2003-09-09 Thread Andrzej Jan Taramina
Jeremy: I'm finding the documentation out on the apache site to be a little slim on JK2. Especially in terms of building the .so/.dll file. Is this code production ready? I'm running an apache (2.0.47) installation and a tomcat (4.1.27) installation on a windows 2000 server machine,

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Barclay A. Dunn
user of connections to this db) trying to check my assumptions here. barclay -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 4:00 PM To: [EMAIL PROTECTED] Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

Re: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Nikola Milutinovic
now, given that i can confirm that i am closing connections (calling close() on them, which returns them to the pool), can you suggest how i might locate where those connections are not getting released? i have read some stuff about dbcp not being entirely reliable in releasing connections. is

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Barclay A. Dunn
i adjusted the pool to unlimited and am still getting these errors. something else seems to be fekachte. barclay -Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 1:11 PM To: Tomcat Users List Subject: Re: Help! heavy traffic is crapping out

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Barclay A. Dunn
] Sent: Friday, August 08, 2003 10:20 PM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions Sorry, I sent this a little to soon... Get 5 or 10 thread dumps in a row real fast... just bam, bam, bam, etc... From that you can tell what

RE: Help! heavy traffic is crapping out our site every 5 min! DBCPexceptions

2003-08-14 Thread Eric J. Pinnell
. barclay -Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 1:11 PM To: Tomcat Users List Subject: Re: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions Hi, Your pool of connections to your database

Re: Help! heavy traffic is crapping out our site every 5 min! DBCPexceptions

2003-08-14 Thread Eric J. Pinnell
Hi, Your pool of connections to your database is exhausted. Try upping the number. -e On Fri, 8 Aug 2003, Barclay A. Dunn wrote: we are getting a ton of these errors in our catalina.out and i could use help in fixing it. i know they are related to our connection pooling, but not what to

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Mike Curwen
Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions You might want to switch over to the commons-dev list at this point and talk to the dbcp people themselves. But for starters I suggest you try to build the dbcp tip and see how that goes

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread rob engstrom
in the Catalina.out, which I temporarily resolved by changing ulimit -n from 1024 to 8092. --- robert engstrom -Original Message- From: Lawrence, Gabriel [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 1:47 PM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Angus Mezick
5:49 PM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions ok, well, at least we have concrete proof of it. now, given that i can confirm that i am closing connections (calling close() on them, which returns them to the pool

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Angus Mezick
All of these connections are being correctly closed, right? --Angus -Original Message- From: rob engstrom [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 2:08 PM To: 'Tomcat Users List' Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Barclay A. Dunn
a million everybody for trying to be so helpful. barclay -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 2:23 PM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions All

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Angus Mezick
block //e.printStackTrace(); } -Original Message- From: Angus Mezick Sent: Friday, August 08, 2003 3:26 PM To: 'Tomcat Users List' Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions Here is a little snippet I use inside

RE: Help! heavy traffic is crapping out our site every 5 min! DBCPexceptions

2003-08-14 Thread Eric J. Pinnell
[mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 1:27 PM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions Is it also unlimited (or insanely huge) on the database? -e On Fri, 8 Aug 2003, Barclay A. Dunn wrote: i

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Angus Mezick
: Active: + gop.getNumActive() + Idle: + gop.getNumIdle() + br); } } You WILL need to change the getPool names. --Angus -Original Message- From: Barclay A. Dunn [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 2:47 PM To: Tomcat Users List Subject: RE: Help

RE: Help! heavy traffic is crapping out our site every 5 min! DBCPexceptions

2003-08-14 Thread Eric J. Pinnell
not being entirely reliable in releasing connections. is that true? argh. thanks again, barclay -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 4:27 PM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Barclay A. Dunn
entirely reliable in releasing connections. is that true? argh. thanks again, barclay -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 4:27 PM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Lawrence, Gabriel
, August 08, 2003 10:43 AM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions your logic seems on target to me. my sysadmin (who's just as stymied as i am) says that according to his sources, sockets on linux are open files so if the open

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Barclay A. Dunn
] Sent: Friday, August 08, 2003 1:27 PM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions Is it also unlimited (or insanely huge) on the database? -e On Fri, 8 Aug 2003, Barclay A. Dunn wrote: i adjusted the pool to unlimited and am still

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-10 Thread Angus Mezick
Yup, and when nothing is happening, the # of active connections should be 0. If it isn't you aren't releasing connections properly. -Original Message- From: Barclay A. Dunn [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 4:19 PM To: Tomcat Users List Subject: RE: Help

RE: Help! heavy traffic is crapping out our site every 5 min! DBCPexceptions

2003-08-09 Thread Eric J. Pinnell
. Pinnell [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 10:20 PM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions Sorry, I sent this a little to soon... Get 5 or 10 thread dumps in a row real fast... just bam, bam, bam, etc

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-09 Thread Barclay A. Dunn
. Pinnell [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 1:38 PM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions I'm pretty sure can't create socket means it can't connect to the DB for some reason. I would wager the DB (or something

RE: Help! heavy traffic is crapping out our site every 5 min! DBCPexceptions

2003-08-08 Thread Eric J. Pinnell
PROTECTED] Sent: Friday, August 08, 2003 1:11 PM To: Tomcat Users List Subject: Re: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions Hi, Your pool of connections to your database is exhausted. Try upping the number. -e On Fri, 8 Aug 2003, Barclay A. Dunn wrote: we

RE: Help! heavy traffic is crapping out our site every 5 min! DBCPexceptions

2003-08-08 Thread Eric J. Pinnell
- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 4:27 PM To: Tomcat Users List Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions Yup, and when nothing is happening, the # of active connections should be 0. If it isn't you aren't

Re: HELP!! TOMCAT and MYSQL

2003-08-04 Thread Mauricio Nuñez
. Dialynas [EMAIL PROTECTED] To: engp0510 [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, August 03, 2003 6:07 PM Subject: Re: HELP!! TOMCAT and MYSQL Try: connectionURL=jdbc:mysql://localhost/authority?user=leesonpassword= At 04:32 ìì 03/08/03 +0800, engp0510 wrote

Re: HELP!! TOMCAT and MYSQL

2003-08-03 Thread engp0510
: Sunday, August 03, 2003 6:07 PM Subject: Re: HELP!! TOMCAT and MYSQL Try: connectionURL=jdbc:mysql://localhost/authority?user=leesonpassword= At 04:32 ìì 03/08/03 +0800, engp0510 wrote: Hi, I am using Tomcat 4.0 and MySQL 4.0.14 on WIn2K Professional. In Server.XML of Tomcat, I use

RE: HELP!! TOMCAT and MYSQL

2003-08-03 Thread Stuart MacPherson
Split the user and pass off of the URL, and into separate properties... stu -Original Message- From: engp0510 [mailto:[EMAIL PROTECTED] Sent: 03 August 2003 11:40 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Emmanuel G. Dialynas Subject: Re: HELP!! TOMCAT and MYSQL Thanks very much! Y, I

Re: HELP!! TOMCAT and MYSQL

2003-08-03 Thread engp0510
PROTECTED]; [EMAIL PROTECTED]; 'Emmanuel G. Dialynas' [EMAIL PROTECTED] Sent: Sunday, August 03, 2003 7:12 PM Subject: RE: HELP!! TOMCAT and MYSQL Split the user and pass off of the URL, and into separate properties... stu -Original Message- From: engp0510 [mailto:[EMAIL PROTECTED] Sent: 03

RE: HELP!! TOMCAT and MYSQL

2003-08-03 Thread Zille Hassan
PROTECTED]; 'Emmanuel G. Dialynas' Subject: RE: HELP!! TOMCAT and MYSQL Split the user and pass off of the URL, and into separate properties... stu -Original Message- From: engp0510 [mailto:[EMAIL PROTECTED] Sent: 03 August 2003 11:40 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Emmanuel G

Re: HELP!! TOMCAT and MYSQL

2003-08-03 Thread Emmanuel G. Dialynas
Try: connectionURL=jdbc:mysql://localhost/authority?user=leesonpassword= At 04:32 ìì 03/08/03 +0800, engp0510 wrote: Hi, I am using Tomcat 4.0 and MySQL 4.0.14 on WIn2K Professional. In Server.XML of Tomcat, I use: Realm className=org.apache.catalina.realm.JDBCRealm debug=99

Re: HELP!! TOMCAT and MYSQL

2003-08-03 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 engp0510 wrote: Thanks very much! Y, I have tried. But always throw org.xml.sax.SAXParseException said a ; is needed to end the quote of password. Any advice? Tomcat's config file is in XML. The 'XML way' to produce an ampersand () is to use the

RE: Help with Tomcat 4.1.24

2003-07-31 Thread Shapira, Yoav
Howdy, You can search the archives on the use of symlinks or the tldScanJar exception for more information: this comes up a lot. What I suggest is to stick with your current system: have a central location for your tools, preferably under version control, and copy jars out of it into the

Re: Help with mod_jk2 + Coyote connector + Apache 2 + TC 4.1.24

2003-07-31 Thread Eric J. Pinnell
Hi, Try playing with the connectionTimout setting in your server.xml. By default it is set at 0. Try using 12. Also experiment with -1. I have found that the connector resets every once in a while with a 0. With 12 the connection doesn't reset but times out. I have heard that a -1

Re: Help with mod_jk2 + Coyote connector + Apache 2 + TC 4.1.24

2003-07-31 Thread Mauricio Nuñez
Thanks. Yesterday i change thats setting from 1 to 0, assuming the persistence of the ajp13 protocol. I'll try your suggestion. I'll try with jvm bea jrockit also. 12 = 2 min. That's mean 2 min of inactivity? Someone can explain how analize data from a kill -3 ( thread dump ) . I can

Re: Help with mod_jk2 + Coyote connector + Apache 2 + TC 4.1.24

2003-07-31 Thread Eric J. Pinnell
Someone can explain how analize data from a kill -3 ( thread dump ) . I can see nothing rare. Google for this. You could write a book about this subject and I don't think this is the right place to do it. Basically it's used to see if threads are blocked or hanging on a piece of code. If

Re: Help: Server Runtime error

2003-07-29 Thread Tim Funk
- Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 9:02 AM Subject: Re: Help: Server Runtime error Your out of memory. http://jakarta.apache.org/tomcat/faq/memory.html#why -Tim seanssu wrote: Hi, my system was running

Re: Help: Server Runtime error

2003-07-28 Thread Tim Funk
Your out of memory. http://jakarta.apache.org/tomcat/faq/memory.html#why -Tim seanssu wrote: Hi, my system was running on tomcat4.06, which was a MVC structure, Servlet received requests and send back JSP pages. after the server running 8hours, I was sent the following errors:

Re: Help: Server Runtime error

2003-07-28 Thread seanssu
Tim: I've checked the system, it has free memory. the machine is IBM M80, 1G RAM SEAN - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 9:02 AM Subject: Re: Help: Server Runtime error Your out of memory. http

RE: Help: Server Runtime error

2003-07-28 Thread john d. haro
make sure to read the link that Tim Funk sent earlier... its true... google is your friend. Good luck John Haro -Original Message- From: seanssu [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 8:37 PM To: Tomcat Users List Subject: Re: Help: Server Runtime error Tim: I've checked

RE: Help required

2003-07-25 Thread Bill Lunnon
There is an exception thrown in price_jsp.java:414 I assume this is something that has been developed for the project. -Original Message- From: Veena K.S [mailto:[EMAIL PROTECTED] Sent: Friday, 25 July 2003 4:37 PM To: '[EMAIL PROTECTED]' Subject: Help required Hi all, We

Re: Help required

2003-07-25 Thread Zach Gatu
If the page gives an error after Tomcat is up for a long time, may be something may be timing out, like a database connection, for example. Or the session gets invalidated. Open up price_jsp.java and have a look at line 414. Zach. Veena K.S wrote: Hi all, We have a website hosted on

Re: Help needed in configuring tomcat 4.1.24

2003-07-24 Thread Zach Gatu
Make sure the your Connector directive ends with / or /Connector, i.e. make sure that it's a valid xml tag. Also take out !-- WEB_PORT -- from within Connector ... / Restart Tomcat and see if you can shut it down without errors. Zach. Sarika Inamdar wrote: Hi All, We need to start tomcat

RE: HELP! Client Authentication in Tomcat 4.1.24

2003-07-24 Thread Farrell, Patrick
file? login-config auth-methodCLIENT-CERT/auth-method realm-name/realm-name /login-config Thanks, Pat -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 11:08 PM To: [EMAIL PROTECTED] Subject: Re: HELP! Client

RE: HELP! Client Authentication in Tomcat 4.1.24

2003-07-24 Thread Farrell, Patrick
:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 8:28 AM To: 'Tomcat Users List' Subject: RE: HELP! Client Authentication in Tomcat 4.1.24 That's what I thought. I'm not using Tomcat with Apache/IIS/SunONE, but rather standalone. You mentioned that I need to be using the MemoryRealm. I looked

Re: Help needed in configuring tomcat 4.1.24

2003-07-24 Thread Tang
' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 6:27 PM Subject: RE: Help needed in configuring tomcat 4.1.24 The xml parser complains about the comment inside the tag. I think you have to use grep when you shutdown as well in order to remove the WEB_PORT comment. /René

RE: Help needed in configuring tomcat 4.1.24

2003-07-23 Thread René Vangsgaard ML
The xml parser complains about the comment inside the tag. I think you have to use grep when you shutdown as well in order to remove the WEB_PORT comment. /René -Original Message- From: Sarika Inamdar To: [EMAIL PROTECTED] Sent: 23-07-03 11:53 Subject: Help needed in configuring tomcat

RE: Help needed in configuring tomcat 4.1.24

2003-07-23 Thread Shapira, Yoav
Howdy, You have to be consistent in your grep/replace operation for startup and shutdown. Alternatively you can do it in one place, catalina.sh. I really dislike XML comments inside tags: they're confusing and hard to read. Yoav Shapira Millennium ChemInformatics -Original Message-

RE: HELP! Client Authentication in Tomcat 4.1.24

2003-07-23 Thread Jay Garala
This is the part you were missing. Unfortunately, the handling of Client certs in the Jk-Coyote connector is broken in 4.1.24 (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15790). Wait for 4.1.26 or grab alpha from CVS -Original Message- From: Farrell, Patrick [mailto:[EMAIL

RE: HELP! Client Authentication in Tomcat 4.1.24

2003-07-23 Thread Farrell, Patrick
:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 1:44 PM To: 'Tomcat Users List' Subject: RE: HELP! Client Authentication in Tomcat 4.1.24 This is the part you were missing. Unfortunately, the handling of Client certs in the Jk-Coyote connector is broken in 4.1.24 (see http://nagoya.apache.org

Re: HELP! Client Authentication in Tomcat 4.1.24

2003-07-23 Thread Bill Barker
23, 2003 1:44 PM To: 'Tomcat Users List' Subject: RE: HELP! Client Authentication in Tomcat 4.1.24 This is the part you were missing. Unfortunately, the handling of Client certs in the Jk-Coyote connector is broken in 4.1.24 (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15790

RE: help me immediately

2003-07-14 Thread Angus Mezick
1) Please send this request and all future requests to [EMAIL PROTECTED] 2) When wording your request please be aware that you subject line sounds rude to a group of people that have absolutely no requirement to help you but the goodness in their heart. 3) When making help requests please

Re: help me immediately

2003-07-14 Thread Ben Souther
Someone had this exact same problem last week and was able to resolve it with help from the list. If you search the archives, you will find out how. http://www.catb.org/~esr/faqs/smart-questions.html On Monday 14 July 2003 08:40 am, Angus Mezick wrote: 1) Please send this request and all

RE: HELP !!!!!

2003-07-11 Thread Angus Mezick
Um, the file isn't loaded? That looks to be the problem. -Original Message- From: Hamidene, Anis Ben [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 3:43 AM To: [EMAIL PROTECTED] Subject: HELP ! Importance: High Hi, i have configured my application to be

RE: HELP !!!!!

2003-07-11 Thread Jan Behrens
Hi, I am only making a wild guess but that -- java.io.IOException: The system couldn´t find the file at java.io.WinNTFileSystem.createFileExclusively(Native Method) sounds like it might be a problem with the user-rights. Have you checked that the user Tomcat is running under has full

Re: HELP !!!!!

2003-07-11 Thread John Turner
Of the top of my head: no temp directory, no work directory, or if those folders exist, no write permissions, based on these lines: at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.checkAndCreate(File.java:1314) at java.io.File.createTempFile(File.java:1402) at

Re: Help! Symbolic Links and Tomcat 4.1.18

2003-07-10 Thread Matt Swensson
What if you just set up a symbolic link inside the webapp itself going to the actual directory. for example you have a directory /media/ - in your webapps you create a symbolic link to the media directory but access it as if it is a local dir. ../webapps/myWebApp/media-/media/ Has anyone

RE: Help! Symbolic Links and Tomcat 4.1.18

2003-07-10 Thread Pat Pomatto
] Sent: Thursday, July 10, 2003 4:37 PM To: Tomcat Users List Subject: Re: Help! Symbolic Links and Tomcat 4.1.18 What if you just set up a symbolic link inside the webapp itself going to the actual directory. for example you have a directory /media/ - in your webapps you create a symbolic link

RE: Help! Symbolic Links and Tomcat 4.1.18

2003-07-10 Thread Matt Swensson
virtual directories without editing the server.xml but that did not work at all. -Original Message- Sent: Thursday, July 10, 2003 4:37 PM To: Tomcat Users List Subject: Re: Help! Symbolic Links and Tomcat 4.1.18 What if you just set up a symbolic link inside the webapp itself

Re: Help! Symbolic Links and Tomcat 4.1.18

2003-07-10 Thread Bill Barker
:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 4:37 PM To: Tomcat Users List Subject: Re: Help! Symbolic Links and Tomcat 4.1.18 What if you just set up a symbolic link inside the webapp itself going to the actual directory. for example you have a directory /media/ - in your webapps you create

Re: Help Creating new Host

2003-07-07 Thread bernd pier
so far as i know no, cause tomcat had to read the config files to make the changes. bernd At 12:25 07.07.2003 -0400, you wrote: Hi I'm using Tomcat 4.1.24 and when I create a new host with the Administration Tool I have to restart the server for the changes to take place. If I don't restart

Re: Help Creating new Host

2003-07-07 Thread Oreste Luci
bernd pier wrote: so far as i know no, cause tomcat had to read the config files to make the changes. bernd Thanks for your answer. But why with the Administration Tool one can do various configurations with the server running except create a new Host? How do the Tomcat hosting sites do it?

Apache Wiki: HowToRedhat8JK2 (Re: The notorious RH8+Apache2.0.4+Mod_jk2(was: Re: HELP with mod_jk))

2003-07-04 Thread Yishay Mor
http://nagoya.apache.org/wiki/apachewiki.cgi?HowToRedhat8JK2 And many thanks to all the good people on this list who helped me get there. - Yishay ** Yishay Mor

Re: HELP, HOW TO BUILD MOD_JK FROM SOURCE

2003-07-03 Thread John Turner
- download source - run buildconf.sh - ./configure --with-apxs=/path/to/your/apxs - make - make install I think with RH's 2.0.40 you also need to point to APR (--with- apr=/some/path/to/apr I think), but I'm not sure because I don't use RH's 2.0.40. John On Wed, 2 Jul 2003 21:42:57 -0400

Re: HELP with mod_jk

2003-07-02 Thread John Turner
Deja vu! This exact message was already posted and resolved earlier today. John On Wed, 2 Jul 2003 12:38:01 -0400 (EDT), Dumisani Nlebgwa [EMAIL PROTECTED] wrote: Hi, I am having trouble integrating tomcat and apache 2.0.40 I am using mod_jk, and I mounted my examples directory to see if I

Re: HELP with mod_jk

2003-07-02 Thread Dumisani Nlebgwa
No it wasn't! Deja vu! This exact message was already posted and resolved earlier today. John On Wed, 2 Jul 2003 12:38:01 -0400 (EDT), Dumisani Nlebgwa [EMAIL PROTECTED] wrote: Hi, I am having trouble integrating tomcat and apache 2.0.40 I am using mod_jk, and I mounted my

Re: HELP with mod_jk

2003-07-02 Thread John Turner
You sure? What does the mod_jk log say? What URL are you using? Are the directives you posted contained in a Virtual Host container in httpd.conf? Do you ever actually load mod_jk.so at Apache start? Does /path/to/apache/bin/apachectl configtest return Syntax OK? Where did you get your

Re: HELP with mod_jk

2003-07-02 Thread Dumisani Nlebgwa
Well, if u have the reply in your inbox, can u forward it to me? You sure? What does the mod_jk log say? What URL are you using? Are the directives you posted contained in a Virtual Host container in httpd.conf? Do you ever actually load mod_jk.so at Apache start? Does

Re: HELP with mod_jk

2003-07-02 Thread John Turner
Perhaps I was thinking of the other I can't get mod_jk to work with Apache 2.0.40 thread today. There is no pat answer until you can be more specific, such as answering the questions I've already posted. John On Wed, 2 Jul 2003 13:16:39 -0400 (EDT), Dumisani Nlebgwa [EMAIL PROTECTED] wrote:

The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP with mod_jk)

2003-07-02 Thread Yishay Mor
I've read the thread(s), gone through the jakarta docs, read a dozen how-tos, still no go. Platform: * RedHat 8, with its - * custom Apache (2.0.4 w/ modifications?) * Tomcat 4.1 * mod_jk2 binaries for RH from http://www.jpackage.org/rpm.php?id=1133 Situation: === Tomcat works, on

Re: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP withmod_jk)

2003-07-02 Thread Eric J. Pinnell
I think JkSet config.file needs a full path. You can't short cut it like you can with a LoadModule. JkSet config.file /path/to/apache/conf/workers2.properties. I think right now it's not seeing your config file. Dunno... try it. -e On Wed, 2 Jul 2003, Yishay Mor wrote: I've read the

Re: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP with mod_jk)

2003-07-02 Thread John Turner
Actually, there was a post on this last week. Check the archives. RH's munged Apache requires some sort of tweak to the OS that will effect the scoreboard when using JK2. I don't use JK, RH 8, nor RH's Apache, so I didn't really pay attention to what the solution was. It was definitely

RE: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP with mod_jk)

2003-07-02 Thread Rhodes, Phil
From: Yishay Mor [mailto:[EMAIL PROTECTED] Situation: === Tomcat works, on 8080 (although the admin app is bogus, but that's on another thread) Apache identifies mod_jk2, but then fails on [error] shm.init(): No file [error] jk2_init() Can't find child 3993 in scoreboard

Re: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP with mod_jk)

2003-07-02 Thread Yishay Mor
Yeee Ha!!! Hallelujah! :-) yup. that was it. now you can see the good 'ol tomcat ring tone at http://www.weblabs.eu.com/index.jsp Next time you're in London, let me buy you a beer. thanks! - Yishay p.s. So, I guess if anyone else has the same problem, this config should work for you

Re: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP with mod_jk)

2003-07-02 Thread Yishay Mor
I tried building it. Maybe I got it wrong - I was using the ant scripts, and got into deep mud. I saw a posting somewhere that you have to us e the native make scripts, and tweak them a bit to work. John Turner wrote: Actually, there was a post on this last week. Check the archives. RH's

RE: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP with mod_jk)

2003-07-02 Thread Atreya Basu
-Original Message- From: Yishay Mor [mailto:[EMAIL PROTECTED] Sent: July 2, 2003 2:59 PM To: Tomcat Users List Cc: Gordon Simpson Subject: Re: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP with mod_jk) Yeee Ha!!! Hallelujah! :-) yup. that was it. now you can see the good 'ol tomcat

RE: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP withmod_jk)

2003-07-02 Thread Eric J. Pinnell
Subject: Re: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP with mod_jk) Yeee Ha!!! Hallelujah! :-) yup. that was it. now you can see the good 'ol tomcat ring tone at http://www.weblabs.eu.com/index.jsp Next time you're in London, let me buy you a beer. thanks! - Yishay p.s

Re: RE: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP with mod_jk)

2003-07-02 Thread chipheo
Hello, I'm a new to Tomcat and trying to set up a web server with www.mywebname.com. But when I try to access my homepage from other computers, I have to type exactly http://www.mywebname.com:(port number) to be able to get it, or I'll get error otherwise. I'd like to learn, the very first

Re: Re: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP with mod_jk)

2003-07-02 Thread chipheo
Hello, I'm a new to Tomcat and trying to set up a web server with www.mywebname.com. But when I try to access my homepage from other computers, I have to type exactly http://www.mywebname.com:(port number) to be able to get it, or I'll get error otherwise. I'd like to learn, the very first

Re: RE: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP with mod_jk)

2003-07-02 Thread chipheo
Hello, I'm a new to Tomcat and trying to set up a web server with www.mywebname.com. But when I try to access my homepage from other computers, I have to type exactly http://www.mywebname.com:(port number) to be able to get it, or I'll get error otherwise. I'd like to learn, the very first

Re: RE: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP with mod_jk)

2003-07-02 Thread chipheo
Hello, I'm a new to Tomcat and trying to set up a web server with www.mywebname.com. But when I try to access my homepage from other computers, I have to type exactly http://www.mywebname.com:(port number) to be able to get it, or I'll get error otherwise. I'd like to learn, the very first

Re: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP with mod_jk)

2003-07-02 Thread John Turner
I never use ant, only because it is unfamiliar to me. I believe that the standard configure, make, make install works, except that with RH 8 and RH Apache 2.0.40 you need to explicitly declare the location of apxs top configure. I'm just saying this from memory, I don't use either, so I could

Re: RE: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP with mod_jk)

2003-07-02 Thread John Turner
Change port in server.xml from 8080 to 80. Restart Tomcat. John On Wed, 2 Jul 2003 14:14:28 -0400, [EMAIL PROTECTED] wrote: Hello, I'm a new to Tomcat and trying to set up a web server with www.mywebname.com. But when I try to access my homepage from other computers, I have to type exactly

Re: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP withmod_jk)

2003-07-02 Thread Eric J. Pinnell
Hi, ya... you are right. At least on most systems this works. Not sure about Linux and it's special apache. But typically: ./configure --with-apxs2=/path/to/apache/bin/apxs make I don't use ant either. -e On Wed, 2 Jul 2003, John Turner wrote: I never use ant, only because it is

RE: Help!

2003-07-01 Thread Shapira, Yoav
Howdy, Did you by any chance search this list's archives before posting? A more descriptive subject would also likely net more responses ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Pitre, Russell [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 3:06 PM

RE: Help. how to get ServletContext ?

2003-06-27 Thread Atreya Basu
Try calling getServletContext(). But I think you have to set CrossContext to 'true' in the Context element of Server.xml _ Atreya Basu Developer, Greenfield Research Inc. e-mail: atreya (at) greenfieldresearch (dot) ca -Original Message- From: Antony

RE: Help. how to get ServletContext ?

2003-06-27 Thread Shapira, Yoav
Howdy, I have a class which implements HttpSessionBindingListener interface. The class is put in the session scope. I have to get the ServletContext from inside this class. How to get it ?. I don't know much about servlets and Java. You might want to get a book or go through some tutorials.

Re: HELP Too many open files??

2003-06-26 Thread Mike Hulse
- Original Message - From: g4 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 7:33 AM Subject: HELP Too many open files?? Hi list, just had a strange error occour, I got an internal server error in Tomcat. Now when I try to start Tomcat again, nothing!

Re: HELP Too many open files??

2003-06-26 Thread Tim Funk
You'll need to tweak OS parameters and use ulimit. (That is if your are using a *nix) Google on java ulimit or similar for lots of similar conversations. -Tim g4 wrote: Hi list, just had a strange error occour, I got an internal server error in Tomcat. Now when I try to start Tomcat again,

<    1   2   3   4   5   6   7   8   9   10   >