wrong version 49.0, should be 48.0 - tried everything

2006-09-28 Thread Matthias Adam
Hi everybody, I already read all kinds of threads about this topic, but I still get from Tomcat the error posted below (basically: class file has wrong version 49.0, should be 48.0). I did everything someone ever posted to solve the problem, namely the following: - My PATH variable, as well

mod_jk 1.2.19 worker reference inherentance question

2006-09-28 Thread Henk Fictorie
Hi, In mod_jk 1.2.19 the reference attribute is introduced for a worker. My question is does inherentance work for this attribute. Example: worker.template.activation=D worker.worker1.reference=worker.template worker.worker1.port=18009 worker.worker2.reference=worker.worker1 Will this result

RE: wrong version 49.0, should be 48.0 - tried everything

2006-09-28 Thread Caldarale, Charles R
From: Matthias Adam [mailto:[EMAIL PROTECTED] Subject: wrong version 49.0, should be 48.0 - tried everything I already read all kinds of threads about this topic, but I still get from Tomcat the error posted below (basically: class file has wrong version 49.0, should be 48.0). This is

Help with Tomcat Clustering and load balancing

2006-09-28 Thread Anil Ranka
Hi All, I am new with Tomcat Clustering feature. I have configured my three tomcats nodes in cluster mode and they are talking to each other no issues. Out these three nodes N1, N2 and N3 only one node will be ACTIVE node and rest two will be PASSIVE. ACTIVE means my app will be loaded on only

RE: Help with Manager Embedded Web Application

2006-09-28 Thread Kevin Mullin
Yes, I see that now. I read it too quickly. Yes, I do have the directory you mentione, but here is where my lack of expertise with the J2EE is getting in my way. In the web.xml file, is have for the servlet mapping directives: servlet-mapping^M servlet-nameManager/servlet-name^M

RE: Help with Manager Embedded Web Application

2006-09-28 Thread Caldarale, Charles R
From: Kevin Mullin [mailto:[EMAIL PROTECTED] Subject: RE: Help with Manager Embedded Web Application But in the web document I see when I just use http://sy8d:8080 (which brings up the Apache Tomcat 5.5.17 home page) and then click on Tomcat Manager (which brings me to the Tomcat Web

Re: Help with Manager Embedded Web Application

2006-09-28 Thread David Smith
It means the manager webapp has no default welcome page. The best entry point is http://sy8d:8080/manager/html unless you are using the manager webapp with a script which doesn't need the pretty response. --David Kevin Mullin wrote: Yes, I see that now. I read it too quickly. Yes, I do

Re: Attempting JAAS Authentication throws ArrayIndexOutOfBoundsException in NTSystem

2006-09-28 Thread Henry McClain
Turns out that stoping/starting the Tomcat service with the Tomcat provided service control panel was causing the problem. Using the Windows Services control panel, for whatever reason, allows my authentication scheme to work correctly. H On 9/21/06, Henry McClain [EMAIL PROTECTED] wrote:

RE: wrong version 49.0, should be 48.0 - tried everything

2006-09-28 Thread Matthias Adam
Fortunately I solved my problem. What I had overseen is that there was in my project sturcture an old tools.jar file, which was made for Java 1.4. Deleting this file finally made Tomcat compile the files. Thanx anyway! Original-Nachricht Datum: Thu, 28 Sep 2006 07:40:54 -0500

Re: problem starting tomcat

2006-09-28 Thread David Delbecq
Several possibilities 1) port 8005 is not available on the machine (not allowed to that user or used by another application already), free it or change it in server.xml 2) you have changed tomcat configuration on a perhaps multi ip machine to bind only on a specific interface (specific ip) and

Re: problem starting tomcat

2006-09-28 Thread taylan kuecuek
Raffaele Viola schrieb: Hi all, I'm trying to start Tomcat but Ihave some problems This is what I read in the catalina.out, could someone help me? Thanks a lot Raffo 28-Sep-2006 16:03:28 org.apache.catalina.core.AprLifecycleListenerlifecycleEvent INFO: The Apache Tomcat Native library

Re: problem starting tomcat

2006-09-28 Thread David Delbecq
taylan kuecuek a écrit : Raffaele Viola schrieb: Hi all, I'm trying to start Tomcat but Ihave some problems This is what I read in the catalina.out, could someone help me? Thanks a lot Raffo 28-Sep-2006 16:03:28 org.apache.catalina.core.AprLifecycleListenerlifecycleEvent INFO: The

Re: problem starting tomcat

2006-09-28 Thread taylan kuecuek
David Delbecq schrieb: taylan kuecuek a écrit : Raffaele Viola schrieb: Hi all, I'm trying to start Tomcat but Ihave some problems This is what I read in the catalina.out, could someone help me? Thanks a lot Raffo 28-Sep-2006 16:03:28

