Re: Re: Very Very Slow performance of Tomcat

2004-02-18 Thread wuhui
Antonio_Fiol_Bonn?, can you give us something test data such as throughput, Average response time etc. as a reference ? including hw configuration and software configuration? Is maxProcessors lower than Apache's MaxClients? Are you hitting the max. number of connections to your

RE: Very Very Slow performance of Tomcat

2004-02-18 Thread John, Abhilash (Cognizant)
Most probably it'll be the problem of lot many open db connections floating around. Make sure that all your db connections are closed after the db operation. Best regards, Abhilash John -Original Message- From: Antonio Fiol Bonnín [mailto:[EMAIL PROTECTED] Sent: Wednesday, 18 February

Réf. : Re: Very Very Slow performance of Tomcat

2004-02-18 Thread meissa . Sakho
Antonio, I'm facing to the same performance problems with Tomcat. My the maxProcessor value is equal to 75 while the Apache's MaxClients is equals to 150. the MaxKeepAliveRequests of apache is equal to 100 Do you understand the relationship between theses attributes ?

RE: Réf. : Re: Very Very Slow performance of Tomcat

2004-02-18 Thread Arnab Chakravarty
Hi, Can u check the total number of concurrent connections (Apache) when the problem occurs: The way to do this is: ptree | grep -c httpd : Would give the number of concurrent connections. The values of MaxClients / maxProcessor varies from application to application and the load one would

where can I find reason for this exception message from tomcat?

2004-02-18 Thread tomcat_user
Hi, All, I have installed tomcat 4.1.24 on windows 2000 server and hardware is compaq. And jdk1.3.1_08 has installed. My web application deployed on the ROOT context of this tomcat and use own connection pool for MS SQL Server 2000. The jdbc driver for MS SQL Server2000 are msbase.jar,

TEST

2004-02-18 Thread Pete Stokes
TEST sorry bout this - new spam filter is blocking me! *** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If

Tomcat 4 or 5 and SOAP

2004-02-18 Thread davidx
Hello does anyone knows how can I make SOAP working on my Apache Tomcat server ? On the version 3.2 I had no problem, but with the 4 or 5 I can do nothing. Do you know a good tutorial for Tomcat 5/4 or another solution Thanks. David

Réf. : RE: Réf. : Re: Very Very Slow performance of Tomcat

2004-02-18 Thread meissa . Sakho
Arnab, Do you know how to use ThreadDump in order to detect application hanging reasons ? ___ NATEXIS ASSET MANAGEMENT Meissa SAKHO 01 58 19 45 71. . . . . . . . . . . . (84571) [EMAIL PROTECTED] Arnab Chakravarty [EMAIL PROTECTED] 18/02/2004 10:05

RE: Tomcat 4 or 5 and SOAP

2004-02-18 Thread Yiannis Mavroukakis
Mind sharing some more information :) Which SOAP engine are you using? Axis? What kind of problems are you getting? I am running Axis on Tomcat4 without any issues. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 18 February 2004 09:48 To: [EMAIL PROTECTED]

Tomcat logging Problem???

2004-02-18 Thread Mlinar, Mario
I am using Tomcat 4.1.27 in combination with struts and log4J. My problem is every time sending data to Tomcat my log output increments e.g. if I submit any form for the first time my log works fine, the next time I submit a form my log shows the same line twice then three times and so on

RE: Réf. : RE: Réf. : Re: Very Very Slow performance of Tomcat

2004-02-18 Thread Arnab Chakravarty
Hi, Look the thread dump generates some stack trace information which can help you identify the portion of the source where the code might be getting stuck. (Total Number of thread running/active in JVM) You have to check those portions of the code...is there any infinite loop while getting

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread Sunit Bansal
Thanks. I tried that and got some break through. Now instead of error code 2 ping 127.0.0.1, gives Destination unreachable and for ping localhost, it gives unknown host name. Also ipcongif still doesnt work. -Sunit -Original Message- From: Parsons Technical Services [mailto:[EMAIL

Re: Can I chain authenticators?

2004-02-18 Thread Nikola Milutinovic
Ryan Rhodes wrote: I have a portal project. I need to allow users to navigate seamlessly from the portal to a commercial product thats based on Tomcat 4.1 and uses Basic Authentication. To get around this, I hacked BasicAuthenticator and added some code to get the credentials from the

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread pavan . k
ping to the ip which u configured in ur new settings. and use that Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Sunit Bansal [EMAIL PROTECTED] 02/18/2004 05:46 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread pavan . k
did u configure DNS in advanced properties of tcp/ip??? Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Sunit Bansal [EMAIL PROTECTED] 02/18/2004 05:46 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL

Re: Can I chain authenticators?

2004-02-18 Thread Mario Ivankovits
Why would you chain authenticators? Well, i have chained SSL and BASIC authenticators. I the users have some well known certificate installed (checked agains LDAP) they do not have to enter some user/password, else a BASIC authenticator (via https) is presented. So it is possible to use the

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread Sunit Bansal
No, I just configured IP and subnet mask. -Sunit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 5:30 PM To: Tomcat Users List Subject: RE: PROBLEM STARTING TOMCATPLEASE HELP did u configure DNS in

Re: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread Parsons Technical Services
Sunit, Go to Network Connections. How many connections do you have? Open each and see what device it uses. Listed at the top in the box that says connect using: Or scroll right in Network Connections. For the one that is the loopback go in and set a gateway as the same as the ip you set. Also

Rolling over stdout.log and stderr.log in Tomcat 4.1.x

2004-02-18 Thread Jeremy Nix
Is it possible to set an option to have these logs rolled over? If not, does anyone have any windows script files that will do the job just the same? _ Jeremy Nix Southwest Financial Services, LTD. [EMAIL PROTECTED] (513) 621-6699 ext.1158

why should i run apache to install tomcat4.1.29

2004-02-18 Thread xavier manohar
Hello I am a newbie and I am looking for a satisfactory answer why we need to install apache and run it,to install tomcat 4.1.29 on windows 95 os regards mano Yahoo! India Insurance Special: Be informed on the best policies, services, tools and more.

Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread CLEMENT Eric
Hello, I've just downloaded and installed both release of Tomcat. In the same environment(ie 6, Win XP and jsdk 1.4), Tomcat 3.3.1 is running, Tomcat 4.1.29 doesn't (Tomcat 5.0.18 neither) can anyone help me? Eric Clément 230 Rue Marcelin Berthelot ZI Toulon Est - La Garde - BP 68 83079 Toulon

RE: why should i run apache to install tomcat4.1.29

2004-02-18 Thread Yiannis Mavroukakis
The short version is you dont. You can use Tomcat to serve both static contents and servlets. -Original Message- From: xavier manohar [mailto:[EMAIL PROTECTED] Sent: 18 February 2004 13:46 To: [EMAIL PROTECTED] Subject: why should i run apache to install tomcat4.1.29 Hello I am

Re: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread Ben Souther
Are you trying to run them both at the same time? On Wednesday 18 February 2004 09:00 am, CLEMENT Eric wrote: Hello, I've just downloaded and installed both release of Tomcat. In the same environment(ie 6, Win XP and jsdk 1.4), Tomcat 3.3.1 is running, Tomcat 4.1.29 doesn't (Tomcat 5.0.18

RE: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread STOCKHOLM, Raymond
Check your JAVA_HOME env variable, and please tell us WHAT happens. To have more information when starting tomcat, change startup.bat to replace start by debug on line 41 : (call %EXECUTABLE% debug %CMD_LINE_ARGS%) when prompt, type run, you should have more information... -Message

Re: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread David Smith
I'm hoping you are either: a) Not running them at the same time or b) changing the port numbers they are listening on so they don't try taking the same port numbers already being used by other running tomcat services. I suspect a collision of Tomcat's trying to grab the same ports. If this

RE: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread CLEMENT Eric
Of course not. But the first time I launched Tomcat 4.1.29, it was perfect, then I installed J2eeSDK (downloaded from Sun Website). Then when I started again Tomcat 4.1.29, nothing occured. But it's OK with Tomcat 3.3.1. thanks -Message d'origine- De : Ben Souther [mailto:[EMAIL

RE: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread Ralph Einfeldt
Post error messages. If you don't find any, post what you observe. Just doesn't work is not enough. There are so many potential problems (Packageless classes, syntax error in *.xml, port conflicts) that we can sit here and guess for hours. -Original Message- From: CLEMENT Eric

RE: why should i run apache to install tomcat4.1.29

2004-02-18 Thread Thomas Tang
The only time you really need Apache web server along with Tomcat is if there are some basic functionality in apache that you need that Tomcat currently doesnt provide. I.E. mod_rewrite, or some other custom module. In theory you can change the source to do X Y and Z but if apache which has a

RE: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread CLEMENT Eric
I set debug option. This is what happen: GRAVE: Une exception ou une erreur s'est produite dans le conteneur durant le tr aitement de la requÛte java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.removeAttribu te(Ljava/lang/String;)V at

RE: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread Ralph Einfeldt
That sounds as if there is jar file that contains an outdated servlet api that doesn't contain HttpServletRequest.removeAttribute() -Original Message- From: CLEMENT Eric [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 3:45 PM To: Tomcat Users List Subject: RE: Tomcat

RE: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread CLEMENT Eric
Sounds rigth. Any idea where I can get the good one? Thanks -Message d'origine- De : Ralph Einfeldt [mailto:[EMAIL PROTECTED] Envoyé : mercredi 18 février 2004 15:51 À : Tomcat Users List Objet : RE: Tomcat 3.3.1 vs Tomcat 4.1.29 That sounds as if there is jar file that contains an

about tomcat and apache

2004-02-18 Thread xavier manohar
Hello when i run a jsp file that calls a bean class in its usebean function,doesn't responded correctly when i executed it after running tomcat alone .However when i started tomcat again after starting apache server the jsp file worked correctly .Can any one help me to understand why

Need help in Tomcat 4.1.29

2004-02-18 Thread suviswan
Hi all I want to add a particular directory in tomcat's shared classpath. The directory is outside tomcat home directory. I can do this by adding this path in the tomcat's startup classpath. But it throws some other exceptions. Is there any way i can do this ? Thanks

RE: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread Ralph Einfeldt
It should be contained in the tomcat distribution. But the outdated one is found before the one that is delivered with tomcat. Search for servlet.jar, j2ee.jar on your machine. (e.g. in JAVA_HOME/jre/lib/ext) -Original Message- From: CLEMENT Eric [mailto:[EMAIL PROTECTED] Sent:

RE: [OFF-TOPIC] Workflow Engines

2004-02-18 Thread Hernani Mourão
Personaly I work with OpenSymphony and I find it good. If i may add some more: http://www.jcorporate.com/ http://www.jcorporate.com/html/news/Press/ExpressoRelease5.0.html http://www.openbusinessengine.org/index.html http://www.dstc.edu.au/Research/Projects/Pegamento/Breeze/breeze.html

tomcat installation

2004-02-18 Thread xavier manohar
hello I am very much worried whether my tomcat has been installed correctly in windows 95.the follwing line comes in the command prompt . when i run tomcat.pls help me to confirm that I have installed it correctly. If there is any mistake pls help me to sort out. [INFO] Http11Protocol -

Re: Tomcat 4 or 5 and SOAP

2004-02-18 Thread Mark
Apache Axis works very well: http://ws.apache.org/axis/index.html At 2/18/2004 10:48 AM, you wrote: Hello does anyone knows how can I make SOAP working on my Apache Tomcat server ? On the version 3.2 I had no problem, but with the 4 or 5 I can do nothing. Do you know a good tutorial for Tomcat

Re: RE: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread Giuseppe Briotti
== Date: Wed, 18 Feb 2004 16:00:51 +0100 From: CLEMENT Eric [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Tomcat 3.3.1 vs Tomcat 4.1.29 == Sounds rigth. Any idea where I can get the good one? Thanks Check the

RE: tomcat installation

2004-02-18 Thread Yiannis Mavroukakis
These messages are normal. If you are not getting any exceptions further up the logs you should be ok -Original Message- From: xavier manohar [mailto:[EMAIL PROTECTED] Sent: 18 February 2004 15:17 To: [EMAIL PROTECTED] Subject: tomcat installation hello I am very much worried

WebdavServlet Locking Issues

2004-02-18 Thread Ryan Dewell
Hello, I've been testing the WebdavServlet that comes packaged with Tomcat 5.0.18 and am impressed by its simplicity (and by its possibility for extensibility using DirContext). I've run into some problems, however, with getting its locking functionality to work with client apps. I've

Re: WebdavServlet Locking Issues

2004-02-18 Thread Remy Maucherat
Ryan Dewell wrote: Hello, I've been testing the WebdavServlet that comes packaged with Tomcat 5.0.18 and am impressed by its simplicity (and by its possibility for extensibility using DirContext). I've run into some problems, however, with getting its locking functionality to work with client

Re: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread jerome moliere
Ralph Einfeldt wrote: It should be contained in the tomcat distribution. But the outdated one is found before the one that is delivered with tomcat. Search for servlet.jar, j2ee.jar on your machine. (e.g. in JAVA_HOME/jre/lib/ext) humm I suspect a malicious CLASSPATH mangling... could you

Stopping repeating requests

2004-02-18 Thread Peter Guyatt
Hi, I have a problem where a user enters data into a form and then submits this to the server, which in turn wrights this content into a database. The problem I have is that if the user then refreshes the page via F5 then it adds the same data in again. Is there any way to ensure that

Re: Stopping repeating requests

2004-02-18 Thread Philipp Taprogge
Hi! Peter Guyatt wrote: I have a problem where a user enters data into a form and then submits this to the server, which in turn wrights this content into a database. The problem I have is that if the user then refreshes the page via F5 then it adds the same data in again. Is there any way to

RE: Stopping repeating requests

2004-02-18 Thread John, Abhilash (Cognizant)
On submit of the form, show a dialog box and prompt the user to submit the data. Then you can clear the data from the page. Best regards, Abhilash John -Original Message- From: Peter Guyatt [mailto:[EMAIL PROTECTED] Sent: Wednesday, 18 February 2004 10:48 PM To: Tomcat Users List

Re: Stopping repeating requests

2004-02-18 Thread Parsons Technical Services
Pete, When the user submits the page where is the user sent? If he stays on the same page and the form stay populated you need to do some checks for change in a field before allowing the page to submit again. The better way is to clear the form or send them to another page. That's all client

RE: Stopping repeating requests

2004-02-18 Thread Shapira, Yoav
Howdy, I have a problem where a user enters data into a form and then submits this to the server, which in turn wrights this content into a database. The problem I have is that if the user then refreshes the page via F5 then it adds the same data in again. Is there any way to ensure that

jsp error

2004-02-18 Thread xavier manohar
Hello when i run a jsp file that calls a bean class in its usebean function,doesn't responded correctly when i executed it after running tomcat alone .However when i started tomcat again after starting apache server the jsp file worked correctly .Can any one help me to understand why

jsp error

2004-02-18 Thread xavier manohar
Hello when i run a jsp file that calls a bean class in its usebean function,doesn't responded correctly when i executed it after running tomcat alone .However when i started tomcat again after starting apache server the jsp file worked correctly .Can any one help me to understand why

Problems with ViewCVS

2004-02-18 Thread Keith Bourgoin
Hey guys, Sorry for the undoubtedly stupid question, but I can't get ViewCVS to work. I installed it, the standalone web server that comes with it works just fine. So, I enabled CGI in Tomcat, copied the .cgi files into a cgi-bin folder in my application, and it said it couldn't find the cgi

Re: Stopping repeating requests

2004-02-18 Thread Philipp Taprogge
Hi! Parsons Technical Services wrote: The better way is to clear the form or send them to another page. That's all client side. Not necessarily. What I do in such situations is this: have a servlet process the form data and then send something else (e.g. an update successfull-page) as response

Re: jsp error

2004-02-18 Thread Parsons Technical Services
Mano, When you say that it runs ok after starting apache, do you also mean you are accessing it from apache? What is your setup and OS. Post your web.xml and any errors. A similar symptom occurred when the mappings were not correct. Doug www.parsonstechnical.com - Original Message -

Re: jsp error

2004-02-18 Thread xavier manohar
Hello Doug , I hve not chnged any thing in the web .xml .The context path is still the root. my os is windows 95 regards mano Parsons Technical Services [EMAIL PROTECTED] wrote: Mano, When you say that it runs ok after starting apache, do you also mean you are accessing it

Re: Stopping repeating requests

2004-02-18 Thread Harry Mantheakis
I use a system where a servlet sets a 'token' (a random number attribute) which the JSP must return (using a hidden form field attribute) to the servlet when the form is submitted. The servlet keeps a copy of the token. The servlet checks the token sent by the JSP with its own (current) copy. If

JkMount and /*/servlet/

2004-02-18 Thread seph
I'd like to have apache proxy all jsp and servlets to an underlying tomcat, but I'm having some trouble getting the JkMount directives right. I have: JkMount /*.jsp local JkMount /*/servlet/ local which are pretty much from the docs. using those I get the following: localhost/foo/test.jsp

Re: JkMount and /*/servlet/

2004-02-18 Thread Thomas Tang
Did you try ? JkMount /*/servlet/* local Thomas seph [EMAIL PROTECTED] 02/18/2004 01:01 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject JkMount and /*/servlet/ I'd like to have apache proxy all jsp and servlets to an underlying tomcat, but

Re: Stopping repeating requests

2004-02-18 Thread Parsons Technical Services
Phil, True. I should have not said all client side. How about client side validation? Point being as weather to handle it more from the client or server. All depends on application. Doug Hi! Parsons Technical Services wrote: The better way is to clear the form or send them to another

Re: jsp error

2004-02-18 Thread Parsons Technical Services
Mano, Please post the URLs that you are using to access the server. One with apache started and the one when Tomcat is running alone. Doug - Original Message - From: xavier manohar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 12:57 PM

Re: JkMount and /*/servlet/

2004-02-18 Thread seph
Did you try ? JkMount /*/servlet/* local yes. with that nothing get's to tomcat, apache gives errors for everything. I also tried /*/*/servlet/ apache doesn't like *servlet*, saying the context must start with /, and /*servlet* still sends everything to apache. seph

Re: JkMount and /*/servlet/

2004-02-18 Thread Thomas Tang
Ive seen cases where one JkMount setting conflicts with another JkMount setting. Try moving the first JkMount setting to the bottom or remove it totally even. See if that works. Thomas seph [EMAIL PROTECTED] 02/18/2004 01:25 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To

How does IIS directory security relate to JK connector?

2004-02-18 Thread David . Ventimiglia
Hello, I installed the JK connector in IIS 5.0 on Win2K, directing JSP and servlet requests for a certain context to Tomcat 4.1.29, and though it works I can't access the Tomcat resources (JSPs and servlets) anonymously. In fact, the way IIS's directory security is involved is something of a

no ojdbc14 in java.library.path, Help I'm stuck trying to write this servlet!

2004-02-18 Thread blais
Hey All. I've been trying to write a servlet that uses a jdbc driver to connect to a remote Oracle server. I've manage to compile my own standalone app to connect to the DB. I included the ojdbc14.jar in my classpath and everything seemed to work fine. I can't seem to get the same code to

RE: How does IIS directory security relate to JK connector?

2004-02-18 Thread David . Ventimiglia
To follow up, I just made some progress. By changing the Anonymous User Account in IIS for the tomcat virtual directory from the IUSR_ account to another local account, it works. Presumably it has to do with permissions, though I don't know in what way yet. -Original Message- From:

Re: no ojdbc14 in java.library.path, Help I'm stuck trying to write this servlet!

2004-02-18 Thread Apu Shah
i have multiple webapps connecting to oracle within the same tomcat instance. removing ojdbc14.jar from all the webapps WEB-INF/lib and keeping only one copy of ojdbc14.jar in common/lib works for me on tomcat 5. if you are connecting via oci drivers, make sure that your LD_LIBRARY_PATH points

Re: Tomcat very very slow when doing heavy XML processing

2004-02-18 Thread tom ly
It seems that much of the lag is taking place with the http connectors, the time spent processing is much less than the time it takes to send the reqest back through the http connector. For instance, from looking at the SOAP logs, i can see that the thread took 3 seconds to process inside of

Re: no ojdbc14 in java.library.path, Help I'm stuck trying to write this servlet!

2004-02-18 Thread blais
Thanks Apu, I am using the thin client and it's still not working. I've put ojdbc14 in common/lib and still nothing. Did you have to add a database connection under the tomcat web administration tool ? And if you did, did you include a path to your ojdbc.jar file? I'm also wondering if

Re: Tomcat very very slow when doing heavy XML processing

2004-02-18 Thread tom ly
Thanks for the reply peter! The CPU and memory on the server seem to have a lot left over that we're not using, we're using about 15-20% of them. Is there some way I can utilized more CPU and memory in order to improve performance. We're the middleware where the frontend sends XML-RPC

Re: Very Very Slow performance of Tomcat

2004-02-18 Thread Antonio Fiol Bonnn
wuhui wrote: Antonio_Fiol_Bonn?, can you give us something test data such as throughput, Average response time etc. as a reference ? No. At least not something reliable. Typical average load time for our apps is between 500ms and 1000ms, depending on the pages. Light pages go as low

Re: Réf. : Re: Very Very Slow performance of Tomcat

2004-02-18 Thread Antonio Fiol Bonnín
[EMAIL PROTECTED] wrote: Antonio, I'm facing to the same performance problems with Tomcat. My the maxProcessor value is equal to 75 while the Apache's MaxClients is equals to 150. the MaxKeepAliveRequests of apache is equal to 100 Do you understand the relationship between theses attributes ?

Startup scripts not executable?

2004-02-18 Thread Roy Smith
I downloaded Tomcat-5.0.18 onto my Mac OSX-10.3.2 system. The scripts in $CATALINA_HOME/bin (startup.sh, catalina.sh, etc) all got unpacked without the execute bit set. I had to do chmod +x *.sh to get things to work. Is this a bug?

Re: JkMount and /*/servlet/

2004-02-18 Thread Antonio Fiol Bonnín
Hi, would ... JkMount /* local ... do the job? Antonio Fiol seph wrote: I'd like to have apache proxy all jsp and servlets to an underlying tomcat, but I'm having some trouble getting the JkMount directives right. I have: JkMount /*.jsp local JkMount /*/servlet/ local which are pretty much

Re: Can I chain authenticators?

2004-02-18 Thread Nikola Milutinovic
Why would you chain authenticators? Well, i have chained SSL and BASIC authenticators. That's not exactly chaining. In SASL, SSL is called EXTERNAL authentication. You just have two independant mechanisms, one of which is solely for authentication (HTTP Basic) and the other can authenticate,

URL Redirect

2004-02-18 Thread Dean Searle
Hello All, I have a simple, yet allusive question. In Apache and Tomcat you can create Virtual Hosts. Within the Virtual Hosts you can specify different parameters. In Apache httpd.conf I can have the following: VirtualHost 192.168.1.1 ServerName www.domain1.com Redirect permanent

Re: [OFF-TOPIC] Workflow Engines

2004-02-18 Thread Antonio Fiol Bonnín
Hi, I'll save this e-mail preciously. What an amazing list!! Not even Google would find more info together... Antonio Fiol Hernani Mourão wrote: Personaly I work with OpenSymphony and I find it good. If i may add some more: http://www.jcorporate.com/

Re: Startup scripts not executable?

2004-02-18 Thread Giuseppe Briotti
No, sometimes this problem occours (it is also reported in several HowTo's related to Apache and Cocoon :- G == Date: Wed, 18 Feb 2004 16:09:16 -0500 From: Roy Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Roy Smith [EMAIL PROTECTED] Subject: Startup

Re: Startup scripts not executable?

2004-02-18 Thread Antonio Fiol Bonnín
Roy Smith wrote: I downloaded Tomcat-5.0.18 onto my Mac OSX-10.3.2 system. The scripts in $CATALINA_HOME/bin (startup.sh, catalina.sh, etc) all got unpacked without the execute bit set. I had to do chmod +x *.sh to get things to work. Is this a bug? You probably downloaded the zipped

tomcat5.0 or 4.1

2004-02-18 Thread Jason Tesser
I am new to Tomcat and Java and I am trying to decide whether to use 4.1 or 5.0. I have the enterprise version of Jbuilder which doesn't support 5.0 yet. What advantages would there be for me to go with 5.0 over 4.1? If I do 4.1 how hard would it be to migrate in 6-10 months After Jbuilder

Re: no ojdbc14 in java.library.path, Help I'm stuck trying to write this servlet!

2004-02-18 Thread Apu Shah
i did not have to add any database connections under the tomcat web admin tool. catalina.properties remains the same. is there a stack trace with an exception in any logs? (ClassNotFound or any other such exceptions) could you also describe what symptoms you are seeing? does the app hang or

RE: Tomcat silent freeze

2004-02-18 Thread Euan Guttridge
Hi, Sounds like bug with NTPL in RH9, see this thread http://www.mail-archive.com/[EMAIL PROTECTED]/msg106581.html. Thanks Euan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 17 February 2004 20:01 To: [EMAIL PROTECTED] Subject: Tomcat silent freeze Hello

Re: URL Redirect

2004-02-18 Thread Duane Burchell
On Wed, 18 Feb 2004, Dean Searle wrote: I have a simple, yet allusive question. In Apache and Tomcat you can create Virtual Hosts. Within the Virtual Hosts you can specify different parameters. In Apache httpd.conf I can have the following: This is somewhat similar to the issue I was

RE: How does IIS directory security relate to JK connector?

2004-02-18 Thread David . Ventimiglia
Fixed it, sort of. My advice to anyone having similar trouble with the Tomcat JK connector and IIS 5.0 is to futz with the Anonymous User Account settings (strip local domain name out, check the password, uncheck Allow IIS to control password). You might get lucky. -Original Message-

RE: deploying and undeploying web apps at run time (Tomcat 4.1 version)

2004-02-18 Thread David Harvey
It can be done. All of the manager commands seem to work well, except for remove in my case, which doesn't remove the deployed directroy because Tomcat maintains a reference to struts.jar in in my deployed image. I wrote an uninstall and had to manually stop Tomcat and remove the deployed

Re: no ojdbc14 in java.library.path, Help I'm stuck trying to write this servlet!

2004-02-18 Thread blais
Thanks again Apu. Here is my core dump since i've removed the database configuration from the web admin tool. HTTP Status 500 - *type* Exception report *message* *description* _The server encountered an internal

Servlet won't run init()

2004-02-18 Thread Phil Campaigne
Hello, I want a servlet to run its init() method when I start Tomcat. I put the following entry in web.xml but that doesn't do it: servlet servlet-namePgConnectionPoolServlet/servlet-name display-namePgConnectionPoolServlet/display-name

interact with desktop

2004-02-18 Thread Khairunnisa
Hi all, I just installed tomcat 4.1 . Maybe you guys can help me find out how to set it to interact with desktop. I want to see the errors are in my application . If using ias we can see it by tail -f kjs*. Rgds, Nisa - To

Re: Servlet won't run init()

2004-02-18 Thread QM
: Hello, : I want a servlet to run its init() method when I start Tomcat. I put : the following entry in web.xml but that doesn't do it: : [snip] Please, humour me: put load-on-startup after init-param. I believe that's the order per the servlet spec. Humour me, part 2: verify the method

Re: Servlet won't run init()

2004-02-18 Thread Liem Do
Put the load-on-startup tags after the init-param tags. - Original Message - From: Phil Campaigne [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 4:30 PM Subject: Servlet won't run init() Hello, I want a servlet to run its init() method when I start

Mark Sutton/LDN/FIMAT is out of the office.

2004-02-18 Thread Mark Sutton
I will be out of the office starting 19/02/2004 and will not return until 23/02/2004. I am out of the office on 19 20 Feb 2004. In my absence please contact Conroy Pretorius. Mark *** The e-mail and any attachments are

Re: Tomcat 4 or 5 and SOAP

2004-02-18 Thread davidx
I'm using Apache SOAP 2.3.1 here is the error when I put the following adress http://localhost:8080/soap/servlet/rpcrouter; Etat HTTP 500 - --- - type Rapport d'exception message description Le serveur a

CGI Help Needed

2004-02-18 Thread Keith Bourgoin
Hey, I'm trying to get a CGI based application to work (ViewCVS) and it's not working for whatever reason. I followed the directions on the website to enable CGI support (renamed the file and changed the conf/web.xml). I was originally getting an error where the CGI couldn't be found. It

Re: no ojdbc14 in java.library.path, Help I'm stuck trying to write this servlet!

2004-02-18 Thread Apu Shah
by doing a system.loadlibrary, you are using the native drivers. this call should not be needed at all if you are using the thin driver, which is a pure java (type 4) driver. you should be able to connect to the database using the thin driver in the following way Driver d =

Server ip address

2004-02-18 Thread Eric VERGNAUD
Hi, I'm new to this list, so I apologize if this question has been asked a thousand times. I'm trying to get Tomcat to listen on a specific IP address since there are 2 network adapters on my server. How do I do this ? --- Eric VERGNAUD - JLynx Software Cutting-edge

Re: jsp error

2004-02-18 Thread Parsons Technical Services
Mano, Sorry for the delay. Beans and Struts is something that I haven't touched yet. There was a thread I was involved in on servlets that could only be accessed when going thru Apache. It turned out to be a configuration issue on the mappings in the web.xml . There is a section on configuration

Re: Server ip address

2004-02-18 Thread Parsons Technical Services
http://jakarta.apache.org/tomcat/faq/misc.html#ip http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.html - Original Message - From: Eric VERGNAUD [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 9:35 PM Subject: Server ip address

Re: Server ip address

2004-02-18 Thread Eric VERGNAUD
le 19/02/04 4:00, Parsons Technical Services à [EMAIL PROTECTED] a écrit : http://jakarta.apache.org/tomcat/faq/misc.html#ip http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.html Thanks --- Eric VERGNAUD - JLynx Software Cutting-edge technologies and

Re: no ojdbc14 in java.library.path, Help I'm stuck trying to write this servlet!

2004-02-18 Thread blais
Thanks Apu, It seems that having a jdbc connection in the web admin tool creates more of a problem. I've removed all web connections and it seems to work. Thanks again Apu, I really appreciate it! Regards, -Jeremie Apu Shah wrote: by doing a system.loadlibrary, you are using the native

URL Internal Redirect works with Tomcat/Apache 1.3 but not with Apache 2.0

2004-02-18 Thread raiden
Hello, I use Tomcat 4.1.27 and Apache 1.3. I want a request to mywebsite.com/123456 to be mapped to mywebsite.com/website/index.jsp?id=123456 In Apache 1.3 with Tomcat, I accomplished this with the following rewrite rule: RewriteRule ^/([0-9]+)/?$ /website/index.jsp?id=$1 [P] However, this

RE: One user seeing another user's data

2004-02-18 Thread Anbu
Hello Antonio, Kal and All, Thanks for your suggestions and hints. Regards, Kuloth --- Kal Govindu [EMAIL PROTECTED] wrote: We had this problem on our first JSP application. One of the things we had to fix it was to remove all variable definitions from %!...% and move them to %...%.

setting keepalive timeout in tomcat??

2004-02-18 Thread tom ly
I'm building a middleware component accepting requests from 2-4 instances of a frontend through a load balancer then relaying the requests to a backend, then returning the response back to the frontend servers. I've load tested with Jmeter and have noticed that the first requests from each

Reg Form Authentication

2004-02-18 Thread shanmugampl
Hi All, I am using FORM authentication for my web pages. I have no problems in authenticating a user during login where the flow would be like Secured page Login Screen Authentication via form --- Secured Page on success. Now i have another page where a user can sign

  1   2   >