Fwd: frequent Class unloading/classnotfound problem

2011-04-11 Thread S Arvind
Chris, Attached the screenshot of the stacktrace for additional details. Arvind S Many of lifes failure are people who did not realize how close they were to success when they gave up. -Thomas Edison -- Forwarded message -- From: S Arvind arvindw...@gmail.com Date: Sun,

Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-11 Thread Jaroslav Fikker
Hello everybody. I need help with installation of Apache Portable Runtime (APR) based Native library for Tomcat. I use Tomcat 6.0.32.0 on Red Hat Enterprise Linux Server release 5.6 (Tikanga). There is output from version.sh: Using CATALINA_BASE:

Re: Tomcat-oracle secure connection

2011-04-11 Thread ramram8
What if the webserver and the database are on the same server? Alex Kiernan wrote: What OS each end? On 4/8/11, ramram8 ramram...@gmail.com wrote: Thank you Alex for the quick reply. can you provide me with some examples or documentation concerning the subject? Alex Kiernan wrote:

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-11 Thread Konstantin Kolinko
2011/4/11 Jaroslav Fikker fik...@atlas.cz: I installed APR library with these commands: ./configure --with-apr=/usr --prefix=/opt/tomcat_6_0 make make install I also create /opt/tomcat_6_0/bin/setenv.sh file with this content: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CATALINA_HOME/lib export

Re: Problem with Apache Portable Runtime (APR) based Native library for Tomcat

2011-04-11 Thread Jaroslav Fikker
Hello Konstantin, There is output of ls command: ls -la /opt/tomcat_6_0/lib/ total 9484 drwxr-x--- 3 wasadmin wasadmin4096 Apr 11 07:30 . drwxr-x--- 11 wasadmin wasadmin4096 Apr 11 07:30 .. -rwxr-x--- 1 wasadmin wasadmin5881 Sep 11 2009 AMTomcatValve.jar -rwxr-x--- 1 wasadmin

Re: Windows Authentication: Issue 49318 vs 47679

2011-04-11 Thread Tim Whittington
On Mon, Mar 28, 2011 at 7:26 AM, Stefan Mayr ste...@mayr-stefan.de wrote: Hello everybody, as many others before we wanted to do single-sign-on for intranet web applications using integrated windows authentication (negotiate because IE sometimes tries NTLM instead of using plain kerberos -

Re: Which data structure (whether FIFO queue or Input stream) is used by Tomcat server

2011-04-11 Thread Pid
On 4/10/11 5:54 PM, vinod hv wrote: Hello everyone.. What i mean in the above question is that, when we send a HTTP request to the apache tomcat server in which data structure does it get stored for further action(like processing it and serving the request) I am designing a testing

Tomcat 7 Startup Problems

2011-04-11 Thread Joseph Morgan
We have a newly installed Tomcat 7 64bit in Windows 7 (quad-core w/8gb ram, 322GB free disk space) We copied the msvcr71.dll into the bin directory, and have Java 1.6.0_23-b05 64 bit. Tomcat doesn't start, and all we get from it is: Service 'tomcat7' is missing the ImageFile None

v7.0.12 changelog question

2011-04-11 Thread Stefan Thurnherr
Hi From the Tomcat v7.0.12 changelog [1] : Don't unpack WAR files if they are not located in the Host's appBase. (markt) Why? Couldnt find any issue or other trace relating to this fix... Background: This fix broke our deployment of Sonatype's Nexus (OSS version) when upgrading to Tomcat

Re: Tomcat 7 Startup Problems

2011-04-11 Thread André Warnier
Joseph Morgan wrote: We have a newly installed Tomcat 7 64bit in Windows 7 (quad-core w/8gb ram, 322GB free disk space) From where did you download / install it ? How did you install it ? We copied the msvcr71.dll into the bin directory, and have Java 1.6.0_23-b05 64 bit. Tomcat

RE: Tomcat 7 Startup Problems

2011-04-11 Thread Joseph Morgan
We downloaded and installed apache-tomcat-7.0.8.exe install for Windows from the Apache site, and installed as we normally do, from the EXE, and, as you presume, as a service. We normally start it via the Tomcat monitor, but of course that isn't working. So, from the command line in the bin

Re: Tomcat 7 Startup Problems

2011-04-11 Thread André Warnier
Joseph Morgan wrote: We downloaded and installed apache-tomcat-7.0.8.exe install for Windows from the Apache site, and installed as we normally do, from the EXE, and, as you presume, as a service. We normally start it via the Tomcat monitor, but of course that isn't working. So, from the

Re: Tomcat 7 Startup Problems

2011-04-11 Thread André Warnier
Long explanation: 1) the Windows installer, for some unfathomable reason, does not contain all the files. The 64-bit zip file does. 2) a standard java JVM does not have the plumbing to run well as a Windows Service (for example, it does not react to Windows Service Events). That's why some

RE: Tomcat 7 Startup Problems

2011-04-11 Thread Joseph Morgan
Yep.. the entirety of the Java parameters was blank If I run from the command line: Tomcat7 I get Service 'tomcat7' is missing the ImageFile If I run: Tomcat7 //RS/Tomcat7 I get two lines of output, but still no Tomcat. They both start with the date, then: Commons daemon procrun

Re: [ win xp and win server 2003 ] tomcat utf8 encoding

2011-04-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom, On 4/9/2011 12:53 PM, Tomislav Brkljačić wrote: I gave the add the filter and bunch of Spring jars method a try and it turned out to be a success! You don't need a bunch of Spring jars... just use the one that comes with Tomcat and be done

Re: Fwd: frequent Class unloading/classnotfound problem

2011-04-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arvind, On 4/11/2011 2:04 AM, S Arvind wrote: Attached the screenshot of the stacktrace for additional details. This list strips most attachments, including screenshots. How about copy/paste the text? To my knowledge, Tomcat will not unload any

Re: Tomcat 7 Startup Problems

2011-04-11 Thread Konstantin Kolinko
2011/4/11 Joseph Morgan joseph.mor...@ignitesales.com: Yep.. the entirety of the Java parameters was blank I understand that as the service was not actually installed, i.e. nothing was written into the registry. You would better to uninstall it and then reinstall (and now be sure to run

Re: Tomcat 7 Startup Problems

2011-04-11 Thread André Warnier
Joseph Morgan wrote: Yep.. the entirety of the Java parameters was blank If I run from the command line: Tomcat7 I get Service 'tomcat7' is missing the ImageFile If I run: Tomcat7 //RS/Tomcat7 I get two lines of output, but still no Tomcat. They both start with the date, then:

RE: Tomcat 7 Startup Problems

2011-04-11 Thread Joseph Morgan
You would better to uninstall it and then reinstall (and now be sure to run the installer with run as administrator). After Andre's suggestion that we may not have properly installed as administrator, this is exactly what we just did... and I did notice the new version and downloaded 7.0.12..

[Cluster] context question

2011-04-11 Thread János Löbb
Hi, /Tomcat 7.0.10, OSX 10.6.5, jk 1.2.31, and httpd 2.2.17/ Without any explicit parameters in server.xml, just by setting the jvmRoute attribute in the Engine element and enabling Clustering, session failover worked if I shut down one or the other tomcat instance or the one httpd that was

Re: [Cluster] context question

2011-04-11 Thread János Löbb
On Apr 11, 2011, at 12:45 PM, János Löbb wrote: Hi, /Tomcat 7.0.10, OSX 10.6.5, jk 1.2.31, and httpd 2.2.17/ Without any explicit parameters in server.xml, just by setting the jvmRoute attribute in the Engine element and enabling Clustering, session failover worked if I shut down one

Re: [Cluster] context question

2011-04-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 János, On 4/11/2011 12:45 PM, János Löbb wrote: bml0066:local administrator$ ls -l tomcat1/conf/Catalina/localhost/ bml0066:local administrator$ directory, so I created a META-INF directory inside the examples directory and placed a

Re: v7.0.12 changelog question

2011-04-11 Thread markt
tefan Thurnherr st.mailingli...@gmail.com wrote: Hi From the Tomcat v7.0.12 changelog [1] : Don't unpack WAR files if they are not located in the Host's appBase. (markt) Why? Couldnt find any issue or other trace relating to this fix... Because (as per the docs) WARs outside the appBase

Re: Which data structure (whether FIFO queue or Input stream) is used by Tomcat server

2011-04-11 Thread Tim Whittington
Start at org.apache.tomcat.util.net.AbstractEndpoint.createExecutor() and follow your nose from there. If you make any progress and want to discuss implementation details, then the dev list is the best place to discuss those. cheers tim On Mon, Apr 11, 2011 at 11:34 PM, Pid p...@pidster.com

Re: tomcat shows 404 error for existing pages

2011-04-11 Thread Thomas Freitag
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Bhagyashri, On 04/11/2011 07:33 AM, Bhagyashri Pawar wrote: Currently I have purchase one domain name and virtual dedicated server(Linux - Red hat fedora). I am using java and tomcat 5.5 on that server. Consider upgrading to 6.0.32 or 7.0.12,

[Cluster] fail over is failing on application stop

2011-04-11 Thread János Löbb
Hi, I started a new thread. I have two machines bml0065 and bml0066. Both have OSX 10.6.5, httpd 2.2.17, tomcat 7.0.10, jk 1.2.31. The bml0065 machine acts as a reverse proxy. Here is the server.xml from bml0066, without comments: nyissz ?xml version='1.0' encoding='utf-8'? Server

OT: Versioning in Javascript Files

2011-04-11 Thread George Sexton
I'm looking for ideas on how other people are doing versioning in Javascript files. I'm hitting issues if I change my files in an incompatible way, or I upgrade files. For example, if I upgrade from DOJO 1.5 to DOJO 1.6, the user's browsers are not always refreshing the DOJO files, and things

Comet Problem

2011-04-11 Thread Agustin Iannicelli
Hello, i have a problem to implement a Comet Server, i use tomcat 7 and i  try to keep many connections open and for each client connected return a string each time than other client press go() but the return from the server only happend when the time out expired, and execute the  event.close();

Two Tomcat 7.0.11 installations in the same Linux instance, running both on port 80, without conflicts?

2011-04-11 Thread Brian Braun
Hi, I have a Linux instance, on top of which I'm running Tomcat 7.0.11. This Tomcat installation is running two websites, using host virtualization. These websites run both using port 80 and the SSL port. For several reasons, I usually have to restart this Tomcat installation, which takes 30

RE: Two Tomcat 7.0.11 installations in the same Linux instance, running both on port 80, without conflicts?

2011-04-11 Thread Caldarale, Charles R
From: Brian Braun [mailto:brianbr...@gmail.com] Subject: Two Tomcat 7.0.11 installations in the same Linux instance, running both on port 80, without conflicts? I'm considering a parallel Tomcat installation in the same Linux VPS, both running at the same time. I perfectly know that it

Re: Two Tomcat 7.0.11 installations in the same Linux instance, running both on port 80, without conflicts?

2011-04-11 Thread Brian Braun
Is it so easy? wow, I thought it was going to be more complex. Thanks! On Mon, Apr 11, 2011 at 6:35 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Brian Braun [mailto:brianbr...@gmail.com] Subject: Two Tomcat 7.0.11 installations in the same Linux instance, running

RE: Two Tomcat 7.0.11 installations in the same Linux instance, running both on port 80, without conflicts?

2011-04-11 Thread Caldarale, Charles R
From: Brian Braun [mailto:brianbr...@gmail.com] Subject: Re: Two Tomcat 7.0.11 installations in the same Linux instance, running both on port 80, without conflicts? Is it so easy? wow, I thought it was going to be more complex. Thanks! Forgot to mention that you can either install two

RE: Tomcat Failed to start

2011-04-11 Thread JuniorDev
n828cl wrote: From: JuniorDev [mailto:gsajunior...@gmail.com] Subject: Tomcat Failed to start I install Tomcat 7.0 Tomcat 7.0.what? and JDK 1.6 JDK 1.6.what? in windows Which of the many flavors of Windows? After installation successful Exactly how did you install

Tomcat error com.inet.tds.at: [TDS Driver]java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind Windows 2008

2011-04-11 Thread Arunkumar Janarthanan
Hi All, I have a scheduler application was running on win 2k fine, when we moved this application to windows 2008 there is an issue appearing the windows socket error. Apprently this seems the process / connection / sockets created by JVM not closed. Any idea if this appears to be know issue ?