Hello !
Thanks for the Reply !
To your questions My answer is :
1.) Is it a shared server in which you have a user account?
Does this server have Tomcat installed on it?
Ans: Yes It is a shared Server and I have a account over it.
Yes I have installed the tomcat 6.0.32 onto this server at th
Due to a conflict between the cached JSPs in the work directory of a tomcat
container on our app¹s QA Windows 2003 server, does the tomcat service have
to be restarted?
Any help would be greatly appreciated. Thanks.
> From: Rüdiger Herrmann [mailto:rherrm...@eclipsesource.com]
> Subject: Re: How to cluster two embedded tomcat 7 instances
> thanks for the hint. Here goes the link to the file:
> http://pastebin.com/6K4Ns4Tz
Please consider adding this to the Tomcat Wiki as well.
- Chuck
THIS COMMUNICATION
thanks for the hint. Here goes the link to the file:
http://pastebin.com/6K4Ns4Tz
- Rüdiger
On Fri, Jun 10, 2011 at 22:35, Pid wrote:
> On 10/06/2011 21:23, Rüdiger Herrmann wrote:
>> In case someone is interested, the code to programmatically set up a
>> clustered Tomcat instance is attached.
Taking out what I did for the YourKit plug-in didn't help. Next, I shutdown my
Eclipse and then started and stopped Tomcat on the server. The org.eclipse
threads were still listed in the thread dump. I recently upgraded B.I.R.T. to
version 2.2 on Tomcat and it uses osgi jar files. I'll look
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Brian,
(Resurrecting a thread from the long past that I hadn't noticed until
just now).
On 3/15/2011 7:56 PM, Brian Braun wrote:
> I don't know yet which project are you talking about, but why haven't you
> decided to migrate to JSF 2.0 or Spring MVC
We switched from JSSE to the APR and OpenSSL about 6 months. We
converted all existing keys and certs to the format required by OpenSSL.
It was not hard. Some people say it can't be done, but they're wrong.
After 6 months with openSSL, I say it's easier to use than JSSE. We use
not only server-s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Pid,
On 6/10/2011 4:37 PM, Pid wrote:
> On 10/06/2011 21:29, Patrick Flaherty wrote:
>> Hi,
>>
>> Is APR/native Connector dramatically faster then Java Nio Blocking
>> Connector or is it marginal ?
>
> APR+SSL is a little faster, if I remember correc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
To whom it may concern,
On 6/9/2011 4:25 PM, tom...@r322.com wrote:
> I have a script setup does a wget hit to docs/config/valve.html every 1
> second. If the wget call takes longer than 1 second it grabs a bunch of
> stats -- iostat, vmstat, top, jst
On 10/06/2011 21:29, Patrick Flaherty wrote:
> Hi,
>
> Is APR/native Connector dramatically faster then Java Nio Blocking
> Connector or is it marginal ?
APR+SSL is a little faster, if I remember correctly, Chris?
> I'd love faster SSL but all my keys and certs are java based (keytool).
> Will A
On 10/06/2011 21:23, Rüdiger Herrmann wrote:
> In case someone is interested, the code to programmatically set up a
> clustered Tomcat instance is attached.p
The list strips attachments unfortunately. Try Pastebin/GitHub etc
p
signature.asc
Description: OpenPGP digital signature
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
On 6/10/2011 12:33 AM, Caldarale, Charles R wrote:
> $CATALINA_HOME/webapps/mbp#filePort
FWIW, path names containing a # symbol can wreak havoc on certain APIs
that use URLs to locate resources.
Case in point: Apache Cocoon uses file: URLs to
Hi,
Is APR/native Connector dramatically faster then Java Nio Blocking
Connector or is it marginal ?
I'd love faster SSL but all my keys and certs are java based
(keytool). Will APR ever support Java SSL ?
I find Java keytool to be reasonably easy to use. Is OpenSSL as easy
to use ?
T
In case someone is interested, the code to programmatically set up a
clustered Tomcat instance is attached.
- Rüdiger
On Fri, Jun 10, 2011 at 10:42, Rüdiger Herrmann
wrote:
> Martin,
>
> thanks for the pointers. Though, I'd rather like to start with the
> default solution (i.e. something that wo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All,
On 6/10/2011 3:59 PM, Christopher Schultz wrote:
> It's best to find out what your JVM supports and use that.
>
> I wrote a short bit of code a while back to determine the supported
> algorithms and the default cipher suite for an SSLSocketFacto
On 10/06/2011 17:10, Martin Grotzke wrote:
> Hi,
>
> On 06/10/2011 05:05 PM, Smith, Mitchell wrote:
>> Hi,
>>
>> Tomcat Version 5.5.27
>> OS: Linux Red Hat Linux 5.3 Enterprise 64bit
>>
>> I have a tomcat server setup, with the following configuration added:
>> -XX:+UseLargePages
>> -Xms14
I just installed a plug-in to try and get YourKit going to find the leaks. I
didn't realize that I had started Tomcat from inside Eclipse. I'll take out
what I did.
Thanks,
April
-
To unsubscribe, e-mail: users-unsubscr...@to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Charles,
On 6/10/2011 9:25 AM, Charles Van Damme wrote:
> 10-jun-2011 15:14:11 org.apache.catalina.core.AprLifecycleListener init
> INFO: The APR based Apache Tomcat Native library which allows optimal
> performance in production environments was not
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sriram,
On 6/10/2011 1:49 PM, Sriram Narayanan wrote:
> Having one application serve static content, and having other
> applications serve other content (accept http requests, perform some
> processing, and send back responses, for e.g.), is actually
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
On 6/9/2011 9:40 PM, Caldarale, Charles R wrote:
>> From: Anand HS [mailto:anan...@gmail.com]
>> Subject: Optimal Settings to use Tomcat as a HTTP File Server
>
>> We plan to use tomcat to let users download static content
>> ( media, execut
Charles, you are facing multiple problems here. One is with the RSA,
and the other is with starting Tomcat instances.
On Fri, Jun 10, 2011 at 8:48 PM, Charles Van Damme wrote:
> At which moment does NetBeans start the Tomcat server ?
> If I operate a shutdown.bat and a startup.bat from start >
On Fri, Jun 10, 2011 at 11:18 AM, Caldarale, Charles R
wrote:
>> From: Caldarale, Charles R
>> Subject: RE: Optimal Settings to use Tomcat as a HTTP File Server
>
>> > We plan to use tomcat to let users download static content
>> > ( media, executables etc.. ).
>
>> As much as I like Tomcat, I hav
Hi,
On 06/10/2011 05:05 PM, Smith, Mitchell wrote:
> Hi,
>
> Tomcat Version 5.5.27
> OS: Linux Red Hat Linux 5.3 Enterprise 64bit
>
> I have a tomcat server setup, with the following configuration added:
> -XX:+UseLargePages
> -Xms14336m
> -Xmx14336m
> -XX:NewRatio=4
> -XX:Ma
Patrick Guillot - Genigraph wrote:
Hi all,
Thanks for your inputs.
I tried starting Tomcat via local administrator account, but it does not
start at all (no log file produce for tomcat and got error 1069), neither
via the GUI nor via command line.
Probably because now it does not have the per
Hi all,
Thanks for your inputs.
I tried starting Tomcat via local administrator account, but it does not
start at all (no log file produce for tomcat and got error 1069), neither
via the GUI nor via command line.
I have asked my customer to set-up a new virtual machine to do what you
suggest pid
Dear Pid,
Yes, RSA fails, and I'm wondering why.
Meantime, in 'server.xml' (see my previous email sending, I changed RSA by
TLS. Only that.
Output tabs :
1.1) Tomcat 7.0 :
Using CATALINA_BASE: "C:\Program Files\ApacheSoftwFound\Apache Tomcat
7.0.11"
Using CATALINA_HOME: "C:\Program Files\Apac
Hi Rüdiger,
On 06/10/2011 10:42 AM, Rüdiger Herrmann wrote:
> Still, I would be *very* interested in knowing how to use the
> PersistentManager to realize session failover - if it is inteded to
> serve that purpose at all.
I remember there were people posting on this list that they're trying to
ac
Hi,
Tomcat Version 5.5.27
OS: Linux Red Hat Linux 5.3 Enterprise 64bit
I have a tomcat server setup, with the following configuration added:
-XX:+UseLargePages
-Xms14336m
-Xmx14336m
-XX:NewRatio=4
-XX:MaxPermSize=256m
-XX:+UseConcMarkSweepGC
-XX:CMSInitiatingOccupancyF
> From: April Easton [mailto:aeas...@shawneecourt.org]
> Subject: Tomcat shutdown issues
> I don't see any of my threads in there
Look harder:
> "Worker-JM" prio=3D10 tid=3D0x5d7a1800 nid=3D0x521f in Object.wait()
> at
> org.eclipse.core.internal.jobs.InternalWorker.run(Interna
On 10/06/2011 15:36, April Easton wrote:
> Good day,
> I've been working on closing all my threads in my applications that run
> on Tomcat. I recently upgraded to 7.0.14 to get better messages concerning
> why Tomcat wasn't shutting down properly. I have stopped all my servlets and
> thre
On 10/06/2011 14:25, Charles Van Damme wrote:
> java.security.NoSuchAlgorithmException: RSA SSLContext not available
It seems pretty clear that "RSA" isn't accepted by Java as a valid
algorithm.
p
signature.asc
Description: OpenPGP digital signature
Good day,
I've been working on closing all my threads in my applications that run on
Tomcat. I recently upgraded to 7.0.14 to get better messages concerning why
Tomcat wasn't shutting down properly. I have stopped all my servlets and
threads, but I'm still having trouble. Below is the th
On 10/06/2011 10:16, Patrick Guillot - Genigraph wrote:
> Right.
> I have used a script I made because I had several tomcat instances to set-up
> (2x8). Attached is the script I used. I'm using multiple catalina_base (one
> for each application).
Please uninstall all Tomcat services.
Now install T
On 10/06/2011 13:33, adityagoel123 wrote:
>
> I have succesfully deployed a application through .war file on apache server.
"apache server" usually refers to Apache HTTPD, http://httpd.apache.org.
This is the mailing list for Apache Tomcat, a Java Application server,
which does publish web appli
On 10/06/2011 11:26, Petr Hracek wrote:
> Dear tomcat users,
>
> I would like to ask you how can I authenticate users to access tomcat page?
> My users are stored in standard /etc/passwd file
I'm not sure I'd give Tomcat access to the local user authentication.
> or users which are stored in an
OK Christopher:
1) Output tabs of NetBeans IDE
1.1) Tomcat 7.0 :
Using CATALINA_BASE: "C:\Program Files\ApacheSoftwFound\Apache Tomcat
7.0.11"
Using CATALINA_HOME: "C:\Program Files\ApacheSoftwFound\Apache Tomcat
7.0.11"
Using CATALINA_TMPDIR: "C:\Program Files\ApacheSoftwFound\Apache Tomcat
7
Is it possible that Tomcat 7.0.14 did not implement any sort of
'onDisconnectEvent' for asynchronous servlets 3.0?
I am sure tomcat DOES KNOW when a client browser is closed, since the
notification arrives when using CometProcessor.
Did anyone worked with asynchronous servlets as in Servlet 3.0
Hi.
I don't really know if it is important here, I don't know Waffle, the type of
error does
not match, and it doesn't look below like you are using any network paths.
That was the disclaimer of responsibility.
One aspect that is different when you run Tomcat as a service, is (usuallly) the
use
I have succesfully deployed a application through .war file on apache server.
I am also able to access it through http://10.129.x.x/application on my
local machine.
Now, I want it to hosted to a web address like www.example.com/~application
Currently, www.example.com/~application is pointing to
On 6/10/2011 8:15 AM, Patrick Guillot - Genigraph wrote:
Hi Martin,
It does start as administrator already: The tomcat service GUI used to start
the service is executed via the "Run as administrator" contextual menu
command.
That doesn't mean the service itself is using the administrator acct.
Hi Martin,
It does start as administrator already: The tomcat service GUI used to start
the service is executed via the "Run as administrator" contextual menu
command.
Unfortunately this does not solve the problem.
Thanks.
Regards,
Patrick
pguil...@genigraph.fr
Téléphone : +33 (0)9 51 17
Just as Unix contains different configurations for each .profile and .bashrc
you may have different (JVM and or CLASSPATH) configurations for each username
in Windows Authentication Framework.
from what i know Windows service has different capabilities depending on the
authentication credentials
Hi,
I'm running a 4 node cluster and seeing the same exception as described in
this issue.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306
What can I do to workaround it or what can I information can I provide to help?
I'm running 6.0.32 with a securitymanager on Debian 5. Java ve
> Due to a conflict between the cached JSPs in the work directory of a tomcat
> container on our app's QA Windows 2003 server, does the tomcat service have
> to be restarted?
>
> Any help would be greatly appreciated. Thanks.
>
> Melinda Savoy
>
Melinda,
You seem to have sent the exact same emai
Due to a conflict between the cached JSPs in the work directory of a tomcat
container on our app's QA Windows 2003 server, does the tomcat service have to
be restarted?
Any help would be greatly appreciated. Thanks.
Melinda Savoy
Sr. Programmer Analyst, ERP Systems
Innovative Technology Soluti
Dear tomcat users,
I would like to ask you how can I authenticate users to access tomcat page?
My users are stored in standard /etc/passwd file
or users which are stored in another database engine than Realm
thank you in advance
--
Best Regards / S pozdravem
Petr Hracek
---
Hello,
Right.
I have used a script I made because I had several tomcat instances to set-up
(2x8). Attached is the script I used. I'm using multiple catalina_base (one
for each application).
At first, the "Java Classpath:" field of the Tomcat Service GUI only
contains :
bootsrap.jar and to
On 10/06/2011 09:38, Patrick Guillot - Genigraph wrote:
> Hi everybody,
>
>
>
> I’m driving mad with a classpath issue :
>
>
>
> My environment :
>
> - Tomcat 6.0.29
>
> - Windows Server 2008 R2 Standard 64 bits
>
> - JDK 1.5.0_22
>
>
>
> My webapp is usi
Martin,
thanks for the pointers. Though, I'd rather like to start with the
default solution (i.e. something that works out of the box with the
Tomcat deliverable)
In the meanwhile, I brought the SimpleTcpCluster to work. I will
report here soon with some code.
Still, I would be *very* interested
On 10/06/2011 09:38, Patrick Guillot - Genigraph wrote:
> Jvm Option[8]
> -Djava.class.path=D:\tomcat\bin\tomcat-juli.jar;D:\tomcat\bin\bootstrap.jar;
> D:\tomcat\lib\annotations-api.jar;D:\tomcat\lib\catalina-ant.jar;D:\tomcat\l
> ib\catalina-ha.jar;D:\tomcat\lib\catalina-tribes.jar;D:\tomcat\lib\
Hi everybody,
Im driving mad with a classpath issue :
My environment :
- Tomcat 6.0.29
- Windows Server 2008 R2 Standard 64 bits
- JDK 1.5.0_22
My webapp is using Waffle (Windows Authentication Framework)
(http://waffle.codeplex.com/) to benefit from tra
51 matches
Mail list logo