Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Maciej,
Bajolek, Maciej wrote:
Basically the problem is: how can webAppA share the session object with
webAppB. Both apps are deployed within the same instance of Tomact.
The servlet specification (section 7.3) specifie
thanks chris, this may bee what i've been looking for, since we do use user
sessions already.
we're running the site (with slight differences) on internet and intranet,
so we could tell our users to wait until response, but would be quite
difficult to tell our customers ;)
we're working on the p
Original post :
quote
Hi.
I'm looking for a server that has to hold many (web services) remote clients
for controlling them.
I want to do things like sending power off command to a bunch of machines
remotely.
The clients are usually windows machines behind firewalls NAT or web
proxies that only a
I am also facing the same issue.
Btw, do you know how to find these configuration values and more importantly
the number of 'available' worker threads within a servlet?
Thanks,
Madhav
On Tue, Oct 7, 2008 at 4:12 AM, Rohan Sahgal <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I tried increasing the number
McEahern, Mark S wrote:
-Original Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 05, 2008 1:41 PM
To: Tomcat Users List
Subject: Re: Deploying to a subfolder
I can repeat this now. It looks like I missed this
>> combination in
Rohan Sahgal wrote:
> I tried increasing the number of tomcat threads.
>
> However, I cannot get tomcat to destroy the threads once they get created
> even though tomcat is idle.
>
> However I have observed that once 2000 threads are created (I am monitoring
> with jconsole), the number never com
Madhav wrote:
> I am also facing the same issue.
>
> Btw, do you know how to find these configuration values and more importantly
> the number of 'available' worker threads within a servlet?
Take a look at how the manager app does it for the status page.
Mark
-
hey guys, i just loaded onto a system with a old harddrive a replacement
(different kind of motherboard) and updated/installed a new fedora 9.2
version but cannot get a password to work and all of the user names have
been changed..
any ideas how to get from the main on site console root access
cooper5114 wrote:
> Apache Tomcat/5.5.26
> OS = RH ES 5
Is this a clean Tomcat install from an Apache tar.gz distro or are you
using RedHat packages?
Mark
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I'm trying to use the VirtualWebappLoader in Tomcat 6.0.18 to add a directory
to the classpath, but get a strange exception. The context definition looks
like this:
When deploying the WAR file together with the above context defin
cooper5114 wrote:
> I'm very new to Tomcat so bear with me.
>
> I ran into a problem where i couldn't access an application (x.war) that i
> copied to Tomcat's webapps directory. I verified the $CATALINA_HOME env
> variable points to that tomcat. The ip address/port are fine, etc. I can get
> to
Hi Rohan,
at tomcat 6 you must use an external executor thread pool to decrease
idle threads:
Look at http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html
Executor drop idle threads after one minute.
Peter
Am 07.10.2008 um 10:29 schrieb Mark Thomas:
Rohan Sahgal wrote:
Apache Tomcat/5.5.26
OS = RH ES 5
markt-2 wrote:
>
> cooper5114 wrote:
>> I'm very new to Tomcat so bear with me.
>>
>> I ran into a problem where i couldn't access an application (x.war) that
>> i
>> copied to Tomcat's webapps directory. I verified the $CATALINA_HOME env
>> variable points t
Pid wrote:
> No! Bad!
>
> Your tomcat version & operating system variant (some version of linux?)
> would be useful.
>
> Try to locate the main tomcat logfile, 'catalina.out' in the tomcat/logs
> directory. This logfile should contain a detailed error & stacktrace
> for the 500 error page, pleas
cooper5114:
So in trying to figure out what was going on, i edited the
webapps/ROOT/index.jsp page to verify that it would change. It didn't. So i
figured it must be cached, so i killed my browser, restarted. No change. I
also deleted $CATALINA_HOME/work directory (which i believe is used for
ca
> From: Barry Fawthrop [mailto:[EMAIL PROTECTED]
[...]
> wget -O .../local_news
> http://www.topix.com/rss/county/citrus-fl
[...]
> java.io.FileNotFoundException:
> http://www.topix.com/rss/county/citrus-fl
> at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(Htt
> pURLConnec
I'm very new to Tomcat so bear with me.
I ran into a problem where i couldn't access an application (x.war) that i
copied to Tomcat's webapps directory. I verified the $CATALINA_HOME env
variable points to that tomcat. The ip address/port are fine, etc. I can get
to the default Tomcat home page.
Good Day.
Hope u can help me, have read about workers, uri and connector, And i have get
to work it. But I have a problem.
Situation:
2 Servers, Producttion and Development.
Developers deploy .war to developemnt, and when it's correct they move war from
development to production.
1 Server, in
Peter Crowther wrote:
>> From: Barry Fawthrop [mailto:[EMAIL PROTECTED]
> [...]
>> wget -O .../local_news
>> http://www.topix.com/rss/county/citrus-fl
> [...]
>> java.io.FileNotFoundException:
>> http://www.topix.com/rss/county/citrus-fl
>> at
>> sun.net.www.protocol.http.HttpURLConnectio
Recently I tried to switch from tomcat to jetty (I read it would be faster,
so what the heck, I give it a try).
Well, I can say, I am definitely sticking with tomcat, it is a lot easier to
setup en the docs are way better.
I have it running with two hosts and ssl enabled.
Each ssl site gets its ow
I use a chat servlet deployed in tomcat 5.5.
Because i live in France, i need some special characters like é / à / ç.
When testing with my IDE (netbeans + tomcat 5.5) i've no problem with
these characters, as i use UTF-8.
When serving the HTML canvas page, i declare UTF-8 encoding in the
do
Hello,
I'm debugging a tomcat filter. The filter has been designed as follows:
MyFilter::DoFilter(ServletRequest request, ServletResponse response,
FilterChain chain)
{
do_some_stuff();
//now delegate the call the chain
chain.DoFilter();
//the header value below doesn't always sh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All,
I'm using (stock) TC 5.5.26 on Sun Java 1.5.0_14-b03, Debian etch.
I'm trying to configure an HTTP that reports to the
application that the connection is secure. According to the TC
documentation
(http://tomcat.apache.org/tomcat-5.5-doc/config/
I'm trying to configure an HTTP that reports to the
application that the connection is secure. According to the TC
documentation
(http://tomcat.apache.org/tomcat-5.5-doc/config/http.html), you should
be able to simply set:
secure="true"
in the and all should be well.
Yes, this is used whe
Hey all,
Just noticed some odd behavior in tomcat today, one of
our admins setup a new folder on a context as follows:
/seasonpass/index.jsf
/seasonpass/index.jsp
He did not touch the web.xml file and yet the /seasonpass/ folder works
as expected!? Without altering the sec
> From: Christopher Schultz [mailto:[EMAIL PROTECTED]
> Subject: Non-secure HTTP connector with secure="true"
> requires a keystore?
>
> I'm trying to configure an HTTP that reports to the
> application that the connection is secure.
I thought I had done this using just what you described, but it
Hi Filip,
I think I am seeing the message, it was just hidden amongst other log messages
I guess I missed it.
However I do see something else when I added the TcpFailureDetector to the
interceptor list, I see two DISAPPEARED messages?
Without TcpFailureDetector:
1) Start Server #1, th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
Caldarale, Charles R wrote:
> I thought I had done this using just what you described, but it may
> have been in 6.0. Can you post the config for the in
> question? Have you left the scheme set to "HTTP"?
Yup. Here's the configuration:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Michael,
Michael Larson wrote:
> I'm debugging a tomcat filter. The filter has been designed as follows:
>
> MyFilter::DoFilter(ServletRequest request, ServletResponse response,
> FilterChain chain)
> {
>do_some_stuff();
>
>//now delegate th
> From: Rob Mercer [mailto:[EMAIL PROTECTED]
> Subject: Welcome file bypasses security-constraint checking?
>
> Just noticed some odd behavior in tomcat today
Care to tell us the version, or should we consult a psychic reader?
> He did not touch the web.xml file and yet the /seasonpass/
> folder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Serge,
Serge Fonville wrote:
> What I would like to know is: how do I setup tomcat to serve a different
> host on ssl and normal on the same socket.
Do you mean the same port? You can't have HTTP and HTTPS on the same
port: no product can do that. Wh
> From: Christopher Schultz [mailto:[EMAIL PROTECTED]
> Subject: Re: Non-secure HTTP connector with secure="true"
> requires a keystore?
>
> I tried it with scheme="http" at first, and got the same exception.
The code in 6.0 is noticeably different from that in 5.5 for protocol
initialization, in
Tomcat 6.0.14
index.jsp
tomcat
USR
MGR
ORG
ADM
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Raghu,
Raghunandan wrote:
> Is it required to monitor the deployed services in tomcat?
No. You can ignore Tomcat after it's been started if you want.
> Is there option for auto restart if the service goes down?
Tomcat does not include any such func
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
Caldarale, Charles R wrote:
>> From: Christopher Schultz [mailto:[EMAIL PROTECTED]
>> Subject: Re: Non-secure HTTP connector with secure="true" requires
>> a keystore?
>>
>> I tried it with scheme="http" at first, and got the same exception.
> From: Rob Mercer [mailto:[EMAIL PROTECTED]
> Subject: RE: Welcome file bypasses security-constraint checking?
>
> Tomcat 6.0.14
Thanks.
>
> Not secured Pages
[various unsecured declarations snipped]
>
>
> Restrict Secured JSF Pages
>
> JSF
> *.jsf
The above should protect /
Chris,
Thanks for you repsons.
You are right, I'll clarify (add an actual example)
I have Tomcat 6.0.18 with the native dll installed
I have two hosts presently (more to come)
localhost and autumn.nl
What I want now is
*.autumn.nl accessble only via http
secure.autumn.nl accessible only via http
I ran accros the ml archives, and i find some useful posts.
I've almost solved my problem: i can now display the accent (é è à)
using request.setCharacterEncoding("UTF-8");
response.setCharacterEncoding("UTF-8");
It seems that the default charset for tomcat is ISO 8859 1
The j2ee javadoc sa
we are using JBoss4.0.5. For flash video, we added
flv
video/x-flv
in tomcat conf/web.xml.
Restarted jboss. When uploading a foo.flv, uploadeFile.getContentType returns
"application/octet-stream", not "video/x-flv". Could you please help me?
Thanks,
Dave
hi Mike, that's great. yes, the TCP failure detector could give multiple
"DISAPPEARED" messages, that is something I'm about to fix
Filip
Mike Wannamaker wrote:
Hi Filip,
I think I am seeing the message, it was just hidden amongst other log messages
I guess I missed it.
However I do see som
Hi Markus, did you ever figure this out? I was looking in the archives of the
tomcat mailing list and saw your query but it didn't seem to me that anyone
answered it fully, at least not for me.
I figured out that I could remove/rename the webapps/ROOT directory and deploy
my war file as ROOT.
Tomcat throws too many open files and when I do lsof I get bunch of:
java14130 root 935u IPv4 30842592 TCP
localhost:41971->localhost:http (CLOSE_WAIT)
java14130 root 937u IPv4 30841213 TCP
efeitws3.ptctax.intuit.com:41161->10.10.81.94:webcache (CLOSE_WAIT)
- Original Message -
From: "Rusty Wright" <[EMAIL PROTECTED]>
To: "Markus Lord" <[EMAIL PROTECTED]>; "Tomcat Users List"
Sent: Tuesday, October 07, 2008 11:31 PM
Subject: Re: tomcat ROOT
Hi Markus, did you ever figure this out? I was looking in the archives of
the tomcat mailing l
- Original Message -
From: "Mohit Anchlia" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Tuesday, October 07, 2008 11:44 PM
Subject: Too many open files
Tomcat throws too many open files and when I do lsof I get bunch of:
java14130 root 935u IPv4 30842592 TC
I can see you can't wait to hear the debate. Anyhow, I am using
HttpClient from apache commons and I do have .getReleaseConnection().
On Tue, Oct 7, 2008 at 4:56 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote:
>
> - Original Message - From: "Mohit Anchlia" <[EMAIL PROTECTED]>
> To: "Tomcat User
- Original Message -
From: "Johnny Kewl" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Wednesday, October 08, 2008 1:56 AM
Subject: Re: Too many open files
- Original Message -
From: "Mohit Anchlia" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Tuesday, October 0
- Original Message -
From: "Dave" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Tuesday, October 07, 2008 11:03 PM
Subject: video/x-flv mime-mapping does not for Tomcat 5.5
we are using JBoss4.0.5. For flash video, we added
flv
video/x-flv
in tomcat conf/web.xml.
Restarted j
- Original Message -
From: "Johnny Kewl" <[EMAIL PROTECTED]>
To: "Tomcat Users List" ; <[EMAIL PROTECTED]>
Sent: Wednesday, October 08, 2008 2:25 AM
Subject: Re: video/x-flv mime-mapping does not for Tomcat 5.5
- Original Message -
From: "Dave" <[EMAIL PROTECTED]>
To: "Tom
- Original Message -
From: "Mohit Anchlia" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Wednesday, October 08, 2008 2:11 AM
Subject: Re: Too many open files
I can see you can't wait to hear the debate. Anyhow, I am using
HttpClient from apache commons and I do have .getReleaseC
albrecht andrzejewski wrote:
I ran accros the ml archives, and i find some useful posts.
I've almost solved my problem: i can now display the accent (é è à)
using request.setCharacterEncoding("UTF-8");
response.setCharacterEncoding("UTF-8");
It seems that the default charset for tomcat is I
Johnny Kewl wrote:
- Original Message - From: "Rusty Wright" <[EMAIL PROTECTED]>
To: "Markus Lord" <[EMAIL PROTECTED]>; "Tomcat Users List"
Sent: Tuesday, October 07, 2008 11:31 PM
Subject: Re: tomcat ROOT
Hi Markus, did you ever figure this out? I was looking in the
archives of t
Johnny Kewl wrote:
- Original Message - From: "Dave" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Tuesday, October 07, 2008 11:03 PM
Subject: video/x-flv mime-mapping does not for Tomcat 5.5
we are using JBoss4.0.5. For flash video, we added
flv
video/x-flv
in tomcat conf/web
it's a clean download tar.gz from apache.
markt-2 wrote:
>
> cooper5114 wrote:
>> Apache Tomcat/5.5.26
>> OS = RH ES 5
>
> Is this a clean Tomcat install from an Apache tar.gz distro or are you
> using RedHat packages?
>
> Mark
>
>
>
> --
53 matches
Mail list logo