On 03/13/2012 12:09 AM, Alex Samad - Yieldbroker wrote:
[snip]
Try the RC binaries from
http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.33/
Does this one crashes as well?
Okay, got your build from there.
1) it loads up with single application thread (so not a web garden) but then
HI All,
I am new to tomcat I just want to know that is tomcat a server where i can
run my web application or can it do anything more? can you please explain
Regards
Vinay
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nick,
On 3/12/12 4:43 PM, Nick Williams wrote:
> We maintain a very large application, with somewhere around 2,000
> JSP files (in addition to ~250,000 lines of pure Java). We have
> decided it is about time we ship our application with precompiled
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Debbie,
On 3/12/12 1:48 PM, Debbie Shapiro wrote:
> -Original Message- From: Christopher Schultz
> [mailto:ch...@christopherschultz.net]
>> For my money, I'd off-load the actual report-generation to an
>> out-of-process (duh) process and pick
[snip]
>
> Try the RC binaries from
> http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.33/
>
> Does this one crashes as well?
Okay, got your build from there.
1) it loads up with single application thread (so not a web garden) but then
failed
2) I tried it as a web garden, so 4 process
I am using a windows 2003 server 32 bit standard edition SP2 with IIS 6. I
have an isapi_redirect.dll v.1.2.31 communicating to tomcat via ajp1.3. JDK
version was 7.03, and tomcat version is 7.0.26. Tomcat is installed as a
service using the service.bat, and I am running two containers in the
cl
On 12/03/2012 17:30, Pid * wrote:
> I will try to reproduce using your config, shortly.
The only warning I get on OSX with JDK 1.7.0 is that FarmWarDeployer
only works when the Cluster is defined inside a Host.
Can you provide as much detail as possible about your OS & JDK 7 version
please?
p
On 09/03/2012 18:09, Debbie Shapiro wrote:
> Mar 7, 2012 11:30:06 PM org.apache.catalina.loader.WebappClassLoader
> clearReferencesThreads
> SEVERE: The web application [/sree] appears to have started a thread named
> [AWT-Windows] but has failed to stop it. This is very likely to create a
> mem
We maintain a very large application, with somewhere around 2,000 JSP files
(in addition to ~250,000 lines of pure Java). We have decided it is about
time we ship our application with precompiled JSP files.
The Ant tasks from Tomcat to support this effort have been extremely
helpful, and I have
> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com]
> Subject: Re: Hanging on startup?
> I see Sun/Oracle was as helpful as ever on this one:
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6521844
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6202721
Can't comment in publi
Yep.
JAVA_OPTS=-Djava.security.egd=file:/dev/./urandom
prevents the hang.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
On Mon, Mar 12, 2012 at 2:34 PM, Caldarale, Charles R
wrote:
>> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com]
>> Subject: Hanging on startup?
>
>> Startup, and it hangs on app deploy:
>
> Waiting for entropy to build up? Take a few thread dumps with jstack to see
> who's waiting on
> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com]
> Subject: Hanging on startup?
> Startup, and it hangs on app deploy:
Waiting for entropy to build up? Take a few thread dumps with jstack to see
who's waiting on what. If it is entropy, see this discussion:
http://marc.info/?l=tom
Ok, I must be doing something silly... I've deployed tomcat hundreds
of times, and never had something like this happen.
Just needed to test something simple on a new system.
Grabbed tomcat 7.0.26, unzipped it.
Configured it to run with my local java:
java version "1.6.0_30"
Java(TM) SE Runti
On 03/12/2012 05:37 PM, Bradford Matthews wrote:
Here is my steps that I used to install tomcat isapi connector.
5. Edit\conf\server.xml to allow localhost on
port 8009 by adding address="127.0.0.1":
https://localhost/tomcat-docs
The Apache Tomcat Documentation page is displayed.
Re
-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Monday, March 12, 2012 9:07 AM
To: Tomcat Users List
Subject: Re: Web service not starting up as expected
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Debbie,
On 3/9/12 3:57 PM, Debbie Shapiro wr
I'm still seeing a java.exe process being launched in the Tomcat7.exe process
tree.
Please create a HelpStar ticket for any requests for assistance. This will help
us better track your request.
http://helpstar
Debbie Shapiro
Data Warehouse Manager
Cardiac Science
Office: 425.402.2233
-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Monday, March 12, 2012 9:09 AM
To: Tomcat Users List
Subject: Re: Web service not starting up as expected
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Debbie,
On 3/9/12 5:56 PM, Debbie Shapiro wr
I will try to reproduce using your config, shortly.
p
On 12 Mar 2012, at 16:02, Bruce Pease wrote:
> You are correct. I rolled back the jdk7 change, and the session replication
> fired up without error. I will hold off on the jdk 7 upgrade until I see the
> okay on a subsequent release. Th
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: Web service not starting up as expected
> > sc \\bidev2 stop Tomcat7
> >
> > taskkill /F /FI "IMAGENAME eq java.exe" /FI "USERNAME eq NT
> > AUTHORITY\SYSTEM"
> So there's no delay between requesting a service-stop
Here is my steps that I used to install tomcat isapi connector.
To install Jakarta ISAPI redirector on IIS 7, follow these steps:
1. Under the Tomcat installation folder, for example, create a folder ISAPI
2. Copy isapi_redirect-1.2.28.dll file (or the latest one) to the
ISAPI folder from your
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Leo,
On 3/9/12 4:44 PM, Leo Donahue - PLANDEVX wrote:
> I'm not sure this is the right subject line, but if I wanted to
> use Tomcat to publish large files (several GB) for different
> customers to download, and each customer wanted their own secure
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Debbie,
On 3/9/12 5:56 PM, Debbie Shapiro wrote:
> -Original Message- From: André Warnier
> [mailto:a...@ice-sa.com]
>> Now wait.. I am not so familiar with these Windows commands, but
>> do I see above a) a command to stop the Tomcat service
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Debbie,
On 3/9/12 3:57 PM, Debbie Shapiro wrote:
> I'm pretty sure that's accurate in this case, however. I had
> 7.0.23 installed as of last week and then this week did the upgrade
> to 7.0.26. I'm wondering about your question regarding timing
> tho
You are correct. I rolled back the jdk7 change, and the session replication
fired up without error. I will hold off on the jdk 7 upgrade until I see the
okay on a subsequent release. Thanks.
-Original Message-
From: Pid [mailto:p...@pidster.com]
Sent: Saturday, March 10, 2012 5:26 AM
T
Leo Donahue - PLANDEVX wrote:
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Subject: Re: Dynamic Security Constraints?
Addenda :
1) ... You'd have to think carefully of where you place these
files to download, so that Tomcat does not unwittingly provide the
possibility
On 12/03/2012 13:02, Volodymyr Bezuglyy wrote:
> Hello.
Hello.
Please start a new thread, rather replying to an existing one, even if
it's your own.
p
--
[key:62590808]
signature.asc
Description: OpenPGP digital signature
>-Original Message-
>From: André Warnier [mailto:a...@ice-sa.com]
>Subject: Re: Dynamic Security Constraints?
>
>Addenda :
>1) ... You'd have to think carefully of where you place these
>files to download, so that Tomcat does not unwittingly provide the
>possibility for a user to download s
Hello.
I am trying to setup logging in Tomcat according to
http://tomcat.apache.org/tomcat-5.5-doc/logging.html.
I created file Tomcat5\common\classes\log4j.properties:
log4j.rootLogger=WARN, R
log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File=${catalina.home}/logs/tom
Thanks I will
[snip]
> >
> > From Failed Request tracking on IIS
> >
> > ErrorDescription
> > Calling LoadLibraryEx on ISAPI filter
> "C:\YB\Shared\dev.yieldbroker.com\ajpconfig\isapi_redirect.dll" failed
> >
>
> Try the RC binaries from
> http://people.apache.org/~mturk/tomcat-connectors/jk-1.
On 03/12/2012 12:37 AM, Alex Samad - Yieldbroker wrote:
Hi
Thanks any idea's why the latest head version doesn't work. I got it to
compile, but it crashes when IIS tries to load it
From Failed Request tracking on IIS
ErrorDescription
Calling LoadLibraryEx on ISAPI filter
"C:\YB\Shared\dev
31 matches
Mail list logo