how to configure ProxyPass for tomcat for app which generates url at root /

2011-02-23 Thread James Godrej
I basically have 2 applications http://sakai.openitup.in http://olat.openitup.in we wanted both of these to be accessible as http://research.openitup.in/sakai http://research.openitup.in/olat and a website http://reserach.openitup.in which is separate from both of these but what I found was if I

Re: Performance Tuning Tomcat 7...

2011-02-23 Thread Tony Anecito
Hi Mark, I setup a simple servlet with no code in the doGet() method running in Tomcat 7.0.8 and using jvm 1.6.22 and using httpclient from apache commons lib and I am lucky to get 2.8msec per request as measured at the client. I am thinking the commons httpclient is slow itself. So what did

Re: how to set auto redirection in tomcat

2011-02-23 Thread James Godrej
On Thu, Feb 24, 2011 at 4:41 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > James, > > On 2/23/2011 5:16 PM, James Godrej wrote: >> - Original Message >> From: "Caldarale, Charles R" >> To: Tomcat Users List >> Sent: Thu, 24 February, 2011 3:01:

RE: [OT] Memory Leak in Tomcat

2011-02-23 Thread Jeffrey Janner
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Wednesday, February 23, 2011 10:11 AM > To: Tomcat Users List > Subject: Re: [OT] Memory Leak in Tomcat > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > הילה, > > On 2/23/2011 10:51 AM,

Re: Issue with oralce drive under tomcat 7

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 2/22/2011 9:24 PM, Caldarale, Charles R wrote: >> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] >> Subject: Issue with oralce drive under tomcat 7 > >> Caused by: java.lang.ClassCastException: >> oracle.jdbc.driver.

RE: Upgrading from Tomcat 6.0.29 to 7.0.8 - TLD Scanned Location Problem

2011-02-23 Thread Scott Hamilton
Thanks - a custom JarScanner did the trick. I'll do the bugzilla submission soon too. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, February 23, 2011 3:04 PM To: Tomcat Users List Subject: Re: Upgrading from Tomcat 6.0.29 to 7.0.8 - TLD Scanned Locatio

Re: how to set auto redirection in tomcat

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James, On 2/23/2011 5:16 PM, James Godrej wrote: > - Original Message > From: "Caldarale, Charles R" > To: Tomcat Users List > Sent: Thu, 24 February, 2011 3:01:01 AM > Subject: RE: how to set auto redirection in tomcat > >> From: James Go

Re: Secure AJP over ssl

2011-02-23 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 2/23/2011 2:56 PM, André Warnier wrote: Personally, in such a case I would see the solution with an SSH or VPN tunnel as much simpler to put in place, and requiring much less "opening of ports". There's nothin

Re: server running website

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joel, I'll try to hit all your replies at once, here. On 2/23/2011 4:18 PM, Joel wrote: >>> sackett-research-lab2b:~ joel$ sudo find /opt/Tomcat -type f -exec \ grep "function2.basiceng.umr.edu" "{}" \; Oops: I forgot the "-l" switch on grep.

Re: Choosing the right worker

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave, On 2/23/2011 3:32 PM, laredotornado wrote: > We're using 6.0.24, running on two servers. In our workers.properties file > on the web server, we have ... > > ===Begin workers.properties == > worker.lbroute.balance_workers=wo

Re: Secure AJP over ssl

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 2/23/2011 2:56 PM, André Warnier wrote: > Personally, in such a case I would see the solution with an SSH or VPN > tunnel as much simpler to put in place, and requiring much less "opening > of ports". There's nothing that says that port 800

Re: how to set auto redirection in tomcat

2011-02-23 Thread James Godrej
- Original Message From: "Caldarale, Charles R" To: Tomcat Users List Sent: Thu, 24 February, 2011 3:01:01 AM Subject: RE: how to set auto redirection in tomcat > From: James Godrej [mailto:jamesgod...@yahoo.in] > Subject: how to set auto redirection in tomcat > I am using mod_ajp