problem with scriplets not evaluating

2006-09-28 Thread Garner Shawn
I'm using sitemesh with struts 2 on tomcat 5.5.17. Alright I have a decorator that is a JSP file. Now when the requested page comes through it is a plain old HTML page http://localhost:8080/mycontext/product/myProduct/docs/index.html Now the sitemsh filter and struts 2 filters are both mapped

Re: problem starting tomcat

2006-09-28 Thread David Smith
In addition to what others have suggested, I remember a thread concerning binding to an IPv4 address on a system that only accepted IPv6 bindings. Search the archives for that case. --David Raffaele Viola wrote: Hi all, I'm trying to start Tomcat but Ihave some problems This is what I

ANN] Apache Tomcat v5.5.20 Now Available

2006-09-28 Thread Filip Hanik - Dev Lists
The Apache Tomcat team is pleased to announce the immediate availability of version 5.5.20 of the Apache Tomcat server. This release contains dozens of important bug fixes and improvements to the Tomcat server. Release Notes: http://tomcat.apache.org/tomcat-5.5-doc/RELEASE-NOTES Change Log:

Best practices for deploying applications to the root context...

2006-09-28 Thread Nathan Wilhelmi
Hello - We are using Tomcat 5.5.19. We need to deploy applications to the root context, ideally we would like to deploy them to through the ant deploy tasks. Initially I specified the root context path in the server.xml file, however this has problems. For example I had the ant script deploy

RE: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Chris Berthold
You'll probably want to use mod_proxy_ajp I've had pretty good success with it. I'm not sure why you would be using an active-hot standby-hot standby instead of active-active-hot standby but who am I to judge =o) Get a configuration working with it first on one server then work towards the hot

An I/O error occurred while receiving the TDS prelogin response.

2006-09-28 Thread Aynalem, Seblewengel (Trawick)
Hi all, I am using tomcat 5.5.17 and SQL Server 2000 (with SQL 2005 Driver). I have a login page that tries to connect to the database and verify user name and password but the following error comes up: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnection Factory

Re: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Anil Ranka
Hi, I have tried your suggestion, When I run my apache on windows env, I am getting following error BalancerMember Unknow status parameter option for line : BalancerMember ajp://1.2.3.5:8009 status=+H Any clue. Thanks Anil S. Ranka On 9/28/06, Chris Berthold [EMAIL PROTECTED] wrote:

RE: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Chris Berthold
What version of apache are you using? -Original Message- From: Anil Ranka [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 3:37 PM To: Tomcat Users List Subject: Re: Help with Tomcat Clustering and load balancing Hi, I have tried your suggestion, When I run my apache on

Re: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Anil Ranka
Chris, I am using Apache 2.2.3 on Windows XP. D:\sam\apache\Apache2.2\binhttpd.exe -v Server version: Apache/2.2.3 Server built: Jul 27 2006 16:49:49 Thanks Anil S. Ranka On 9/28/06, Chris Berthold [EMAIL PROTECTED] wrote: What version of apache are you using? -Original

RE: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Chris Berthold
I replied to your direct message but important for the list. The hot standby feature was added in 2.2.4 development, my bad, its already in the docs too. I've never used it so I'm not quite sure how you would do the hot stand by on 2.2.3 or older with the mod_proxy load balancer. You can use

Re: mod_jk 1.2.19 worker reference inherentance question

2006-09-28 Thread Rainer Jung
Yes :) You can use it to inherit properties via multiple steps. But be careful, it doesn't check for loops! To make sure before I answered, I did a little check with a slightly enhanced configuration: # Make config observable worker.list=status worker.status.type=status

RE: Help with Manager Embedded Web Application

2006-09-28 Thread Kevin Mullin
Could you verify the link you sent. I can't get to it. If its a link to the J2EE specification, I have that. Kevin Mullin Sr. Analyst IBM Corporation (206) 345-7068 [EMAIL PROTECTED] Caldarale, Charles R [EMAIL PROTECTED] 09/28/2006 07:18 AM Please respond to Tomcat Users List

RE: Best practices for deploying applications to the root context...

2006-09-28 Thread Tim Lucia
Here is my deployment rule, which deposits the project war file onto the given tomcat server, under the root context (path=/). HTH, Tim !-- reload the specified context-- target name=deploy-context description=Reload the given context

RE: Help with Manager Embedded Web Application

