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

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 try again. I

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 that

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

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:host:port. Here's a snippet of my server.xml: !-- Define the default virtual host -- Host

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

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

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

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

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

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

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 classes

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: Context path=/test docPath=/home/test reloadable=true/Context Evrything is working fine, except when trying to deploy new application. Which is done by simply deleting old content and

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

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 !-- Define a SSL HTTP/1.1 Connector

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. !-- Define an AJP 1.3 Connector

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

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: SSL Certificate Beginner Question

2005-11-30 Thread frankburns
Did you include a security contraint element in your web.xml file? Something like this: security-constraint web-resource-collection web-resource-nameHTTPS for all of these pages of the application./web-resource-name url-pattern/secure/*/url-pattern /web-resource-collection

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: users@tomcat.apache.org Sent: Wednesday, November 30, 2005 10:39 AM Subject: HTTP 404 error when

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 : Connector acceptCount=128 className=org.apache.coyote.tomcat5.CoyoteConnector connectionTimeout=2 debug=0

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 Message

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 to

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

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

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

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

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

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

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

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-

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

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

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

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

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 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 lot for

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

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

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

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.

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: a href=/some/file/somewhere.xlsclick to download/a or are you linking to a dynamically generated file, as from a

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

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

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

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

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 search

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

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

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

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 true

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 buy a

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

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): Context path= reloadable=false

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

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 users@tomcat.apache.org Subject: Re: Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and tomcat 5.0.28 on

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: 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 legend, partly