RE: how to set auto redirection in tomcat

2011-02-23 Thread Caldarale, Charles R
> From: James Godrej [mailto:jamesgod...@yahoo.in] > Subject: how to set auto redirection in tomcat > I am using mod_ajp as a front end Why? What purpose is it serving? If it's not doing anything useful (e.g., handling PHP), you should simplify your life and remove it. > How ever I have an

Re: server running website

2011-02-23 Thread Joel
On Wed, Feb 23, 2011 at 3:26 PM, Joel wrote: > > > On Wed, Feb 23, 2011 at 12:57 PM, Joel wrote: > >> >> >> >> On Wed, Feb 23, 2011 at 11:08 AM, Christopher Schultz < >> ch...@christopherschultz.net> wrote: >>> >>> >>> Try this: >>> >>> sudo find /opt/Tomcat -type f -exec \ >>> grep "function2

how to set auto redirection in tomcat

2011-02-23 Thread James Godrej
I have a site http://social.openitup.in right now what you are seeing is a default Tomcat6 page. I am using mod_ajp as a front end and Apache vhost configuration for same is ServerName social.openitup.in ServerAdmin webmaster@localhost ProxyRequests off

Re: Setting the expiry for static content served by Tomcat 6.0.32

2011-02-23 Thread Martin Grotzke
You might serve static resources with Apache/nginx/haproxy. This has also the advantage that you save threads in tomcat. Cheers, Martin Am 23.02.2011 14:47 schrieb "Reinwald Warapen" : Hey, Is there any way I can specify the expiry of static content (js,css etc) by some setting in the context.xml

Choosing the right worker

2011-02-23 Thread laredotornado
Hi, We're using 6.0.24, running on two servers. In our workers.properties file on the web server, we have ... ===Begin workers.properties == worker.lbroute.balance_workers=worker1,worker2 worker.worker1.type=ajp13 worker.worker1.host=ip_addr1 worker.worker1.port=8000 worker

Re: server running website

2011-02-23 Thread Joel
On Wed, Feb 23, 2011 at 12:57 PM, Joel wrote: > > > > On Wed, Feb 23, 2011 at 11:08 AM, Christopher Schultz < > ch...@christopherschultz.net> wrote: >> >> >> Try this: >> >> sudo find /opt/Tomcat -type f -exec \ >> grep "function2.basiceng.umr.edu" "{}" \; >> >> Thanks, I'll use this now. > > s

Re: Upgrading from Tomcat 6.0.29 to 7.0.8 - TLD Scanned Location Problem

2011-02-23 Thread Mark Thomas
On 23/02/2011 19:13, Scott Hamilton wrote: > Looks like the TldConfig class changed significantly between these versions > such that now TLDs that are under WEB-INF/classes (e.g. > WEB-INF/classes/META-INF) are no longer scanned/processed. > > This is an issue for us in development as some of ou

Re: Secure AJP over ssl

2011-02-23 Thread André Warnier
Mladen Turk wrote: On 02/23/2011 07:28 PM, Jason Pyeron wrote: encrypting the data transfer between those boxes cause you can just as well make sure the proper persons have the network access. That list includes 78 people. You mean 78 people monitor your network for trouble ... I don'

Re: Secure AJP over ssl

2011-02-23 Thread André Warnier
... It is not that I am wedded to any particular implementation, it is just each change requires board approval. A change for reconfiguring the enabled modules in apache. [we can skip this if we stay with mod_proxy_ajp, as it was already approved] A change for opening up a port on the apache bo

Re: Secure AJP over ssl

2011-02-23 Thread Mladen Turk
On 02/23/2011 07:28 PM, Jason Pyeron wrote: encrypting the data transfer between those boxes cause you can just as well make sure the proper persons have the network access. That list includes 78 people. You mean 78 people monitor your network for trouble or you have your production serv

Re: [OT] Memory Leak in Tomcat