2006-09-28 Thread Caldarale, Charles R
From: Kevin Mullin [mailto:[EMAIL PROTECTED] Subject: RE: Help with Manager Embedded Web Application Could you verify the link you sent. I can't get to it. The link works for me and others, and should not be cookie-dependent:

Intermittent TCP RST From Tomcat (The page cannot be displayed)

2006-09-28 Thread Matthew Vorst
Hi, I have several servers all running the same software that have recently started having trouble. The symptom is that intermittently, usually (but not always) on a POST after a delay of 30 - 60 seconds, my users receive The page cannot be displayed error. When they click refresh the

Re: problem with scriplets not evaluating

2006-09-28 Thread Mark Thomas
Garner Shawn wrote: Is there something different about the request of a JSP page vs a HTML page? JSP - dynamic, generates java source for servlet, executes servlet HTML - static, sneds whatever is on the disk Mark - To start

Re: Help with Tomcat Clustering and load balancing

2006-09-28 Thread Anil Ranka
Chris, How you download Apache 2.2.4. I can see only 2.2.3 released. Thanks Anil On 9/28/06, Chris Berthold [EMAIL PROTECTED] wrote: I replied to your direct message but important for the list. The hot standby feature was added in 2.2.4 development, my bad, its already in the docs too.

RE: Upload Exception - Time out error

2006-09-28 Thread Sandeep Darvekar
Hi Folks, I tried the suggested change, but I am still facing the same problem. Here is the exception that I get. ** Picateers Exception Handler received an exception of type org.apache.commons.fileupload.FileUploadException at [28/Sep/2006:15:19:05] **

manager deploy not working in windows

2006-09-28 Thread Blair Cruz
I have Tomcat running on my Windows box and my Linux box. The Manager deploy wont work on Windows but works great on Linux. Both machines are running Tomcat 5.5.17 and JVM version 1.5.0_08-b03. The application deploys fine for the first time on both machines. When I do another deploy, which

Shutdown log - deallocating instances

2006-09-28 Thread Rizwan Merchant
Hi, We have been running a couple of web application on a tomcat 5.5 server. The OS is Linux based FC4. Off late, I have been noticing that during a shutdown of the server I see a message Waiting for xx instance(s) to be deallocated The xx number varies (today it was 154). Can someone tell

RE: manager deploy not working in windows

2006-09-28 Thread Caldarale, Charles R
From: Blair Cruz [mailto:[EMAIL PROTECTED] Subject: manager deploy not working in windows I'm very confused by this as both machines are clearly running the same version of Tomcat and of Java. This shouldn't make any difference, but are you by any chance running with APR (tcnative-1.dll)

Re: manager deploy not working in windows

2006-09-28 Thread Blair Cruz
I don't know much about APR, I just looked at the guide on the Tomcat website. If it answers your question, I didn't install it. I took all the defaults for Tomcat on Windows and Linux. On 9/28/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Blair Cruz [mailto:[EMAIL PROTECTED]

RE: manager deploy not working in windows

2006-09-28 Thread Caldarale, Charles R
From: Blair Cruz [mailto:[EMAIL PROTECTED] Subject: Re: manager deploy not working in windows I don't know much about APR, I just looked at the guide on the Tomcat website. If it answers your question, I didn't install it. If you used the .exe for the Windows install, you may have

Re: manager deploy not working in windows

2006-09-28 Thread Blair Cruz
No tcnative-1.dll found anywhere on my machine. -blair On 9/28/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Blair Cruz [mailto:[EMAIL PROTECTED] Subject: Re: manager deploy not working in windows I don't know much about APR, I just looked at the guide on the Tomcat website.

RE: Shutdown log - deallocating instances

2006-09-28 Thread Caldarale, Charles R
From: Rizwan Merchant [mailto:[EMAIL PROTECTED] Subject: Shutdown log - deallocating instances Off late, I have been noticing that during a shutdown of the server I see a message Waiting for xx instance(s) to be deallocated This message is logged up to three times for each servlet that

Re: manager deploy not working in windows

2006-09-28 Thread Mark Thomas
Blair Cruz wrote: No tcnative-1.dll found anywhere on my machine. -blair I am pretty sure this won't be a native issue. It is almost certainly a windows file locking issue. Due to the way one of the libraries (Xerces? - I can't remember the details) opens files Windows locks the files and

Apache Tomcat\Windows XP\page not found error

2006-09-28 Thread Frank J Murray
Hello, This is a new post, and I am a newbie (at least to Apache Tomcat on Windows). I went to the Apache.org website and downloaded and installed the Windows executable under Core distributions, i.e., Core: a.. zip (pgp, md5) b.. tar.gz (pgp, md5) c.. Windows Executable (pgp,

Re: Apache Tomcat\Windows XP\page not found error

2006-09-28 Thread Mark Thomas
Frank J Murray wrote: When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part

Re: Apache Tomcat\Windows XP\page not found error

2006-09-28 Thread Steve R Burrus
you might also try, in addition to of course setting the env. variable JAVA_HOME correctly, to point your PATH to the bin folder of your Tomcat installation and put both the servlet-api.jar and the jsp-api.jar into the CLASSPATH env. variable. Hope that helps you. Frank J Murray wrote: