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 root context problem!!!

2003-10-09 Thread JStanczak
To: 'Tomcat Users List' <[EMAIL PROTECTED]> cc: Subject:RE: Help root context problem!!! Sorry, I misunderstood. So something else here is caching your page. Do you have a webserver sitting in front of tomcat or just tomcat? -Original Me

RE: Help root context problem!!!

2003-10-09 Thread JStanczak
ank You, Justin A. Stanczak Web Manager Shake Learning Resource Center Vincennes University (812)888-5813 "Lee, PaulNYC" <[EMAIL PROTECTED]> 10/09/2003 04:22 PM Please respond to "Tomcat Users List" To: 'Tomcat Users List' &l

RE: Help root context problem!!!

2003-10-09 Thread Lee, Paul NYC
s List' <[EMAIL PROTECTED]> cc: Subject:RE: Help root context problem!!! Hi Justin, The work directory contains the generated source code and compiled classes for JSPs. When a JSP is first requested, Tomcat generates Java source code for the JSP, and then compil

RE: Help root context problem!!!

2003-10-09 Thread JStanczak
n A. Stanczak Web Manager Shake Learning Resource Center Vincennes University (812)888-5813 "Lee, PaulNYC" <[EMAIL PROTECTED]> 10/09/2003 03:40 PM Please respond to "Tomcat Users List" To: 'Tomcat Users List' <[EMAI

RE: Help root context problem!!!

2003-10-09 Thread Lee, Paul NYC
EMAIL PROTECTED] Sent: Thursday, October 09, 2003 4:25 PM To: Tomcat Users List Subject: RE: Help root context problem!!! No, but what will that do for me? Would I have to do that every time? Thank You, Justin A. Stanczak Web Manager Shake Learning Resource Center Vincennes University (812)888

RE: Help root context problem!!!

2003-10-09 Thread JStanczak
uot;Tomcat Users List" To: 'Tomcat Users List' <[EMAIL PROTECTED]> cc: Subject:RE: Help root context problem!!! Hi Justin, Did you try deleting the contents of the work folder? Regards, Paul -Original Message- From: [EMAIL

RE: Help root context problem!!!

2003-10-09 Thread Lee, Paul NYC
Hi Justin, Did you try deleting the contents of the work folder? Regards, Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 3:41 PM To: [EMAIL PROTECTED] Subject: Help root context problem!!! I'm having caching problems with To

RE: Help root context problem!!!

2003-10-09 Thread JStanczak
quot; <[EMAIL PROTECTED]> cc: Subject:RE: Help root context problem!!! Howdy, Post the relevant sections of your server.xml. All you had to do is make path="" in your Context declaration. Yoav Shapira Millennium ChemInformatics >-Original Message

RE: Help root context problem!!!

2003-10-09 Thread Shapira, Yoav
Howdy, Post the relevant sections of your server.xml. All you had to do is make path="" in your Context declaration. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 09, 2003 3:41 PM >To: [EMAIL PROT

RE: Help :- Filters .

2003-10-08 Thread Shapira, Yoav
003 1:38 AM >To: Tomcat Users List >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.

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 mo

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 i

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 >T

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 Servle

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 org.apache.jsp.e

Re: Help with JK2 and Apache 2.0.47

2003-09-09 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 response.

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, > c

RE: Help with Responses and Internet Explorer

2003-09-09 Thread Jon Nelson
> > > > > > 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? > > > > response.

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 > > > 2. The other thing I noticed in fooling around with this, is > that if you >

Re: help with domain and ip

2003-09-08 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:

Re: help with domain and ip

2003-09-08 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 tell

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

2003-08-14 Thread Barclay A. Dunn
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 adjusted the pool t

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

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! DBCPexceptions

2003-08-14 Thread Eric J. Pinnell
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: Tomca

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

2003-08-14 Thread Barclay A. Dunn
). thanks 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 Al

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

2003-08-14 Thread Angus Mezick
nks 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

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

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

2003-08-14 Thread Angus Mezick
August 08, 2003 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 c

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

2003-08-14 Thread rob engstrom
files" errors 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

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

2003-08-14 Thread Mike Curwen
t Users List > 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

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

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

2003-08-14 Thread Eric J. Pinnell
an insanely huge connection limit of 99,999 we think. > > barclay > > -Original Message- > From: 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

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

