Re: Understanding jvmRoute usage

2007-09-14 Thread Peter Stavrinides
We assign the name, for instance jvmRoute=LB1 where LB1 maps to a tomcat server in mod_proxy, if you want to switch between different versions of the same app you will have trouble with the context, unless each version is named differently. [EMAIL PROTECTED] wrote: Thanks, So do you assign a

Re: is jsvc not used here? Re: slow shutdown with jsvc

2007-09-14 Thread charly
Ok it seems no problem on Linux. Dos anyone use it on Solaris? Charly 2007/9/14, David Smith: I use it and have no problem with it. Always thought of it as a no brainer on my Mandriva Linux server. --David charly wrote: Ok it seems that jsvc seems to be scarcely used. So it seems

AW: Tomcat failover

2007-09-14 Thread hans.mader
Hi Andrew, if you mean http sessions, try terracotta for session replication and apache webserver mod_balancer for balancing your requests. I recently tried this setup and it seemed to be working very well (for test purposes). Regards, hans -Ursprüngliche Nachricht- Von: Andrew Hole

Re: Further documentation on j_security_check

2007-09-14 Thread Pid
nessus wrote: I have the same question. anybody know how to authenticate users with it's information in another database table rather the preset table appfuse created automatically app-user, role and user_role, like my own table member. I want to know exactly how to talk with

tomcat incoming requests and thread usage

2007-09-14 Thread Waseem Azhar
Hi, Could sombody tell me how tomcat release/reclaim it threads after serving request. I have a situation where i have no activity going on in my webapp but still thread usage is 61 with status (service/stage). I have allocated total 100 threads. While monitoring i have the following status

Re: Tomcat 5.5.23 dont start...

2007-09-14 Thread Kristian Rink
Iuliana; Am Fri, 14 Sep 2007 08:47:35 -0300 schrieb Iuliana [EMAIL PROTECTED]: Then, in the 'conf/server.xml', I change the connection port from '8080' to '8090', after, change the shutdown port from '8005' to '8015' and nothing happend. Did the same error show up after changing tomcat to

Tomcat 5.5.23 dont start...

2007-09-14 Thread Iuliana
Good morning I was trying to use tomcat 5.5.23 in Linux Slackware 11 but when I start the server in console: $CATALINA_HOME/bin/startup.sh, I dont have any error, the page is white and when I see the file catalina.out in logs folder I have the follow: SEVERE: Error initializing endpoint

Re: Tomcat 5.5.23 dont start...

2007-09-14 Thread Iuliana
Yes Kristian, I get the same error after changing tomcat port. When I put netstat -apn|grep 8080 before start tomcat in console, I have not process using port 8080. How could I Know when netsat replace 8080 with webcahe? Can I remove this cache? Regards, Iuliana. On 9/14/07, Kristian Rink

Re: Tomcat 5.5.23 dont start...

2007-09-14 Thread Kristian Rink
Am Fri, 14 Sep 2007 13:54:25 +0200 schrieb Kristian Rink [EMAIL PROTECTED]: netstat -ap|grep 8080 Sorry, should look closer before typing: netstat -anp|grep 8080 ; otherwise chances are you'll not see anything because netstat replacing 8080 with webcache... ;) Cheers, Kristian -- Kristian

Re: Tomcat 5.5.23 dont start...

2007-09-14 Thread Kristian Rink
Iuliana; Am Fri, 14 Sep 2007 09:20:03 -0300 schrieb Iuliana [EMAIL PROTECTED]: Yes Kristian, I get the same error after changing tomcat port. When I put netstat -apn|grep 8080 before start tomcat in console, I have not process using port 8080. What about the other ports used (8005, 8009)?

Re: Tomcat failover

2007-09-14 Thread Andrew Hole
Both. I know that jdbc connections will die. But, what happens to active sessions? I will lose all information associated to the active sessions? Thanks On 9/13/07, Christopher Schultz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, Andrew Hole wrote: If

RE: tomcat incoming requests and thread usage