2011-02-23 Thread André Warnier
הילה wrote: Yes, I've read you other mail about the Jprofiler. I've run the Jprofiler for a weak until it generated a stuck process on the DB and crashed the application (even though it ran on the app server, and not the DB server) I'm not too familiar with Tomcat tweaks and java monitoring, so i

Upgrading from Tomcat 6.0.29 to 7.0.8 - TLD Scanned Location Problem

2011-02-23 Thread Scott Hamilton
Looks like the TldConfig class changed significantly between these versions such that now TLDs that are under WEB-INF/classes (e.g. WEB-INF/classes/META-INF) are no longer scanned/processed. This is an issue for us in development as some of our MyEclipse projects are TLD library projects that i

RE: Secure AJP over ssl

2011-02-23 Thread Jason Pyeron
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Wednesday, February 23, 2011 10:38 > To: Tomcat Users List > Subject: Re: Secure AJP over ssl > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mark, > > On 2/23/2011 10:36 AM, Mark Tho

RE: Secure AJP over ssl

2011-02-23 Thread Jason Pyeron
> -Original Message- > From: Mladen Turk [mailto:mt...@apache.org] > Sent: Wednesday, February 23, 2011 3:01 > To: users@tomcat.apache.org > Subject: Re: Secure AJP over ssl > > On 02/22/2011 11:23 PM, Jason Pyeron wrote: > >> -Original Message- > > > > That is a naive view. [Ple

Re: server running website

2011-02-23 Thread Joel
On Wed, Feb 23, 2011 at 11:08 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > > > Try this: > > sudo find /opt/Tomcat -type f -exec \ > grep "function2.basiceng.umr.edu" "{}" \; > > Thanks, I'll use this now. sackett-research-lab2b:~ joel$ sudo find /opt/Tomcat -type f -exec \ >

Re: [OT] Memory Leak in Tomcat

2011-02-23 Thread הילה
Yes, I've read you other mail about the Jprofiler. I've run the Jprofiler for a weak until it generated a stuck process on the DB and crashed the application (even though it ran on the app server, and not the DB server) I'm not too familiar with Tomcat tweaks and java monitoring, so i'll try to go

Re: [OT] Memory Leak in Tomcat

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 הילה, On 2/23/2011 10:51 AM, הילה - צוות אגורה wrote: > the user that runs the tomcat service is a domain user, but I specify the > user name and password of this user under "log on" tab on the service > properties. > it's not a problem since the pass

Re: server running website

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joel, On 2/23/2011 10:47 AM, Joel wrote: > On Wed, Feb 23, 2011 at 10:44 AM, Joel wrote: >> sackett-research-lab2b:opt joel$ sudo find /opt/Tomcat -type f | xargs grep >> function2.basiceng.umr.edu >> grep: /opt/Tomcat/conf/server: No such file or di

RE: loading an xsl file in javascript

2011-02-23 Thread Caldarale, Charles R
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] > Subject: RE: loading an xsl file in javascript > Localhost_access_log has this > 127.0.0.1 - - [23/Feb/2011:10:24:15 -0500] "GET > /Reporting/reportwriter/xsl/treesort.xsl HTTP/1.1" 200 564 Oops - missed that one. Instal

RE: server running website

2011-02-23 Thread Caldarale, Charles R
> From: Joel [mailto:felixtheratr...@gmail.com] > Subject: Re: server running website > So yeah it might be the later problem, where there is a > hardcoded directory. Is there a quick way to fix this? Since you're running on a very unsupported version of Tomcat, you're pretty much on your own

RE: loading an xsl file in javascript

2011-02-23 Thread Robert.Jenkin
The license expired is a different application we have... Localhost_access_log has this 127.0.0.1 - - [23/Feb/2011:10:24:15 -0500] "GET /Reporting/reportwriter/xsl/treesort.xsl HTTP/1.1" 200 564 Sincerely, Robert Jenkin Surecomp Services, Inc. 2 Hudson Place, 4th Floor Hoboken, NJ 07030 Skype:

Re: [OT] Memory Leak in Tomcat

