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
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
"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
-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
-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 cont
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 a
> 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
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 ssl-u
> 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 Tomca
> 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 webapps/examples/WEB-IN
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 an
> 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.
Some
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
implementations
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
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 sure
> 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
> c
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 in
-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,
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 file
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
>
> org.apache.jasper.comp
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: /users/meenaksharora/java/tomcat/apache
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
org.apache.jasper.compiler.DefaultErrorHandler.jspE
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 CATALINA_HOM
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 PROTECTED]
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: sexta-
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
Hi there,
Is it possible to somehow, obtain the non-evaluated code contained
inside a taglib body ?
thanks!
> 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
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 wrot
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
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 <[EMAI
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
--
Kri
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 t
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
java.net.
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 messag
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 d
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 i
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
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 [ma
39 matches
Mail list logo