2007-09-14 Thread Caldarale, Charles R
From: Waseem Azhar [mailto:[EMAIL PROTECTED] Subject: tomcat incoming requests and thread usage Could sombody tell me how tomcat release/reclaim it threads after serving request. Threads return to the pool when the servlet/filter chain does its return. If threads are still busy, it's

Rookie Question Please help

2007-09-14 Thread Charlie Wingate
Hi, Thanks in advance for an insight you can give me. I am trying to convert my web app to use SQL05 from SQL2K. I have almost got it, I have one error left! I keep getting the error no suitable driver found even though I have verified multiple times that I have sqljdbc.jar

TagLib body code

2007-09-14 Thread Milanez, Marcus
Hi there, Is it possible to somehow, obtain the non-evaluated code contained inside a taglib body ? thanks!

RES: Rookie Question Please help

2007-09-14 Thread Milanez, Marcus
Hi! We have used the JTDS driver for Sql 2005 and we didn't have a single problem... Give it a try, it's the best SQL 2K/2005 driver ever... http://jtds.sourceforge.net/faq.html Yours, Marcus Milanez -Mensagem original- De: Charlie Wingate [mailto:[EMAIL PROTECTED] Enviada em:

RE: Rookie Question Please help

2007-09-14 Thread Charlie Wingate
I got it. This was a real rookie mistake, it is JDBC not JBC on the url string. ~Charlie The significant problems we have cannot be solved at the same level of thinking with which we created them. - Albert Einstein -Original Message- From: Charlie Wingate [mailto:[EMAIL

Re: beginer question abt JSP with Tomcat

2007-09-14 Thread minky arora
OK..as expected , I may need little more help. I am trying to shutdown Tomcat and am getting the foll: *** RNAi:/users/meenaksharora/java/tomcat/apache-tomcat-6.0.14/bin meenaksharora$ ./shutdown.sh Using CATALINA_BASE: /users/meenaksharora/java/tomcat/apache-tomcat-6.0.14 Using

Re: beginer question abt JSP with Tomcat

2007-09-14 Thread minky arora
AND I also tried running my own JSP example file and this is wat I get: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application

Re: beginer question abt JSP with Tomcat

2007-09-14 Thread Pid
minky arora wrote: OK..as expected , I may need little more help. I am trying to shutdown Tomcat and am getting the foll: *** RNAi:/users/meenaksharora/java/tomcat/apache-tomcat-6.0.14/bin meenaksharora$ ./shutdown.sh Using CATALINA_BASE:

Re: beginer question abt JSP with Tomcat

2007-09-14 Thread Pid
minky arora wrote: AND I also tried running my own JSP example file and this is wat I get: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application

Re: beginer question abt JSP with Tomcat

2007-09-14 Thread David Smith
Not without source code. What's your jsp example look like? --David minky arora wrote: AND I also tried running my own JSP example file and this is wat I get: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar

Re: is jsvc not used here? Re: slow shutdown with jsvc

2007-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charly, charly wrote: Ok it seems no problem on Linux. Dos anyone use it on Solaris? Again, you ought to ask about this on the jakarta-commons forum, where the jsvc project lives. I'm sure there are Solaris users of jsvc lurking on this list,

Re: Oracle Invalid Login Credentials

2007-09-14 Thread Peter Lombardo
It's possible too that Oracle has hit a limit either on total connections or the connections for that schema. To check how many connections exist in oracle via sqlplus: select count(*) from v$session; Default on 10g is 170 I believe but that is from memory. A specific ORA code would give more

Tomcat 4.1 SSL Question

2007-09-14 Thread Velurethu, Abi J
Hello, I have an issue with tomcat 4.1 SSL setup. I am running multiple instances of Tomcat on one server, Tomcat 1, Tomcat 2, Tomcat 3... I am setting up SSL on one of the Tomcat instances...the non-ssl port is 8180 and it is working fine. The ssl port is 8444. I did all the

Re: tomcat incoming requests and thread usage

2007-09-14 Thread Manivannan Palanichamy
Its hard to say servlet threads return to pool, as soon as its done with the response. many things would go in between, as Caldarale said. u can try with few threads and really trace whats going with the service method. make sure, the last line of service method is reached -- at least u can be

RE: Tomcat 4.1 SSL Question

2007-09-14 Thread Propes, Barry L
I thought I'd seen that port was usually 8443. Or 443. -Original Message- From: Velurethu, Abi J [mailto:[EMAIL PROTECTED] Sent: Friday, September 14, 2007 2:15 PM To: users@tomcat.apache.org Subject: Tomcat 4.1 SSL Question Hello, I have an issue with tomcat 4.1 SSL setup. I am

deployement of application uising trinidad

2007-09-14 Thread anis jaballah
hi; when i deployed demo of trinidad 1.0 it work with tomcat. but when i tried to deployed the demo of trinidad 1.2.2 an error display: (MyFaces JSF implementation found! This version of JBoss AS ships with the java.net implementation of JSF. There are known issues when mixing JSF

RE: Tomcat 4.1 SSL Question

2007-09-14 Thread Caldarale, Charles R
From: Propes, Barry L [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat 4.1 SSL Question I thought I'd seen that port was usually 8443. Or 443. There's a problem with at least some versions of IE that insist on using 443 for HTTPS, regardless of what was used to reach the original page.

Apache Service Stopping

2007-09-14 Thread john . calderbank
I am having a sporadic problem where users will spontaneously be brought out to the timeout message: Exception: java.lang.Exception: Your ESP+web session signed off or has expired. You will need to login again to initiate a new session. I have been able to recreate the problem myself

RE: deployement of application uising trinidad

2007-09-14 Thread Caldarale, Charles R
From: anis jaballah [mailto:[EMAIL PROTECTED] Subject: deployement of application uising trinidad java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config You need to put jstl.jar in your webapp's WEB-INF/lib directory. There's a copy of it in Tomcat's

RE: Apache Service Stopping

2007-09-14 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Apache Service Stopping Exception: java.lang.Exception: Your ESP+web session signed off or has expired. You will need to login again to initiate a new session. That looks like a message from your webapp, not Tomcat.

Apache Directives help...

2007-09-14 Thread Mike Cronin
Hi there, I need to add the following Apache Directive in an attempt to fix a multi-part form POST issue being encountered due to an IE bug. Where are these directives set under Apache Tomcat 6? Is the http.conf a thing of the past? I'm a bit lost here. BrowserMatch .MSIE. \ nokeepalive

RE: Apache Directives help...

2007-09-14 Thread Caldarale, Charles R
From: Mike Cronin [mailto:[EMAIL PROTECTED] Subject: Apache Directives help... Where are these directives set under Apache Tomcat 6? Are you confusing the Apache HTTP server (aka httpd) with Apache Tomcat? They're completely different entities. The directives you're inquiring about are for

RE: Apache Directives help...

2007-09-14 Thread Mike Cronin
Thanks Charles. I realize that the directives I mentioned exist under Apache HTTP server, and was looking for a similar implementation under Apache Tomcat 6, which you have just helped me with. Thanks much! Mike Fax.com The New Way To Fax! www.fax.com Confidential: This electronic message

Re: Tomcat failover

2007-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, Andrew Hole wrote: But, what happens to active [HTTP] sessions? I will lose all information associated to the active sessions? Of course. Since Tomcat is managing the session in memory, and Tomcat dies, the memory is released and its

Re: Further documentation on j_security_check

2007-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nessus, nessus wrote: I have the [a similar] question. anybody know how to authenticate users with it's information in another database table rather the preset table appfuse created automatically app-user, role and user_role, like my own table

Re: tomcat incoming requests and thread usage

2007-09-14 Thread Bill Barker
Waseem Azhar [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Could sombody tell me how tomcat release/reclaim it threads after serving request. I have a situation where i have no activity going on in my webapp but still thread usage is 61 with status (service/stage). I have

Re: Tomcat 4.1 SSL Question

2007-09-14 Thread Bill Barker
Since TC 4 does a redirect to the welcome-file, this also causes problems with IE when you use a non-default SSL port. Caldarale, Charles R [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] From: Propes, Barry L [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat 4.1 SSL Question I

Re: PHP Security Vulnerability???

2007-09-14 Thread Arend P. van der Veen
Joseph Millet wrote: you've must have got a phpinfo() page running somewhere you can grep your www directory for that one ... JJ On 9/12/07, Arend P. van der Veen [EMAIL PROTECTED] wrote: Wade Chandler wrote: Does it give you any paths to this PHP application? I haven't seen anything