2011-02-23 Thread הילה - צוות אגורה
Hey, the user that runs the tomcat service is a domain user, but I specify the user name and password of this user under "log on" tab on the service properties. it's not a problem since the password is encrypted, but in the xml file it's in clear text. so.. the problem for me is the memory leak tha

Re: server running website

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 2/22/2011 10:59 AM, Caldarale, Charles R wrote: >> From: Joel [mailto:felixtheratr...@gmail.com] >> Subject: server running website > >> But when I try to go to the page "localhost:8080" or "localhost:80" >> Safari says: >> "Safari can't o

Re: [OT] Memory Leak in Tomcat

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 הילה, On 2/23/2011 10:38 AM, הילה wrote: > I've explained it in my mail :] > change the user that runs the tomcat service to a domain user with > permissions to the DB So the domain user is password-less? How does the service start without credential

RE: Updating CRL

2011-02-23 Thread Development
> > are there any plans to implement a life update (without > restarting the > > connector) of the CRL in tomcat 7? > > And maybe via URL not via File? > > At the moment? No. Thanks. It looks simple to switch from File to URL. But the life update seems to be quite complicated. Where could I hac

Re: server running website

2011-02-23 Thread Joel
On Wed, Feb 23, 2011 at 10:44 AM, Joel wrote: > > > On Tue, Feb 22, 2011 at 10:59 AM, Caldarale, Charles R < > chuck.caldar...@unisys.com> wrote: >> >> >> Again, it looks like something's wrong with the hosts file. Might be as >> simple as not having a hosts file, or not having an entry for loca

RE: loading an xsl file in javascript

2011-02-23 Thread Caldarale, Charles R
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] > Subject: RE: loading an xsl file in javascript > Platform is Windows 7 32bit > Using CATALINA_BASE: "C:\Downloads\tomcat-7\apache-tomcat-7.0.6" > Using JRE_HOME:"C:\Development\Java\jdk1.6.0_18\jre" Thank you. >

Re: [OT] Tomcat Connection Pool

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rahul, (Marking off-topic as this a JDBC driver/database issue unrelated to Tomcat). On 2/23/2011 9:13 AM, Rahul Kumar wrote: > Tomcat version: 6.0 Not that it matters, but what version of 6.0? There are 32 or so of them. > Problem Statement: > >

Re: server running website

2011-02-23 Thread Joel
On Tue, Feb 22, 2011 at 10:59 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > > Again, it looks like something's wrong with the hosts file. Might be as > simple as not having a hosts file, or not having an entry for localhost. > > Another possibility is that you may have a webapp

Re: Updating CRL

2011-02-23 Thread Mark Thomas
On 23/02/2011 15:38, spr...@gmx.eu wrote: > Hi, > > are there any plans to implement a life update (without restarting the > connector) of the CRL in tomcat 7? > And maybe via URL not via File? At the moment? No. Mark - To unsu

Re: [OT] Memory Leak in Tomcat

2011-02-23 Thread הילה
I've explained it in my mail :] change the user that runs the tomcat service to a domain user with permissions to the DB place ntlmauth.dll (from jtds-1.2.5 package) under c:\windows\system32 place jtds-1.2.5.jar (from jtds-1.2.5 package) in the tomcat 6.0\lib folder and it works. :] 2011/2/23 Ch

Updating CRL

2011-02-23 Thread spring
Hi, are there any plans to implement a life update (without restarting the connector) of the CRL in tomcat 7? And maybe via URL not via File? Thank you - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additiona

Re: Secure AJP over ssl

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 2/23/2011 10:36 AM, Mark Thomas wrote: > On 23/02/2011 15:32, Christopher Schultz wrote: >> Mladen, >> >> On 2/23/2011 3:00 AM, Mladen Turk wrote: >>> What do you think happens when encrypted data from client comes in and >>> is encrypted aga

Re: Apache Tomcat 7.0.8 behind a ssl gateway

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 rhannek, On 2/23/2011 10:17 AM, rhan...@gmx.de wrote: > I've set up an Apache Tomcat server for a small JSF2.0 project with > PrimeFaces. Because of some internal company rules the server has to > be able to operate behind a ssl gateway. Can you desc

Re: Secure AJP over ssl

2011-02-23 Thread Mark Thomas
On 23/02/2011 15:32, Christopher Schultz wrote: > Mladen, > > On 2/23/2011 3:00 AM, Mladen Turk wrote: >> What do you think happens when encrypted data from client comes in and >> is encrypted again and send to the client? >> It's unencrypted in the memory and anyone with access to the box >> can

Re:[OT] Memory Leak in Tomcat

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 הילה, On 2/23/2011 10:29 AM, הילה wrote: > I trust the people in the company, but the company's work is with sites that > any user all over the internet can access. so we want to perform a damage > control if some hacker would gain access to our web s

Re: Secure AJP over ssl

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mladen, On 2/23/2011 3:00 AM, Mladen Turk wrote: > What do you think happens when encrypted data from client comes in and > is encrypted again and send to the client? > It's unencrypted in the memory and anyone with access to the box > can just inspec

RE: loading an xsl file in javascript

2011-02-23 Thread Robert.Jenkin
Hello Platform is Windows 7 32bit Tomcat version Using CATALINA_BASE: "C:\Downloads\tomcat-7\apache-tomcat-7.0.6" Using CATALINA_HOME: "C:\Downloads\tomcat-7\apache-tomcat-7.0.6" Using CATALINA_TMPDIR: "C:\Downloads\tomcat-7\apache-tomcat-7.0.6\temp" Using JRE_HOME:"C:\Development\Jav

Re: Memory Leak in Tomcat

2011-02-23 Thread הילה
I trust the people in the company, but the company's work is with sites that any user all over the internet can access. so we want to perform a damage control if some hacker would gain access to our web server, so if he can - he won't get access to the DB, at least not with our help of displaying t

Re: Memory Leak in Tomcat

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 הילה, On 2/23/2011 2:06 AM, הילה wrote: > I've posted my problem in the sourceforge forums, but no comments have > received so far. :( > > If you have any suggestions to replace this, another way to authenticate the > tomcat to the DB with user and p

Re: Memory Leak in Tomcat

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, Bah. The OP replied to me directly (and CC'd the list) and so a REPLY went to the OP and not to the list. Re-posting back. On 2/22/2011 4:52 PM, Christopher Schultz wrote: > הילה, > > On 2/22/2011 4:39 PM, הילה wrote: >> I have used JProfiler t

Apache Tomcat 7.0.8 behind a ssl gateway

2011-02-23 Thread rhannek
Hi, I've set up an Apache Tomcat server for a small JSF2.0 project with PrimeFaces. Because of some internal company rules the server has to be able to operate behind a ssl gateway. Well... it does not completely. The whole design of the page is... well... fucked up. So does anyone have set up

RE: loading an xsl file in javascript

2011-02-23 Thread Caldarale, Charles R
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] > Subject: loading an xsl file in javascript > Via javascript I am loading xsl's from tomcat to client. Tomcat version? JVM version? Platform? Tomcat logs? AccessLogValve enabled? Fiddler2 shows what? - Chuck THIS

RE: Tomcat 7 Cluster Issue

2011-02-23 Thread Bruce Pease
Thanks, that seems to have fixed the issue. I'm assuming this won't be a problem since we only have a single NIC with multiple IPs on that machine. I'll test session failover and verify it. Thanks very much! -Original Message- From: Filip Hanik - Dev Lists [mailto:devli...@hanik.com] Se

RE: loading an xsl file in javascript

2011-02-23 Thread Robert.Jenkin
More clairification... xml.loadXML(xml.transformNode(xsl)); if transforming the xml using the xml already loaded.. so the source xml is from the target object Sincerely, Robert Jenkin Surecomp Services, Inc. 2 Hudson Place, 4th Floor Hoboken, NJ 07030 Skype: robert.jenkin Office: 201 217 1437

RE: loading an xsl file in javascript

2011-02-23 Thread Robert.Jenkin
Hi The code is correct we first load the xsl and transform xml using the xsl. I like also to point out that the code as it stands is working without issue with weblogic 10 and websphere 7. The issue is after the xsl.load() method is called the xsl is blank. Sincerely, Robert Jenkin Surecomp S

RE: a problem about my jsf-tomcat application on opening

2011-02-23 Thread Caldarale, Charles R
> From: ahmet temiz [mailto:ahmettemi...@gmail.com] > Subject: a problem about my jsf-tomcat application on opening > How can I enable its opening in first try. Fix your webapp. It's returning a 302 (redirect) in response to the URL you posted, with a hard-coded target of localhost: HTTP/1.1

loading an xsl file in javascript

2011-02-23 Thread Robert.Jenkin
Hello, Via javascript I am loading xsl's from tomcat to client. My javascript code was the following... // sort the xml using xsl stylesheet xsl.load("reportwriter/xsl/treesort.xsl"); xml.loadXML(xml.transformNode(xsl)); // Load XSL xsl.loa

Tomcat Connection Pool

2011-02-23 Thread Rahul Kumar
Hi, Can anyone help me regarding issue with connection pool for Tomcat? Tomcat version: 6.0 OS: Linux Database: Oracle 10g . Problem Statement: When server is idle for long period of time thread hangs for waiting the DBMS to return with response. I have tried all the possible combination co

Re: Setting the expiry for static content served by Tomcat 6.0.32

2011-02-23 Thread chris derham
> > Is there any way I can specify the expiry of static content (js,css etc) by > some setting in the context.xml or sever.xml .Or the only way to achieve > this is to write my own filter which will add the appropriate header. > We used this http://www.vineetmanohar.com/2010/10/java-expiry-date-h

RE: Issue with oralce drive under tomcat 7

2011-02-23 Thread Robert.Jenkin
Chuck, Your are correct.. I removed the ojdbc6.jar from by app\lib folder and it worked. Thanks Sincerely, Robert Jenkin Surecomp Services, Inc. 2 Hudson Place, 4th Floor Hoboken, NJ 07030 Skype: robert.jenkin Office: 201 217 1437 | Direct: 201 716 1219 | Mobile: 908 251 0537 http://www.Surecom

Setting the expiry for static content served by Tomcat 6.0.32

2011-02-23 Thread Reinwald Warapen
Hey, Is there any way I can specify the expiry of static content (js,css etc) by some setting in the context.xml or sever.xml .Or the only way to achieve this is to write my own filter which will add the appropriate header. Thanks

a problem about my jsf-tomcat application on opening

2011-02-23 Thread ahmet temiz
hello I have a problem about my jsf-tomcat application on opening. I am using tomcat 6, sun java- mojarra in linux environment. My web application goes first to localhost (and nothing found) and in second time if we enter the address again the page is opened. How can I enable its opening in fi

Re: Memory Leak in Tomcat

2011-02-23 Thread הילה
Sorry for the sent mail double time thing :] i'll check the Jespa suggestion. thanks :] keep the ideas coming, guys. every little thing could help Thanks Hila 2011/2/23 André Warnier > הילה wrote: > >> I've posted my problem in the sourceforge forums, but no comments have >> received so far.

Re: Memory Leak in Tomcat

2011-02-23 Thread André Warnier
הילה wrote: I've posted my problem in the sourceforge forums, but no comments have received so far. :( If you have any suggestions to replace this, another way to authenticate the tomcat to the DB with user and password that do not appear in clear text, I'll be glad to hear about it. Have a lo

Re: Secure AJP over ssl

2011-02-23 Thread Mladen Turk
On 02/22/2011 11:23 PM, Jason Pyeron wrote: -Original Message- That is a naive view. [Please forgive the wording.] None taken. Given: 1) The Apache box is secure and login is restricted to the minimum set of persons with a kneed to know. 2) The Tomcat box is secure and login is re