Re: confusion of tomcat downloading

2005-11-30 Thread Seak, Teng-Fong
Caldarale, Charles R wrote: >>From: blueberry lake [mailto:[EMAIL PROTECTED] >>Subject: Re: confusion of tomcat downloading >> >>Someone told me before that combine apache and tomcat >>together and run tomcat behind apahce can kind of >>improve the security of the website. >> >> > >Urban le

Re: Solved JSVC Daemon Permissions

2005-11-30 Thread wapace
Well ... now I know why no one responded to this one . . . While my init.d script was changing ownership of tomcat's directories and files to user "tomcat", it wasn't handling file permissions. Very simple fix was to run chmod recursively on the directory setting the permissions properly and

Re: Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.

2005-11-30 Thread wapace
netstat (or your distribution's equivalent command) should do the trick. > > From: blueberry lake <[EMAIL PROTECTED]> > Date: 2005/11/30 Wed PM 03:34:58 EST > To: Tomcat Users List > Subject: Re: Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and > tomcat 5.0.28 on unix > > Finall

Recursive Tagfile and JSP Precompilation

2005-11-30 Thread Peter L
Hello, I'm trying to precompile JSP's for a JBoss(4.0.1) / Tomcat(5.0) server and everything is cool except I get a ClassNotFoundException when a Recursive Tagfile is encountered [jasper2] SEVERE: ERROR-the file '\WEB-INF\pages\templates\resolveResultsDialog.jsp' generated the following genera

RE: Problem with default context when moving from 5.5.7 to 5.5.12

2005-11-30 Thread Caldarale, Charles R
> From: Jason Burrows [mailto:[EMAIL PROTECTED] > Subject: Problem with default context when moving from 5.5.7 to 5.5.12 > > Previously, I had a context.xml file in my tomcat\conf directory with > this context tag (removed sub elements for brevity): > > crossContext="true"> > > > This worked

RE: JDBC/MySQL user login goes stale

2005-11-30 Thread Rajiv Singla
David, I was having the same problem. autoReconnect=true does not work because it has been deprecated. Timeout is due to default setting of 'interactive_timeout' and 'wait_timeout' properties in config file (my.ini) under MySql server, which is 28800 secs or 8 hours. I have put the follo

RE: Deploying in ROOT folder using a war file

2005-11-30 Thread Caldarale, Charles R
> From: Vivek Mohan [mailto:[EMAIL PROTECTED] > Subject: Re: Deploying in ROOT folder using a war file > > Tomcat is extracting the files to localhost/_ because thats where it > knows it has to extract anything from the ROOT application. However, that's true only if using the unpackWARs="false"

RE: SSL Information 5.5.12

2005-11-30 Thread Caldarale, Charles R
> From: Scott Purcell [mailto:[EMAIL PROTECTED] > Subject: SSL Information 5.5.12 > > Evidently the tcnative-1.dll had issues. Besides the configuration differences, there was also a problem reported with using the new APR native library on 64-bit platforms. I don't remember if or how that was

RE: admin tool?

2005-11-30 Thread Caldarale, Charles R
> From: Scott Purcell [mailto:[EMAIL PROTECTED] > Subject: admin tool? > > Is this a valid module, I see if on the Apache Downloads > page. And if so it appears that most threads are from people > who cannot get it installed. So does it work, and is it > installed easily, or should one just bu

Re: Deploying in ROOT folder using a war file

2005-11-30 Thread Vivek Mohan
Tomcat is extracting the files to localhost/_ because thats where it knows it has to extract anything from the ROOT application. -- Vivek. On 12/1/05, Gautam Gothoskar <[EMAIL PROTECTED]> wrote: > Mark, > I have deleted the ROOT folder from the webapps > directory. I have the unpackWARs set to

Re: How to deploy my webapp as root context webapp without tomcat loading it twice?

2005-11-30 Thread Vivek Mohan
Like I mentioned in my problem statement: I don't want to move my application into ROOT folder or rename it to ROOT. And unlike as you said Mark, putting autoDeploy=false doesn't help in this case. Is this (loading a webapp twice if the context path and the docBase path is different) a feature of

SSL Information 5.5.12

2005-11-30 Thread Scott Purcell
First off, thank you Wendy for the link for searching the archives http://www.nabble.com/SSL-Setup-t536274.html#a1446749 After two days of posting that I was having issues with SSL on Tomcat 5.5.12 and that I would get no log files, etc, I searched up and down the archives, and found the problem

admin tool?

2005-11-30 Thread Scott Purcell
I am using Tomcat 5.5.12 on XP. I am having a bad time trying to get SSL up and working. Anyway, after days of searching, I have found some threads where people are using the "admin" tool or something like this, to install the certificates, etc. Problems with this install start off at no logs ge

Re: mailing list question

2005-11-30 Thread Wendy Smoak
On 11/30/05, Scott Purcell <[EMAIL PROTECTED]> wrote: > > Is there a searchable Tomcat mailing list? I posted a question a while back > and was hoping to re-read it? I found many sites, but none look like the > real Tomcat mailing list. My new favorite place to search is Nabble, because I can s

mailing list question

2005-11-30 Thread Scott Purcell
Is there a searchable Tomcat mailing list? I posted a question a while back and was hoping to re-read it? I found many sites, but none look like the real Tomcat mailing list. The latest google search brought me here http://mail-archives.apache.org/mod_mbox/tomcat-dev/200511.mbox/date and that

Re: Certificate Revocation Lists in Tomcat 5.5

2005-11-30 Thread Martin Gainty
The answer here is "definite maybe" If the certificate issuer does not support Online Certificate Status Protocol (OCSP) Then there is no ability to verify that the certificate is invalid as the ability to determine 'revoked status' in itself fails To this day this is a known bug with CRLs and

Recursive Tagfile and JSP Precompilation

2005-11-30 Thread Peter L
Hello, I'm trying to precompile JSP's for a JBoss(4.0.1) / Tomcat(5.0) server and everything is cool except I get a ClassNotFoundException when a Recursive Tagfile is encountered [jasper2] SEVERE: ERROR-the file '\WEB-INF\pages\templates\resolveResultsDialog.jsp' generated the following genera

Problem with default context when moving from 5.5.7 to 5.5.12

2005-11-30 Thread Jason Burrows
Hi all - I have recently upgraded from Tomcat 5.5.7 to 5.5.12 and now I am having problems getting my default context to work correctly. I very well may have been doing this incorrectly the first time, but I still need to figure out how to get it working again. In this specific case, I am trying

RE: File Download not working for anchor tags

2005-11-30 Thread GB Developer
Display and generation are two separate issues and I'm confused about which is which for the OP. does the anchor tag link to an actual real file on the filesystem somewhere, like: click to download or are you linking to a dynamically generated file, as from a servlet: click to download in the

Re: Tomcat 5.5.12- APR Connector - SSL configuration

2005-11-30 Thread Remy Maucherat
On 12/1/05, Nate Rock <[EMAIL PROTECTED]> wrote: > debug="5" > maxHttpHeaderSize="8192" > maxThreads="150" > minSpareThreads="25" > maxSpareThreads="75" > enableLookups="false" > disableUploadTimeout="true" > acceptCount="100" >

Re: File Download not working for anchor tags

2005-11-30 Thread Mark Thomas
Mike wrote: I'm using a JSP page for displaying the anchor actually. The anchor is linked to a file, either a .xls or .csv file. Mike In which case, the default servlet will be responsible for serving the content. I'll go and take a look at the changes between 4.1.18 and 4.1.31. Ma

Re: File Download not working for anchor tags

2005-11-30 Thread Mike
I'm using a JSP page for displaying the anchor actually. The anchor is linked to a file, either a .xls or .csv file. Mike At 04:09 PM 11/30/2005, you wrote: I assume you are using a servlet since JSPs always return a Content-Type. Try setting Content-Type in your servlet so the headers

Re: Tomcat 5.5.12- APR Connector - SSL configuration

2005-11-30 Thread Remy Maucherat
> Lines 639-650 of the org.apache.coyote.Http11AprProtocol.java > > // FIXME: SSL implementation > /* > if( proto.secure ) { > SSLSupport sslSupport=null; > if(proto.sslImplementation != null) >

RE: Help with session-timeout

2005-11-30 Thread Dave Morrow
Thanks Rob. I'll keep this investigation open. It's really annoying me. David A. Morrow Technical Systems Lead Autodata Solutions Company [EMAIL PROTECTED] http://www.autodata.net * PLEASE NOTE THAT EFFECTIVE DEC 1,2005 MY TELEPHONE NUMBER WILL CHANGE * NEW !!! Tel: (519) 963-3020 Fax: (519

Re: File Download not working for anchor tags

2005-11-30 Thread Mark Thomas
I assume you are using a servlet since JSPs always return a Content-Type. Try setting Content-Type in your servlet so the headers are identical. Mark Mike wrote: Hi Mark, I compared them and the Content-Type is not showing in 4.1.31. In 4.1.18 it shows as "text/plain". Thanks,

RE: Tomcat 5.5.12- APR Connector - SSL configuration

2005-11-30 Thread Nate Rock
Thx Remy, but still not working... I did however discover why it's not working so read on... Remy's comment about reading *all" the documentation highlights my point about the APR SSL documentation being unclear... According to the APR/SSL documentation on the Tomcat site, (and verified in the

Re: How to deploy my webapp as root context webapp without tomcat loading it twice?

2005-11-30 Thread Joe Riopel
Since this was brought up.. I moved my default ROOT folder out my webapps directory ( to a temp dir on my server ), because I wanted a different app to the be the default application. So I moved my application's direcotry to webapps/ROOT and everything has been working fine. Is there anything "wro

Re: File Download not working for anchor tags

2005-11-30 Thread Mike
Hi Mark, I compared them and the Content-Type is not showing in 4.1.31. In 4.1.18 it shows as "text/plain". Thanks, Mike Gilby At 02:47 PM 11/30/2005, you wrote: Assuming the content is the same, this has to be a headers issue. Try installing ieHTTPHeaders (or the erquivalent for

Re: Tomcat 5.5.12- APR Connector - SSL configuration

2005-11-30 Thread Remy Maucherat
On 11/30/05, Nate Rock <[EMAIL PROTECTED]> wrote: > All to no avail =( Cool, but how about really reading *all* the APR documentation. For example, there's a SSLEngine attribute, also. -- x Rémy Maucherat Developer & Consultant JBoss Group (Europe) SàRL xxx

Re: Deploying in ROOT folder using a war file

2005-11-30 Thread Gautam Gothoskar
Mark, I have deleted the ROOT folder from the webapps directory. I have the unpackWARs set to true in the host element in server.xml. My tomcat version is 4.1.24. What tomcat does is it loads up the servlet on startup as I have specified it in web.xml. It extracts the WEB-INF/classes and lib fo

Re: File Download not working for anchor tags

2005-11-30 Thread Mark Thomas
Assuming the content is the same, this has to be a headers issue. Try installing ieHTTPHeaders (or the erquivalent for your browser) and compare the differences between 4.1.18 and 4.1.31. Mark Mike wrote: Hello, I'm reposting this error for hopefully more help. I wrote before that I enco

Re: Deploying in ROOT folder using a war file

2005-11-30 Thread Mark Thomas
Gautam Gothoskar wrote: Hi Mark, Thanks for the quick reply. But in doing the way you have mentioned, tomcat does NOT expand the classes etc in the ROOT folder. The application does get loaded and work. I was wondering if there is any way that the war file could be expanded in the ROOT folder?

Re: apache + mod_jk + tomcat. Manager application problem

2005-11-30 Thread Markus Schönhaber
Mirek Kopriva wrote: > Hi I have a strange problem. > When I install tomcat + apache + mod_jk. Everything seems to work fine > (our application, examples...) except the tomcat's Manager application. > Anybody has an idea why? > I'm using > apache 2.0.52 > mod_jk 1.2.15 > rtomcat 5.5.12 > Thanks a l

File Download not working for anchor tags

2005-11-30 Thread Mike
Hello, I'm reposting this error for hopefully more help. I wrote before that I encountered a bug with the 4.1.31 version of Tomcat. When I use an anchor tag for a file, and I click on the link, it does not show the file download message "Do you want to open or save this file?" with the open

RE: apache + mod_jk + tomcat. Manager application problem

2005-11-30 Thread Nate Rock
How exactly is the Tomact Manager not working correctly? Does it not come up at all? Give you an error? Etc. More information = good ;) Also, are you using the normal Tomcat connector or the native APR connector? After I track down the HTTPS connector not working issue, I will be regression test

apache + mod_jk + tomcat. Manager application problem

2005-11-30 Thread Mirek Kopriva
Hi I have a strange problem. When I install tomcat + apache + mod_jk. Everything seems to work fine (our application, examples...) except the tomcat's Manager application. Anybody has an idea why? I'm using apache 2.0.52 mod_jk 1.2.15 rtomcat 5.5.12 Thanks a lot for any help.

Re: Tomcat 5.5.12- APR Connector - SSL configuration

2005-11-30 Thread Dhaval Patel
Hi Nate, Welcome aboard. I am waiting for the answer of this problem since a long time. I have searched this mailing list but no body answered it correctly. You can search on the list archive of Nov. 2005, you will find my messages. I have searched on google about it, but could not find anything

Tomcat 5.5.12- APR Connector - SSL configuration

2005-11-30 Thread Nate Rock
Someone may have already posted this, but since I just joined the mailing list, I figured it might help someone else if it hasn't already been sent. I am having trouble getting an HTTPS connection to my tomcat server using the native APR connector under Tomcat 5.5.12. I am familiar with how to s

RE: Error: Io exception: Connection reset

2005-11-30 Thread KUMAR, NANDA [AG-Contractor/1000]
Thanks once again. -Nanda -Original Message- From: Tobias Meyer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 2:51 PM To: 'Tomcat Users List' Subject: Re: Error: Io exception: Connection reset ValidationQuery does an additional query before the connection is returned fr

Re: Error: Io exception: Connection reset

2005-11-30 Thread Tobias Meyer
ValidationQuery does an additional query before the connection is returned from the pool. If the Validation fails, the pooled connection is dropped and a new connection is initiated. see: http://jakarta.apache.org/commons/dbcp/configuration.html Cheers, Tobias -Ursprüngliche Nachricht- V

RE: Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on unix

2005-11-30 Thread Nate Rock
Use the netstat command and it will show all network interfaces/ports being used on a machine. For more detailed options when using netstat, refer to the page below. http://userpages.umbc.edu/~jack/ifsm498/netstat.html -rOcK -Original Message- From: blueberry lake [mailto:[EMAIL PRO

Re: Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on unix

2005-11-30 Thread blueberry lake
Finally, I found the problem is that port 8009 is already used by some other application. I used another port, then everything works fine. Thank you both, martin and wapace! btw, do you know how to check if a port number has been used in UNIX? On 11/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]>

Re: Deploying in ROOT folder using a war file

2005-11-30 Thread Gautam Gothoskar
Hi Mark, Thanks for the quick reply. But in doing the way you have mentioned, tomcat does NOT expand the classes etc in the ROOT folder. The application does get loaded and work. I was wondering if there is any way that the war file could be expanded in the ROOT folder? regards, Gautam. --- Mar

Re: Deploying in ROOT folder using a war file

2005-11-30 Thread Mark Thomas
Gautam Gothoskar wrote: Options: - Name your web-app ROOT.war - Put your web-app outside the appbase and place a ROOT.xml in the appbase Mark Hi! I have the following issue: I have a war file (myapp.war) which when deployed in tomcat is accessible by using the url http://localhost:8080/mya

Deploying in ROOT folder using a war file

2005-11-30 Thread Gautam Gothoskar
Hi! I have the following issue: I have a war file (myapp.war) which when deployed in tomcat is accessible by using the url http://localhost:8080/myapp. Tomcat creates a folder called 'myapp' in the webapps directory. But I need to configure the app in such a way that the the app is accessible w

Re: Problems with Mod JK (Apache 2.052 and Tomcat 5.5.9)

2005-11-30 Thread Luka Andrejasic
I tried your version and I tried deleting acceptCount and className out of the connector settings and nothing has changed. I am still getting the Error 500, when trying to access "server.domain.com". Other apache only virtual domains work without problems. The error log still says : [Wed Nov 3

Re: Need More Error Logs .. How to

2005-11-30 Thread Martin Gainty
Good Afternoon Scott- Following Matt Raibles how to implement SSL page at http://raibledesigns.com/wiki/Wiki.jsp?page=ApacheSSL in httpd.conf after all the SSL config statements you should see ErrorLog logs/ssl.log LogLevel info # You can later change "info" to "warn" if everything is OK HTH,

Re: Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on unix

2005-11-30 Thread wapace
And add a JkAutoAlias line to httpd.conf if you're not going to mount individual directories. > > From: "Martin Gainty" <[EMAIL PROTECTED]> > Date: 2005/11/30 Wed PM 02:53:22 EST > To: "Tomcat Users List" > Subject: Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and > tomcat 5.0.2

Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on unix

2005-11-30 Thread Martin Gainty
Good Afternoon Blueberry- I have some excerpts from http://tomcat.apache.org/connectors-doc/howto/apache.html I would uninstall mod_jk, clean off the TOMCAT_HOME/conf/jk folder then reinstall mod_jk 1.2.15 following the doc: If you've previously configured Apache to use mod_jserv, remove any

Re: Certificate Revocation Lists in Tomcat 5.5

2005-11-30 Thread Kennedy Roberts
Martin, Thanks again for you input. The reason I ask about "quirks" is because I have seen examples using crlFiles (not the 's') rather than crlFile. The value for this parameter then used a wildcard to point to all of the files in a certain directory. Have you seen it used like this? And

Re: Certificate Revocation Lists in Tomcat 5.5

2005-11-30 Thread Martin Dubuc
1) crlFile is a standard parameter for Connector since Tomcat 5.5.10 if my recollection is right. 2) There are no quirks in using it. Martin --- Kennedy Roberts <[EMAIL PROTECTED]> wrote: > After doing some research, I have found a few > examples of > {tomcat.home}/conf/server.xml files online

RE: Problems with Mod JK (Apache 2.052 and Tomcat 5.5.9)

2005-11-30 Thread Duan, Nick
I see. It still looks like a connector configuration problem. It seems that your connector config was using an older format, not the one for 5.5. For instance, the acceptCount and className shouldn't be part of the AJP connector setting. You may want to try the one I posted or configure one acc

Re: confusion of tomcat downloading

2005-11-30 Thread Mark Thomas
blueberry lake wrote: On page http://tomcat.apache.org/download-55.cgi, there are several choices for tomcat 5.x, like core, deployer, embedded, admin web application, etc., can anyone explain berifly what their difference are? Thanks. There is a read me file right above the downloads links on

Re: Certificate Revocation Lists in Tomcat 5.5

2005-11-30 Thread Kennedy Roberts
After doing some research, I have found a few examples of {tomcat.home}/conf/server.xml files online that use the "crlFiles" param as part of a connector. Is this a standard parameter that can be used in the server.xml file? I ask because the sites where I have found these examples are not cl

Re: How to deploy my webapp as root context webapp without tomcat loading it twice?

2005-11-30 Thread Mark Thomas
Vivek Mohan wrote: Question: I want to have myWebapp as the root context webapp in my tomcat server. And I don't want to rename it to "ROOT". Is there a way by which I can avoid tomcat from loading myWebapp twice? Options: - Don't put it in the appbase directory. - Turn off autoDeploy - Live w

Re: SSL Certificate Beginner Question

2005-11-30 Thread David Wall
I did not include a security constraint. Is this needed for SSL? I spend some time looking at this element, and I was under the impression that it was for form authentication? You don't really need it for SSL testing, but you'd want to do it in your production world because it basically ins

RE: SSL Certificate Beginner Question

2005-11-30 Thread Scott Purcell
I did not include a security constraint. Is this needed for SSL? I spend some time looking at this element, and I was under the impression that it was for form authentication? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 10:16

Need More Error Logs .. How to

2005-11-30 Thread Scott Purcell
I am trying to get SSL running on Tomcat 5.5.12 on XP. As I am playing around, trying different server.xml changes, I am trying to find some type of log to help assist me in what is not working. Anyway, it is a new Tomcat install, and under $TOMCAT_HOME/logs I see stderr, stdout and some localho

Servlet can't be found by Tomcat 5.5

2005-11-30 Thread Milan Tomic
Hi, I have created one small demo app and when I deploy it to JBoss 4.0 (Tomcat 5.5), although I have mapped my servlet to >demo/DemoServlet<, I can't access it with browser. I got 404 HTTP error. I have spent whole day trying to figure it out what is wrong. I could send all sources and binaries t

Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on unix

2005-11-30 Thread blueberry lake
Thanks for helping. http://localhost:7888/manager/html gives me the same HTTP 404 error. On 11/30/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > > Good Morning Blueberry > if you go to http://localhost:8081/manager/html > what happens when you Reload jsp-examples ? > Martin- > - Original Mess

RE: Error: Io exception: Connection reset

2005-11-30 Thread KUMAR, NANDA [AG-Contractor/1000]
Thanks a lot Martin. Nanda -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 10:13 AM To: Tomcat Users List Subject: Re: Error: Io exception: Connection reset This is Straight from the Tomcat 5.0 docs located at http://tomcat.apache.org/

Re: Problems with Mod JK (Apache 2.052 and Tomcat 5.5.9)

2005-11-30 Thread Luka Andrejasic
Thanks for the assistance Nick. I think the connector is alreary defined in the current configuration. Perhaps you overlooked that line : Should I delete this one and try yours? The same error occured when they were placed side by side (yours on top). Thanks for helping. Luka - O

Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on unix

2005-11-30 Thread Martin Gainty
Good Morning Blueberry if you go to http://localhost:8081/manager/html what happens when you Reload jsp-examples ? Martin- - Original Message - From: "blueberry lake" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 30, 2005 10:39 AM Subject: HTTP 404 error when mod_jk 1.2.15 connects

Re: SSL Certificate Beginner Question

2005-11-30 Thread frankburns
Did you include a security contraint element in your web.xml file? Something like this: HTTPS for all of these pages of the application. /secure/* CONFIDENTIAL [EMAIL PROTECTED] wrote: > Real helpful ... I searched on SRV.12 and it brought up a bunch

Re: Error: Io exception: Connection reset

2005-11-30 Thread Martin Gainty
This is Straight from the Tomcat 5.0 docs located at http://tomcat.apache.org/tomcat-5.0-doc/jndi-resources-howto.html validationQuery - SQL query that can be used by the pool to validate connections before they are returned to the application. If specified, this query MUST be an SQL SELECT sta

jk connector conflict with previous jk2

2005-11-30 Thread Patrice Durosay
Hello all, I've just installed jk 1.2.15 from sources to replace jk2, with Apache 2.0.46 from rpm & rpm-dev and tomcat 5.0.27. When I launch tomcat, the log says that jk2 is listening : 30 nov. 2005 16:31:51 org.apache.jk.common.ChannelSocket init INFO: JK2: ajp13 listening on /0.0.0.0:8009 30

RE: confusion of tomcat downloading

2005-11-30 Thread Caldarale, Charles R
> From: blueberry lake [mailto:[EMAIL PROTECTED] > Subject: Re: confusion of tomcat downloading > > Someone told me before that combine apache and tomcat > together and run tomcat behind apahce can kind of > improve the security of the website. Urban legend, partly based on people generally be

HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on unix

2005-11-30 Thread blueberry lake
Hi all, I installed apache 2.0.55, tomcat 5.0.28, and mod_jk 1.2.15 on a solaris 5.9unix machine. Before I connected apache and tomcat, both of them work fine if I start them up as seperate servers. Mod_jk is complied from source code and mod_jk.so is copied to apache/modules/ The connected syst

Re: confusion of tomcat downloading

2005-11-30 Thread blueberry lake
Someone told me before that combine apache and tomcat together and run tomcat behind apahce can kind of improve the security of the website. That's the reason I want to connectted tomcat and apache with mod_jk together. (unfortunately, the connected system does not work quite right.) But when I re

mod_jk loadbalancing problem - very weird

2005-11-30 Thread Mirek Kopriva
Hello, We are experiencing some weird problems with linux + tomcat + apache + mod_jk + ssl. We have a loadbalancing solution which is working for a couple of hours (about 5) and than it just stops responding. After playing with the workers properties a bit (adding socket_timeout, cache_timeout, rec

RE: Error: Io exception: Connection reset

2005-11-30 Thread KUMAR, NANDA [AG-Contractor/1000]
Thanks Tobias, I will try as you mentioned below. Could you please let me know what "validationQuery" parameter does and where I can find these information on tomcat documentation. -Nanda -Original Message- From: Tobias Meyer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 1

Re: Java databases as alternative to MySQL on OS X Server? (OT)

2005-11-30 Thread Mike Sabroff
Cloudscape, now owned by IBM is a good choice. It can be run as a Standalone server or as an imbedded db running within the JVM with your code. I haven't used it lately, but developed some stuff a few years ago when Sun use to ship it with the J2EE package. Richard Schilling wrote: You might

RE: SSL Port Question Config

2005-11-30 Thread Caldarale, Charles R
> From: Scott Purcell [mailto:[EMAIL PROTECTED] > Subject: SSL Port Question Config > > Could anyone clarify what port SSL should be using, and why > the 8443 vs 443 (which looks standard)? 443 is the default https port, just as 80 is the default http port. You can configure those to be anythi

RE: confusion of tomcat downloading

2005-11-30 Thread Caldarale, Charles R
> From: blueberry lake [mailto:[EMAIL PROTECTED] > Subject: Re: confusion of tomcat downloading > > I downloaded tomcat for unix, and want it to run inside apache. To repeat: Tomcat does not run _inside_ Apache httpd, but it can be configured to work with httpd as a front-end using the AJP13 con

Re: confusion of tomcat downloading

2005-11-30 Thread blueberry lake
I downloaded tomcat for unix, and want it to run inside apache. It seems I should go with the core version. On 11/29/05, Scott Purcell <[EMAIL PROTECTED]> wrote: > > What OS are you wanting to install Tomcat on? > And did you want to just run Tomcat Standalone, or put it inside Apache? > > >

RE: Problems with Mod JK (Apache 2.052 and Tomcat 5.5.9)

2005-11-30 Thread Duan, Nick
Well, the log msg is complaining about not able to find the worker. Apparently your tomcat wasn't configured for listening to ajp13 request from httpd. A connector entry for ajp13 should be added to server.xml file. At least it was not listed in your email. ND -Original Message--

SSL Port Question Config

2005-11-30 Thread Scott Purcell
I am trying to configure my Tomcat 5.5.12 running on XP to use SSL. I have received my certificate from 'Verisign' and put it into my keystore like the docs state. After that I followed the Tomcat docs, and uncommented out this bit from the conf/server.xml and added my keystoreFile and k

RE: How to test connection pooling - Resolved

2005-11-30 Thread Manisha Sathe
I do not know when i am going to get over from such silly mistakes... but I was putting MaxActive - 1 ?? (whereas i wanted to put 100) Any way thanks a lot for trying to help me out regards Manisha --- "Lucuk, Pete" <[EMAIL PROTECTED]> wrote: > > >So you mean to say you did not get error for

Tomcat undeploys application(context)

2005-11-30 Thread Darius
Hello, I have test environment with tomcat 5.0.30 on Debian testing. Test application is configured as such: Evrything is working fine, except when trying to deploy new application. Which is done by simply deleting old content and puting new jsp pages, libs and compiled classes. After that, tomc

Re: Singleton memory leak after redeploying.

2005-11-30 Thread Remy Maucherat
On 11/30/05, Remy Maucherat <[EMAIL PROTECTED]> wrote: > This issue also affects Hibernate. As it doesn't seem to be a Tomcat > bug, but would be good to have a fix for, I've added possible > workarounds for that (reflection code which sets as many static fields > as possible to null in loaded clas

Re: Singleton memory leak after redeploying.

2005-11-30 Thread Remy Maucherat
On 11/28/05, kurrele <[EMAIL PROTECTED]> wrote: > Hi to everyone!! This is my first email to this list, hope is the correct > one. > > I've been analyzing my code with a profiler (JProbe) because I was getting > an > OutOfMemoryException after a few redeploys of my application. > > After some tests

Re: eclipse and remote deployment?

2005-11-30 Thread Nigel Garner
Hi, The best tool set that I have found is Eclipse 3.x with the Eclipse Web Tools project plugin. The final release is not release is not out yet but I have found the 0.7 release to be stable and very useful. Nigel On 30/11/05, Kristian Rink <[EMAIL PROTECTED]> wrote: > > Hi all; > > just wonder

RE: Until which Apache-Tomcat version can I use the JVM 1.4.2_10?

2005-11-30 Thread Bachler, Elisabeth (Elisabeth)
Thank you very much -Original Message- From: Markus Schönhaber [mailto:[EMAIL PROTECTED] Sent: miércoles, 30 de noviembre de 2005 12:19 To: Tomcat Users List Subject: Re: Until which Apache-Tomcat version can I use the JVM 1.4.2_10? Bachler, Elisabeth (Elisabeth) wrote: > SOrry for the

Re: preferred tomcat version

2005-11-30 Thread Tim Funk
5.5.12 Why? It gets the most developer attention if you find a bug. -Tim mukesh wrote: Hi friends, I am using Redhat Linux 7.0 and Apache web server (not tomcat). Which is the preferred version of tomcat I should use to add the JSP/Servlet to my apache we server

Re: web app to show session state for all server sessions

2005-11-30 Thread Tim Funk
If I had to do it - I would use MBeans. See the manager application and JMXProxy servlet in the manager application for details on querying jmx. There might be a gotcha. You might run into occasional ClassNotFound exceptions or similar when trying to display the value of the attributes in sess

Re: Singleton memory leak after redeploying.

2005-11-30 Thread Rodrigo Ruiz
Hi, I would like to add my two cents :-) If I know that a class will only be instantiated once or twice, I usually prefer to declare the logger field as non-static. I put in this category Stateless Session EJBs, servlets, filters, listeners, JSPs, and any singleton classes I implement by myself

Re: web.xml question

2005-11-30 Thread Tim Funk
I think that can work (if you can ensure the URL flow will adhere to your specs) -Tim Robert Palmer wrote: I was planning on doing this by having Apache handle the SSL and using its configuration file to differentiate between SSL'd areas of the site and non-SSL'd areas. Is this an option or s

Re: Java client does not re-use TCP/IP connections.

2005-11-30 Thread Tim Funk
This has nothing to do with tomcat. Please use the appropriate list. -Tim Magyar, Bence wrote: Sorry, I'm quite new with all of this. I've created a java client to my tomcat web service using the Java2WSDL2 utility and WSDL2Java utility. Correct me if I'm wrong, I believe this is called t

Re: Until which Apache-Tomcat version can I use the JVM 1.4.2_10?

2005-11-30 Thread Markus Schönhaber
Bachler, Elisabeth (Elisabeth) wrote: > SOrry for the certainly stupid question but what is the core distribution? Well, Tomcat itself. In other words, for the latest Tomcat 5.5.x this would be the file apache-tomcat-5.5.12.(zip|tar.gz|exe) you can download from http://tomcat.apache.org/download-

RE: Until which Apache-Tomcat version can I use the JVM 1.4.2_10?

2005-11-30 Thread Bachler, Elisabeth (Elisabeth)
SOrry for the certainly stupid question but what is the core distribution? Elisabeth -Original Message- From: Markus Schönhaber [mailto:[EMAIL PROTECTED] Sent: miércoles, 30 de noviembre de 2005 12:08 To: Tomcat Users List Subject: Re: Until which Apache-Tomcat version can I use the JVM

Re: Until which Apache-Tomcat version can I use the JVM 1.4.2_10?

2005-11-30 Thread Markus Schönhaber
Bachler, Elisabeth (Elisabeth) wrote: > I need to use the JVM 1.4.2_10 (I think the name is correct)... I am using > at the moment Apache-Tomcat 5.5.9. Can I use this Tomcat version with the > JVM 1.4.2_10? Yes, but besides the core distibution, you'll need the JDK 1.4 Compatability Package. > S

How to deploy my webapp as root context webapp without tomcat loading it twice?

2005-11-30 Thread Vivek Mohan
Hi, Scenario: I've a webapplication in my tomcat4 installation, called myWebapp. I've configured it to be my root webapplication since I want users to be able to access it using the url: "http::". Here's a snippet of my server.xml: myWebapp has a init servlet which is lo

eclipse and remote deployment?

2005-11-30 Thread Kristian Rink
Hi all; just wondering what sort of tool you're using (if any) in order to work with eclipse and any remote tomcat installation. So far, I'm using the sysdeo-tomcat eclipse plugin which only seems to do well with a local tomcat installation (fine for my testbed system, but at work I need to have s

RE: Vedr.: Until which Apache-Tomcat version can I use the JVM 1. 4.2_10?

2005-11-30 Thread Bachler, Elisabeth (Elisabeth)
Thanks Elisabeth -Original Message- From: Thomas Nybro Bolding [mailto:[EMAIL PROTECTED] Sent: miercoles, 30 de noviembre de 2005 11:34 To: Tomcat Users List Subject: Vedr.: Until which Apache-Tomcat version can I use the JVM 1.4.2_10? Any version of Tomcat will do - just download the "J

Re: unix user auth within servlets/jsps?

2005-11-30 Thread Kristian Rink
Hi Tim,@list; Tim Funk schrieb: > I think there is a JAAS plugin which allows unix password authentication > so using JaasRealm will probably be the way to go. So I'll see whether I can find something appropriate for that and give it a try - thanks. > I think somewhere on sun.com there are some

Vedr.: Until which Apache-Tomcat version can I use the JVM 1.4.2_10?

2005-11-30 Thread Thomas Nybro Bolding
Any version of Tomcat will do - just download the "JDK 1.4 Compability Package" from http://tomcat.apache.org/download-55.cgi /Thomas "Bachler, Elisabeth (Elisabeth)" <[EMAIL PROTECTED]> 30-11-2005 09:48 Besvar venligst til "Tomcat Users List" Til:"'Tomcat Users List'"

Re: Client Authentication

2005-11-30 Thread Markus Plail
Dobson Paul L Contr 84 MSUG/GBMLBR <[EMAIL PROTECTED]> writes: > Thanks for the additional insight into client authentication. > > The smart card and IE are set up correctly to prompt for a valid > certificate. I know this because that is how it works when I visit > other web sites on our network

Re: SSL Certificate Beginner Question

2005-11-30 Thread Chris Lear
* Bill Barker wrote (30/11/05 05:42): > "Scott Purcell" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> Real helpful ... I searched on SRV.12 and it brought up a bunch of links >> that have nothing to do with Tomcat config of SSL. >> >> I probably posted a lame request. Let me tr

Until which Apache-Tomcat version can I use the JVM 1.4.2_10?

2005-11-30 Thread Bachler, Elisabeth (Elisabeth)
Hello again, I need to use the JVM 1.4.2_10 (I think the name is correct)... I am using at the moment Apache-Tomcat 5.5.9. Can I use this Tomcat version with the JVM 1.4.2_10? SO my question is: Until which version can I use the JVM 1.4.2_10? THank you ELisabeth