2003-08-14 Thread Angus Mezick
gException e) { // TODO Auto-generated catch 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 ou

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

2003-08-14 Thread Barclay A. Dunn
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... >From that you can

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! DBCPexceptions

2003-08-14 Thread Eric J. Pinnell
gt; 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 crapp

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.

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

2003-08-14 Thread Barclay A. Dunn
s the only 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

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 Li

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

2003-08-09 Thread Barclay A. Dunn
ric J. 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 wo

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

2003-08-09 Thread Eric J. Pinnell
; barclay > > -Original Message- > From: Eric J. 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 t

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

2003-08-08 Thread Eric J. Pinnell
> 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 exceptions > > > Yup, and when nothing

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

2003-08-08 Thread Eric J. Pinnell
innell [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 is exhausted. Try upping the

Re: HELP!! TOMCAT and MYSQL

2003-08-04 Thread Mauricio Nuñez
gt; > > - Original Message - > From: "Emmanuel G. Dialynas" <[EMAIL PROTECTED]> > To: "engp0510" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Sunday, August 03, 2003 6:07 PM > Subject: Re: HELP!! TOMCAT and

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

Re: HELP!! TOMCAT and MYSQL

2003-08-03 Thread Emmanuel G. Dialynas
Try: connectionURL="jdbc:mysql://localhost/authority?user=leeson&password=" 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: connectionURL="jdbc:mysql://localhost/authority?user=leeson;password=x

RE: HELP!! TOMCAT and MYSQL

2003-08-03 Thread Zille Hassan
t'; [EMAIL 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]; [EMA

Re: HELP!! TOMCAT and MYSQL

2003-08-03 Thread engp0510
t; To: "'Tomcat Users List'" <[EMAIL 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 s

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
;[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=leeson&password=" At 04:32 ìì 03/08/03 +0800, engp0510 wrote: >Hi

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 y

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 s

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 mea

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 WEB-INF/

Re: Help: Server Runtime error

2003-07-29 Thread Tim Funk
0, 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://jakarta.apache.org/tomcat/faq/memory.ht

RE: Help: Server Runtime error

2003-07-28 Thread john d. haro
her issues 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&

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

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 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 t

RE: Help required

2003-07-24 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 ha

Re: Help needed in configuring tomcat 4.1.24

2003-07-24 Thread Tang
'Sarika Inamdar '" <[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

RE: HELP! Client Authentication in Tomcat 4.1.24

2003-07-24 Thread Farrell, Patrick
Problem solved! I changed my realm configuration in the server.xml file to: and that did it. Thanks for your help. Pat -Original Message- From: Farrell, Patrick [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 8:28 AM To: 'Tomcat Users List' Subject: RE: HE

RE: HELP! Client Authentication in Tomcat 4.1.24

2003-07-24 Thread Farrell, Patrick
ute of the element in the server.xml file? CLIENT-CERT 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 Authentication in Tomcat 4.1.24 Bug #15790

Re: Help needed in configuring tomcat 4.1.24

2003-07-24 Thread Zach Gatu
Make sure the your or , i.e. make sure that it's a valid xml tag. Also take out from within Restart Tomcat and see if you can shut it down without errors. Zach. Sarika Inamdar wrote: Hi All, We need to start tomcat with a user-defined port. To enable the same , in server.xml, we give the

Re: HELP! Client Authentication in Tomcat 4.1.24

2003-07-23 Thread Bill Barker
Message- > From: Jay Garala [mailto:[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 &

RE: HELP! Client Authentication in Tomcat 4.1.24

2003-07-23 Thread Farrell, Patrick
la [mailto:[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

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 PRO

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 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 4

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 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 include

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 java

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 a

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

Re: Help! Symbolic Links and Tomcat 4.1.18

2003-07-10 Thread Bill Barker
> > -Original Message- > From: Matt Swensson [mailto:[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

RE: Help! Symbolic Links and Tomcat 4.1.18

2003-07-10 Thread Matt Swensson
for sym > links. I tried 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 > >

RE: Help! Symbolic Links and Tomcat 4.1.18

2003-07-10 Thread Pat Pomatto
ECTED] 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 li

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 go

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? T

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 the

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 http://ioewebserver.ioe.ac.uk/ioe/cms/get.asp?cid=4381&4381_0=7

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: 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 unfa

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 ht

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 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 t

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 t

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 t

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 t

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

2003-07-02 Thread Eric J. Pinnell
TED] > 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 ring tone at &g

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

2003-07-02 Thread Atreya Basu
t) ca -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 '

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 m

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 too...

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 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 withi

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 threa

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 8

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]> wrot

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