Re: Problem with tomcat configuration

2005-10-06 Thread Marcus Franke
On Thu, Oct 06, 2005 at 12:14:58AM -0700, Mark Eggers wrote: > https is port 443. You need to to uncomment the HTTP > 1.1 connector for 8443 and change the port to 443. > > Uncomment the following connector in server.xml: > > > > > Change the port to 443. Read the documentation > concerning

Re: Problem with tomcat configuration

2005-10-06 Thread Mark Eggers
https is port 443. You need to to uncomment the HTTP 1.1 connector for 8443 and change the port to 443. Uncomment the following connector in server.xml: Change the port to 443. Read the documentation concerning the attributes (especially the sslProtocol and clientAuth). /mde/ --- vineesh k

Problem with tomcat configuration

2005-10-05 Thread vineesh kumar
Hi all, I manged to configure https on tomcat 5.5.9 with a passord different than changeit. It's working.But i tried to configure https on port 80 (i am running tomcat as root user). but when i point the browser to the system like https://localhost/ I am getting an error indicating that connection

RE: problem with setting path for config files

2005-10-05 Thread Sabitha
You can declare a variable in Catalina.sh with your path and append it to the classpath. -Original Message- From: Raviteja Veerla [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 11:26 AM To: tomcat-user@jakarta.apache.org Subject: problem with setting path for config files

problem with setting path for config files

2005-10-05 Thread Raviteja Veerla
Hi all, I am having a problem with setting the path for config files. I am building a webservices in java using a 3rd party java API. this third party API requires few config files(xml files) to be present in the class path, so that they can read from those config files. i am developing these on

Re: Vexing Problem with Tomcat connector

2005-09-28 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread.

Vexing Problem with Tomcat connector

2005-09-28 Thread [EMAIL PROTECTED]
Hello, I have a website that I am migrating to a new server. Server is Redhat ES3 2.4.21-20.0.1.ELsmp. Server version: Apache/2.0.46 I have jakarta-tomcat-5.5.9 installed and working properly on the new server. It is perfectly accessible from the legacy web server. On the Website on the new s

RE: Problem with RealmBase and digested passwords

2005-09-23 Thread Barnett, Brian W.
Maybe one of these days I'll finally understand classpath! :) It was as simple as putting catalina.jar in my WEB-INF\lib folder. Doh. Sorry all. -Original Message- From: Barnett, Brian W. To: 'Tomcat Users List ' Sent: 9/23/2005 9:23 PM Subject: Problem with RealmBa

Problem with RealmBase and digested passwords

2005-09-23 Thread Barnett, Brian W.
Hello, I'm trying to get my passwords digested, and I think I'm nearly there. I ran the command line utility to calculate a digested password and then put it in an existing user's record using MySQL Query Browser. I then logged in as that user and everything was fine. So, Tomcat is authenticating w

File Upload problem with cgi perl script

2005-09-20 Thread Ron Cozad
I am only getting the first 3k of an upload file. If the file is less than 3k, the multipart boundaries are structured properly, otherwise, I never get the end of the file or the ending boundary. I did binmode(STDIN); but still not getting the whole file. Running Tomcat 4.1.31 and IE brows

File Upload problem with cgi perl script

2005-09-19 Thread Ron Cozad
I am only getting the first 3k of an upload file. If the file is less than 3k, the multipart boundaries are structured properly, otherwise, I never get the end of the file or the ending boundary. I did binmode(STDIN); but still not getting the whole file. Running Tomcat 4.1.31 and IE brows

RE: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-14 Thread Xia, Hong
as non CA root? -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 1:51 PM To: Tomcat Users List Subject: Re: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake Xia, Hong wrote: > Hi, Mark, &g

Re: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-14 Thread Mark Thomas
Xia, Hong wrote: Hi, Mark, I have the both server and client .cer imported to cacerts but the problem persists commands to generate the server and client key: Keytool -genkey -alias server -keyalg RSA -keystore serverstore.jks Keytool -genkey -alias client -keyalg RSA -keystore clientstore.jks

RE: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-14 Thread Xia, Hong
sage- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 5:12 PM To: Tomcat Users List Subject: Re: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake Hector Adolfo Alonso wrote: > Hi Xia: >I think you cannot use

RE: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-14 Thread Xia, Hong
: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake Hector Adolfo Alonso wrote: > Hi Xia: >I think you cannot use an self-signed certificate (as keytool > generates) for mutual authentication. > User certificate's certificate autho

Re: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-13 Thread Mark Thomas
Hector Adolfo Alonso wrote: Hi Xia: I think you cannot use an self-signed certificate (as keytool generates) for mutual authentication. User certificate's certificate authority signer shoul be the same that signs the server certificate. In this case, the server certificate is self-signed. On

Re: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-13 Thread Hector Adolfo Alonso
() http-443-Processor25, called close() http-443-Processor25, called closeInternal(true) Has anyone know why does this error happen? I am suspecting that IE6 has a problem with the imported client.cer file but I am not able to pinpoint it. Your help will be very much appreciated. Hong

Re: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-13 Thread Mark Thomas
Xia, Hong wrote: Thanks for your help Mark. When I imported the client cert, I pick the 'Automatically select the certificate store ...' option and the certificate appeared under the Trusted Root. I tried to place the certificate under Personal and Other People but the certificate did not app

RE: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-13 Thread Xia, Hong
after the import. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 2:56 PM To: Tomcat Users List Subject: Re: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake Xia, Hong wrote: > Hello, >

Re: SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-13 Thread Mark Thomas
happen? I am suspecting that IE6 has a problem with the imported client.cer file but I am not able to pinpoint it. Your help will be very much appreciated. Hong You need to import the client cert as a user cert, not as a trusted root certificate. Mark

SSL mutual communication problem with Tomcat5 --- Remote host closed connection during handshake

2005-09-13 Thread Xia, Hong
suspecting that IE6 has a problem with the imported client.cer file but I am not able to pinpoint it. Your help will be very much appreciated. Hong

RE: problem with tomcat manager's deploy command

2005-09-13 Thread rahul
omcat Users List Subject: RE: problem with tomcat manager's deploy command > From: rahul [mailto:[EMAIL PROTECTED] > Subject: RE: problem with tomcat manager's deploy command > > Tomcat Manager's undeploy command, which I run from ant > is not cleaning some of the jar f

RE: problem with tomcat manager's deploy command

2005-09-13 Thread Caldarale, Charles R
> From: rahul [mailto:[EMAIL PROTECTED] > Subject: RE: problem with tomcat manager's deploy command > > Tomcat Manager's undeploy command, which I run from ant > is not cleaning some of the jar files in my application's lib folder > However no error shown on ant

RE: problem with tomcat manager's deploy command

2005-09-13 Thread Allistair Crossley
Message- > From: rahul [mailto:[EMAIL PROTECTED] > Sent: 13 September 2005 14:23 > To: Tomcat Users List > Subject: RE: problem with tomcat manager's deploy command > > > Thanks Charles, > > Now I am defining my application context in a separate file > under ME

RE: problem with tomcat manager's deploy command

2005-09-13 Thread rahul
lib folder However no error shown on ant prompt. This is how I am using undeploy command in ant script any suggestions? -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 7:50 PM To: Tomcat Users List Subject: RE: pr

RE: problem with tomcat manager's deploy command

2005-09-12 Thread Caldarale, Charles R
> From: rahul [mailto:[EMAIL PROTECTED] > Subject: problem with tomcat manager's deploy command > > If I remove this context tag from "server.xml" then the deploy > command works fine. > > But I want to keep this information in "server.xml" and

problem with tomcat manager's deploy command

2005-09-12 Thread rahul
Hi all, I am trying to use Tomcat Manager's deploy command using Ant script to deploy a web application. The command doesn't work in case there is an entry in tomcat configuration file "server.xml" for my application like ... ... which I am using for connection pooling purpose. on running tomca

Problem with error.jsp (via JSF)

2005-09-07 Thread David Thielen
Hi; In my web.xml I have: java.lang.Throwable /error.jsp Most of my jsp pages are in a pages subdirectory. So when an excpetion is thrown in say /pages/order.faces (order.jsp), I am sort-of in that subdirectory.

Re: Big problem with running tomcat

2005-09-02 Thread David Rees
On 9/2/05, jmail <[EMAIL PROTECTED]> wrote: > > I would like to make something like virtual hosts using apache and tomcat, > but some > virtual host should take tomcat for reply. You need to use mod_jk. Look at the docs for it and the solution will become clear. -Dave --

Re: Big problem with running tomcat

2005-09-02 Thread jmail
yeah I have try to do this and then I can't use tomcat or apache. I still need to use those together. :/ jmail Wiadomość Oryginalna Od: bachoo jahnkar <[EMAIL PROTECTED]> Do: Tomcat Users List Data: Fri, 2 Sep 2005 11:18:31 -0700 (PDT) Temat: Re: Big problem with run

Re: Big problem with running tomcat

2005-09-02 Thread bachoo jahnkar
Change the port in server.xml to 80. That should solve your problem. jmail <[EMAIL PROTECTED]> wrote:Hi. I have downloaded and install Tomcat 5.5.11 for my desktop where I've got Apche Server 2.0.54. And wright now I've got redirected domain jmailssoftware.tk. and the domain is redirected to

Big problem with running tomcat

2005-09-02 Thread jmail
Hi. I have downloaded and install Tomcat 5.5.11 for my desktop where I've got Apche Server 2.0.54. And wright now I've got redirected domain jmailssoftware.tk. and the domain is redirected to the jmail.kicks-ass.org which is Dynamic DNS free subdomain. So I can't give anybody the URL li

RE: Problem with file upload corruption.

2005-08-30 Thread Richard Mixon (qwest)
at inspects the uploaded HTML file for invalid characters and notifies the user if any are found. Hope this helps someone else - Richard -Original Message- From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 7:26 PM To: 'tomcat-user@jakarta.apache.org&#x

Problem with file upload corruption.

2005-08-30 Thread Richard Mixon (qwest)
ailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 7:03 PM To: tomcat-user@jakarta.apache.org Subject: Problem with file upload corruption. We have a JSP/servlet combo that uses the OReilly MultiPartRequest to upload a users HTML template for our application. Invariably they end up with some un

Problem with file upload corruption.

2005-08-29 Thread [EMAIL PROTECTED]
We have a JSP/servlet combo that uses the OReilly MultiPartRequest to upload a users HTML template for our application. Invariably they end up with some unusual characters in their template - sometimes from pasting in text from MS Word or other similar application. For some reason a single charact

Problem with navigating a struts based webapp after logging in

2005-08-04 Thread Sujit Gangadharan
Hi We have a struts based web application running under Tomcat 4.1.12. There is this random issue that happens with certain users. The user logs in using the domain name, say http://www.xyz.com, he gets redirected to https://www.xyz.com. After the user logs in, he gets kicked out back to login

Problem with autocommit in connection-pool on tomcat

2005-08-02 Thread starki78
Hi, my example works but I cannot set the autocommit parameter to false, but this is quite important to me. Can someone give me advice? Thanks Starki validationQuery select * from dual maxWait 5000 maxActive 4 password xtest url jdbc:oracle:thin:@xinfosap.w1:1521:orcl;autocommit=fals

HELP: Problem with tomcat559 in XP machine

2005-08-02 Thread dummy
But I m not using the http connector. I m using Apache and mod_jk. I disabled the http connectot. -Original Message- From: Lintang JP [mailto:[EMAIL PROTECTED] Sent: Monday, August 01, 2005 2:17 PM To: Tomcat Users List Subject: Re: Problem with tomcat559 in XP machine maybe U should

RE: Problem with tomcat559 in XP machine

2005-07-31 Thread dummy
But I m not using the http connector. I m using Apache and mod_jk. I disabled the http connectot. -Original Message- From: Lintang JP [mailto:[EMAIL PROTECTED] Sent: Monday, August 01, 2005 2:17 PM To: Tomcat Users List Subject: Re: Problem with tomcat559 in XP machine maybe U should

Re: Problem with tomcat559 in XP machine

2005-07-31 Thread Lintang JP
maybe U should increase the AcceptCount parameter in Connector..it's inside server.xml Tomcat will wait until there's a resource finish their task if the AcceptCount parameter reached, so it's hanged. By increasing it, U should get more AcceptCount. Regards On 8/1/05, dummy <[EMAIL PROTECTED]

Problem with tomcat559 in XP machine

2005-07-31 Thread dummy
Tomcat 5.5.9 hanged and when I do a netstat under Windows XP, I saw port 8009 with a long list and all user can't access. Is this tomcat problem or windows ? Active Connections Proto Local Address Foreign AddressState TCPtc:3376localhost:8009 ES

Re: Problem with Jasper-Need your help

2005-07-27 Thread Panagiotis Karvounis
AIL PROTECTED]> wrote: > So is there anybody that can help me? > > Please guys...I don't know what to do. > > On 7/27/05, Panagiotis Karvounis <[EMAIL PROTECTED]> wrote: > > It didn't work again! > > > > I have almost the same problem with all

Re: Problem with Jasper-Need your help

2005-07-27 Thread Panagiotis Karvounis
So is there anybody that can help me? Please guys...I don't know what to do. On 7/27/05, Panagiotis Karvounis <[EMAIL PROTECTED]> wrote: > It didn't work again! > > I have almost the same problem with all my JSP pages(Servlets work ok). > I think is

Re: Problem with Jasper-Need your help

2005-07-27 Thread Panagiotis Karvounis
It didn't work again! I have almost the same problem with all my JSP pages(Servlets work ok). I think is a Tomcat problem;The method handlePageException(Exception) in the type PageContext is not applicable for the arguments (Throwable) I went to servlet code produced and I changed &

RE: Problem with Jasper-Need your help

2005-07-27 Thread Raghupathy,Gurumoorthy
MAIL PROTECTED] Sent: 27 July 2005 13:23 To: tomcat-user@jakarta.apache.org Subject: Problem with Jasper-Need your help Hi.I am new with Tomcat and JSP and I need your help. I am trying the following simple jsp: JSP Expressions JSP Expressions Current time: <%= new java.util.Date(

Problem with Jasper-Need your help

2005-07-27 Thread Panagiotis Karvounis
Hi.I am new with Tomcat and JSP and I need your help. I am trying the following simple jsp: JSP Expressions JSP Expressions Current time: <%= new java.util.Date() %> Your hostname: <%= request.getRemoteHost() %> Your session ID: <%= session.getId() %> The testParam form parameter: <%= requ

Re: Problem with refreshing JSP

2005-07-21 Thread Travis Stevens
The other thing to note about reloading JSPs is that tomcat 5.5 seems to copy ones web context directory into its own webapps directory. Any changes to the original JSPs will not show up unless you physically copy the JSP from the original directory to the webapps directory. I haven't obs

Re: binary streaming / content-type problem with mod_jk ?

2005-07-21 Thread Jérôme Chauvin
Thanks for your answer Henri :) I agree with you, finally I don't think the problem comes from mod_jk It may be Apache (using mod_jk and Tomcat) like described by Stuart Hynd in his post on this page : http://www.junlu.com/msg/107218.html Or, perhaps, QuickTime 6 which is more "weaker" than QT7

Re: Problem with refreshing JSP

2005-07-20 Thread Christoph Kutzinski
Travis Stevens wrote: The other thing to note about reloading JSPs is that tomcat 5.5 seems to copy ones web context directory into its own webapps directory. Any changes to the original JSPs will not show up unless you physically copy the JSP from the original directory to the webapps directo

Re: Problem with refreshing JSP

2005-07-20 Thread Travis Stevens
The other thing to note about reloading JSPs is that tomcat 5.5 seems to copy ones web context directory into its own webapps directory. Any changes to the original JSPs will not show up unless you physically copy the JSP from the original directory to the webapps directory. I use the maven:i

Re: binary streaming / content-type problem with mod_jk ?

2005-07-20 Thread Jérôme Chauvin
Any ideas ? It would be helpful :) Thanks, Jérôme Chauvin Le 19 juil. 05, à 10:09, Jérôme Chauvin a écrit : Hi all ! I've developed a servlet ("BinaryStreaming" based on "StreamingContent" by Raj Behera) which does a binary stream of a mpeg video file which is created progressively (by anot

binary streaming / content-type problem with mod_jk ?

2005-07-19 Thread Jérôme Chauvin
Hi all ! I've developed a servlet ("BinaryStreaming" based on "StreamingContent" by Raj Behera) which does a binary stream of a mpeg video file which is created progressively (by another servlet/software/Unix command/... not important ) and finally read and played by Quicktime. I use Apache a

Re: binary streaming / content-type problem with mod_jk

2005-07-18 Thread Jérôme Chauvin
Hi all ! I've developed a servlet which does a binary stream of a mpeg video file which is created progressively (by another servlet/software/Unix command/... ) and finally read and played by Quicktime. I use Apache and Tomcat so I've installed mod_jk All work well but... : If I go on htt

Strange problem with tomcat 5.5.9

2005-07-14 Thread Paulo Neves
Hi all, I've a strange problem with my tomcat. When I have a network problem with my router my tomcat that is install in another machine reload webapps (balancer, manager, admin ) except my webapp. If i run tomcat manager and see webapps list, manager said that webapp is running but is no

initial problem with tomcat

2005-07-13 Thread Antonio Albendiz
When I´m running Apache Tomcat I have this problem with Apache. Do you know Why ??? org.apache.tomcat.util.net.PoolTcpEndpoint acceptSocket GRAVE: El Punto Final (Endpoint) [SSL: ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8443]] ignoró excepción: java.net.SocketException: SSL handshake

Re: Problem with refreshing JSP

2005-07-12 Thread Christoph Kutzinski
Rob Hills wrote: Hi Rahul, On 12 Jul 2005 at 8:19, Rahul Joshi wrote: It is Tomcat that has these compiled files which it continues to read from work/Catalina/localhost/ instead of the new ones. The questions is how do we make Tomcat clear or over-write these stored compiled files. If you

Re: Problem with refreshing JSP

2005-07-12 Thread Rob Hills
Hi Rahul, On 12 Jul 2005 at 8:19, Rahul Joshi wrote: > It is Tomcat that has these compiled files which it continues to read > from work/Catalina/localhost/ instead of the new ones. The questions > is how do we make Tomcat clear or over-write these stored compiled > files. If you set the "Reloa

Re: Problem with refreshing JSP

2005-07-12 Thread Rahul Joshi
it the browser or tomcat ? if it is the browser then you need to add the no-cache headers to the response regards Guru - Original Message - From: "Rahul Joshi" To: Sent: Tuesday, July 12, 2005 1:50 AM Subject: Problem with refreshing JSP > Hello: > > I am using

Problem with Tomcat Service when Tomcat Installation pathname has double byte characters

2005-07-11 Thread Rakesh Pandit
We are using Tomcat 4.1 as a service. The service calls and runs the tomcat.exe correctly so long the tomcat installation pathname has ASCII characters only. But moment we install the Tomcat in a pathname that has double bytes, the tomcat.exe invoked by the service fails to run ? Any id

Re: Problem with development cycle (5.5.9)

2005-07-11 Thread Carlos A. Carnero Delgado
Hello Robert, On 7/8/05, Robert Parsons <[EMAIL PROTECTED]> wrote: > Hi Carlos, > > I had exactly the same problem as you. To fix it I put > a 'context.xml'... yup, that works. I don't like the fact that I lose "directory independence" since now the build directory is "hardwired" but it's defini

Re: Problem with refreshing JSP

2005-07-11 Thread Gurumoorthy
Well, Is it the browser or tomcat ? if it is the browser then you need to add the no-cache headers to the response regards Guru - Original Message - From: "Rahul Joshi" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 12, 2005 1:50 AM Subject: Problem with refresh

Problem with refreshing JSP

2005-07-11 Thread Rahul Joshi
Hello: I am using Tomcat5.5.7 with Eclipse environment. The problem I was facing was that inspite of changing or deleting & re-copying and compiling a JSP page (after re-starting the tomcat server), the browser was reading the old compiled file from work/Catalina/localhost/... I solved the

Problem with PNG files and

2005-07-10 Thread Dean Searle
Hello Everyone, Hope everyone is having a great weekend. I'm new at posting to the group but have been watching the serv list for a few years now. I usually can find my answers by googling or searching the archive, but I think I might have run upon something that I have not been able to find yet.

Re: Problem with development cycle (5.5.9)

2005-07-08 Thread Robert Parsons
Hi Carlos, I had exactly the same problem as you. To fix it I put a 'context.xml' in my 'public_html/META-INF' folder. The contents of the file looked like this: That seems to make tomcat load the application from the build folder rather than copying it into its own folder. I hope

Problem with development cycle (5.5.9)

2005-07-08 Thread Carlos A. Carnero Delgado
Hello, I've been developing on the 4.x series and the 5.0.x series for a while, using more or less the Jakarta suggested Ant build.xml script and their source organization (I think it's a de facto standard along with Blueprint's.) Anyway, I started testing a new workflow using J2SDK 5 and the late

Problem with SSL / JSSE in Tomcat using a PKCS12_truststore_ - a curly one

2005-06-29 Thread Nigel Smith
Hi there, I'm having trouble with an interesting problem. I have a keystore and a truststore setup, both as pkcs12 stores. I'm telling tomcat about the keystore by something like the following code (I actually do it in spring, and so I've translated it into plain java code here for simplicity

Re: Better explained of my problem with renaming a file in Tomcat

2005-06-22 Thread Kam Lung Leung
Hi, Thank to stdunbar for pointing out the problem that I was having. It turns out that the /tmp and the /alert_messages ware mounted on two different nodes in the file system. After changing the directory for writing the temporary audio file to be the same as the /alert_messages directory. The

Re: Better explained of my problem with renaming a file in Tomcat

2005-06-22 Thread Kam Lung Leung
Hi Jason, Thank very much for helping me to solve this issue. Only the jakarta-tomcat-4.1.30 contains servlet named RenameFile. The other version of tomcat ( jboss-3.2.1_tomcat-4.1.24) is embedded in the Jboss. This version of tomcat does not contais the servlet named RenameFile. A color coded

Re: Better explained of my problem with renaming a file in Tomcat

2005-06-22 Thread Jason Bainbridge
On 6/22/05, Kam Lung Leung <[EMAIL PROTECTED]> wrote: > Hi, > > I have a servlet, RenameFile, that receives audio file via HTTP Post I should have read your post better and realized there was no Java method for RenameFile as that is what I wrongly assumed... How exactly are you ceating the direc

Better explained of my problem with renaming a file in Tomcat

2005-06-22 Thread Kam Lung Leung
Hi, I have a servlet, RenameFile, that receives audio file via HTTP Post and writes it to /tmp/recording.0002002B-0C0022BB-0001.1.20050622.073208.wav. Then it creates directories under /alert_messages directory based on the timing parameters that it get. Finally, it renames the /tmp/recording.000

Problem with apache 2.0.46 and jakarta connector 1.2.13

2005-06-21 Thread Jarkka Kivikanta
Hi, I'm having a very strange problem with the connector. It creates only one connection and after this it does not create any additional connections. In the mod_jk.log I only get : [Tue Jun 21 16:16:12 2005] [13609:34976] [debug] ajp_done::jk_ajp_common.c (2046): recycling connection

Problem with jakarta-connector

2005-06-14 Thread Jarkka Kivikanta
Hi all, I am having problems with the jakarta-connector version 1.2.13 and tomcat 5.5.9. The apache version is Apache/2.0.46 (White Box). I have the following configuration in httpd.conf: LoadModule jk_module "/usr/lib/httpd/modules/mod_jk .so" JkWorkersFile /etc/httpd/conf/workers.properti

Problem with jakarta-connector

2005-06-14 Thread Jarkka Kivikanta
Hi all, I am having problems with the jakarta-connector version 1.2.13 and tomcat 5.5.9. The apache version is Apache/2.0.46 (White Box). I have the following configuration in httpd.conf: LoadModule jk_module "/usr/lib/httpd/modules/mod_jk.so" JkWorkersFile /etc/httpd/conf/workers.properties

Problem with the connector

2005-06-14 Thread Jarkka Kivikanta
Hi all, I am having problems with the jakarta-connector version 1.2.13 and tomcat 5.5.9. The apache version is Apache/2.0.46 (White Box). I have the following configuration in httpd.conf: LoadModule jk_module "/usr/lib/httpd/modules/mod_jk.so" JkWorkersFile /etc/httpd/conf/workers.properties

Problem with the connector

2005-06-14 Thread Jarkka Kivikanta
Hi all, I am having problems with the jakarta-connector version 1.2.13 and tomcat 5.5.9. The apache version is Apache/2.0.46 (White Box). I have the following configuration in httpd.conf: LoadModule jk_module "/usr/lib/httpd/modules/mod_jk.so" JkWorkersFile /etc/httpd/conf/workers.properties

Re: Vexing problem with Tomcat 5.0.28/Pointbase/JNDI/ConnectionPooling

2005-06-12 Thread Suraj Sashidharan
Hi Doug, Your suggestion is right on the money. Everything works well now. Thanks a lot! Regards, Suraj. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Vexing problem with Tomcat 5.0.28/Pointbase/JNDI/ConnectionPooling

2005-06-12 Thread Suraj Sashidharan
anks again! From: David Smith <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: Tomcat Users List Subject: Re: Vexing problem with Tomcat 5.0.28/Pointbase/JNDI/ConnectionPooling Date: Sun, 12 Jun 2005 13:49:52 -0400 This tells me a lot: > Caused by: java.sql.SQLException: No

Re: Vexing problem with Tomcat 5.0.28/Pointbase/JNDI/ConnectionPooling

2005-06-12 Thread David Smith
This tells me a lot: > Caused by: java.sql.SQLException: No suitable driver Make sure the driver .jar file is in common/lib and the driverClassName parameter of your element references the correct driver class (don't use a DataSource class here). In your case, I think that should be 'com.poi

Re: Vexing problem with Tomcat 5.0.28/Pointbase/JNDI/ConnectionPooling

2005-06-11 Thread Parsons Technical Services
aturday, June 11, 2005 5:38 PM Subject: Vexing problem with Tomcat 5.0.28/Pointbase/JNDI/ConnectionPooling Hi all, Tomcat 5.0.28 with Pointbase - Trying to obtain a database connection from the DataSource. I saw a zillion places in the web where they've discussed a problem quite sim

Vexing problem with Tomcat 5.0.28/Pointbase/JNDI/ConnectionPooling

2005-06-11 Thread Suraj Sashidharan
Hi all, Tomcat 5.0.28 with Pointbase - Trying to obtain a database connection from the DataSource. I saw a zillion places in the web where they've discussed a problem quite similar to the exception shown below BUT, none exactly like what I'm experiencing. And by the way, I couldn't e

Problem with the Admin-Page

2005-06-11 Thread Oskar Eyb
Hello! I started the server with cd /usr/local/jakarta-tomcat5.0/bin && sh catalina.sh run I can login in the Tomcat Manager (with the in conf/tomcat-users.xsml defined user & pass) and run the "Servlet Examples with Code" successfully. This is Apache Tomcat/5.0.30 with JVM 1.4.2_08-b03 o

Re: Problem with security?

2005-06-10 Thread Nikola Milutinovic
Gagnon, Joseph M (US SSA) wrote: Did I not say that I'm new to this? I made no mention to whether or not I was trying to make it secure. This is only meant to be used within my company's intranet and my intention was to take the user account and then compare it with a set of registered users in

SOLVED: UTF-8 Problem with Tomcat 5.0.27 and POST

2005-06-10 Thread Bernhard v. Fromberg
Hi, thanks to all who tried to help. In my case the fault was, the Character Encoding filter was not the first filter in the queue. The other hints: Setting the URIEncoding in the connectors and so on are useful as well. Sometimes you also must set the environment variable LC_CTYPE to something l

Re: UTF-8 Problem with Tomcat 5.0.27 and POST

2005-06-10 Thread Bernhard v. Fromberg
Sorry, I was off for a while. It seems my problem comes in with Java1.5. I am not sure. I tried to set it up as shown below. Solves the GET problem. I use a filter. Solves nothing. I set it up in the struts-config file. No effect. It seems that something in between sets the request input stream

Re: Problem with security?

2005-06-10 Thread Mark
Not if you are using mutually authenticated SSL. On 6/10/05, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Gagnon, Joseph M (US SSA) > [mailto:[EMAIL PROTECTED] > > Subject: Problem with security? > > > > I have a situation where I want to be able

Re: Problem with security?

2005-06-10 Thread Robert r. Sanders
can provide information on how to do this (keep in mind I'm new at this), please let me know. -Original Message- From: Robert Harper [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 10:59 AM To: 'Tomcat Users List' Subject: RE: Problem with security? -

Re: Problem with security?

2005-06-10 Thread Patrick Thomas
many different ways it can be done) to perform user authentication. > > If anyone can provide information on how to do this (keep in mind I'm > new at this), please let me know. > > -Original Message- > From: Robert Harper [mailto:[EMAIL PROTECTED] > Sent: Friday,

RE: Problem with security?

2005-06-10 Thread Robert Harper
9:19 AM To: Tomcat Users List Subject: RE: Problem with security? Did I not say that I'm new to this? I made no mention to whether or not I was trying to make it secure. This is only meant to be used within my company's intranet and my intention was to take the user account and then

RE: Problem with security?

2005-06-10 Thread Gagnon, Joseph M \(US SSA\)
new at this), please let me know. -Original Message- From: Robert Harper [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 10:59 AM To: 'Tomcat Users List' Subject: RE: Problem with security? I think you have missed the point that you cannot get user information unless the

RE: Problem with security?

2005-06-10 Thread Robert Harper
From: Gagnon, Joseph M (US SSA) [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 8:43 AM To: Tomcat Users List Subject: RE: Problem with security? I believe I've covered that all in my original message. Read further. -Original Message- From: egan0019 [mailto:[EMAIL PROTECTE

RE: Problem with security?

2005-06-10 Thread Gagnon, Joseph M \(US SSA\)
I believe I've covered that all in my original message. Read further. -Original Message- From: egan0019 [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 10:10 AM To: Tomcat Users List Subject: Re: Problem with security? Look into the ServletRequest interface. That inte

Re: Problem with security?

2005-06-10 Thread egan0019
Look into the ServletRequest interface. That interface, which is extended in HttpServletRequest. You can call the getRemoteAddr(), getRemoteHost(), etc. methods. You receive null in your getRemoteUser because the user hasn't been 'authenticated' yet. On 10 Jun 2005, Gagnon, Joseph M (US SSA)

RE: Problem with security?

2005-06-10 Thread Peter Crowther
> From: Gagnon, Joseph M (US SSA) > I have a situation where I want to be able to provide user > access to an > application by determining the identity of the requesting > user, without > them having to go through a login procedure. OK. So what identity can the browser present that you wish to

RE: Problem with security?

2005-06-10 Thread Caldarale, Charles R
> From: Gagnon, Joseph M (US SSA) [mailto:[EMAIL PROTECTED] > Subject: Problem with security? > > I have a situation where I want to be able to provide user access > to an application by determining the identity of the requesting > user, without them having to go through

Problem with security?

2005-06-10 Thread Gagnon, Joseph M \(US SSA\)
Hello, I'm new to JSP development (and to dynamic web development as a whole) so please bear with me. I'm investigating using JSP/Java for a project at my workplace. My system (test server, if you will) is a PC running Windows XP Pro and I am using Tomcat 5.5.9. I have a situation where I want

Problem with mpm/mod_jk/Tomcat Configuration

2005-06-08 Thread Andreas Oesterer
Under high load, the loadbalancing seems to "forget" session affinity and users have to log in again. Apache 2.0.54 with mod_mpm mod_jk 1.2.8 14 Tomcat 4.1.31 instances The MaxClient setting seems to be causing most of these troubles. I don't exactly understand how the mpm and Tomcat settings are

Problem with mod_mpm / mod_jk / Tomcat Configuration

2005-06-08 Thread Andreas Oesterer
Under high load, the loadbalancing seems to "forget" session affinity and users have to log in again. Apache 2.0.54 with mod_mpm mod_jk 1.2.8 14 x Tomcat 4.1.31 instances The MaxClient setting seems to be causing most of these troubles. I don't exactly understand how the mpm and Tomcat settings a

Problem with Tomcat 5.0.28 and big POSTs

2005-06-06 Thread Miguel Gesteiro
Hello everybody, we are having a strange problem with Tomcat getting big POSTs: Linux (FC3) Tomcat 5.0.28 SSL with a test certificate We have written a servlet with only the "doPost" method wich receives POSTs with a lot of parameters, 8 different (fixed) and all the rest repeated

Problem with Managed Bean

2005-06-02 Thread Stefan Parnet
Hello, I wrote a new UserDatabase Class which meets better our needs. I used Tomcat 5.0 with Java 1.4. Everthing worked fine. Now I want to use Tomcat 5.5 with Java 1.5. I now get the following Exception: SCHWERWIEGEND: Exception creating UserDatabase MBeans for UserDatabase javax.managemen

Re: Problem with precompiled JSP's (2nd Try)

2005-05-31 Thread Tim Funk
My guess is you are missing the tomcat 4 version of jasper-runtime.jar in your web-inf/lib dir. If your precompile a webapp with tomcat 4 code(or I assume jetty uses jasper as its JSP engine). You need to supply jasper-runtime.jar with your webapp if you run it on a container running tomcat 5

  1   2   3   4   5   6   7   8   9   10   >