Tomcat upgradation from 6.0.29 to 6.0.30

2011-01-22 Thread rujin raj
Hi, I am using tomcat 6.0.29 in my windows 2008 server. I need to upgrade to 6.0.30. How can i upgrade the latest version in my live environment without affecting any data and configuration --regards rujin

Re: Security question about Multiple instances of Tomcat running as non-admin users on a single box

2011-01-22 Thread Brett Delle Grazie
On 21 January 2011 19:29, Jeffrey Janner jeffrey.jan...@polydyne.com wrote: Guy - Why switch to Windows when you can still get OSX Server for Mac Pros or Minis? Why run Windows at all when you can switch to Linux and have all the command line goodness you were used to in Xserver? ;) That

Re: Exception running precompiled JSP

2011-01-22 Thread Konstantin Kolinko
2011/1/22 Christopher Schultz ch...@christopherschultz.net:    c:forEach var=num items={1,2,3,4} The above will produce four strings, {1, 2, 3 and 4}. There is c:forTokens to explicitly iterate over a string. When I invoke the JSP from my web browser, I get the runtime error whose full stack

Re: Exception running precompiled JSP

2011-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 1/21/2011 5:35 PM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Exception running precompiled JSP Basically, the error is this: java.lang.NoClassDefFoundError:

Re: Exception running precompiled JSP

2011-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 1/22/2011 9:23 AM, Konstantin Kolinko wrote: 2011/1/22 Christopher Schultz ch...@christopherschultz.net: c:forEach var=num items={1,2,3,4} The above will produce four strings, {1, 2, 3 and 4}. There is c:forTokens to

Re: Tomcat upgradation from 6.0.29 to 6.0.30

2011-01-22 Thread Konstantin Kolinko
2011/1/22 rujin raj rujin...@gmail.com: I am using tomcat 6.0.29 in my windows 2008 server. I need to upgrade to 6.0.30. How can i upgrade the latest version in my live environment without affecting any data and configuration I usually use the zip distribution and 1) copy the necessary files

Re: Security question about Multiple instances of Tomcat running as non-admin users on a single box

2011-01-22 Thread Michael Ludwig
Guy Pontecorvo schrieb am 21.01.2011 um 09:56 (-0800): We currently run multiple instances of tomcat Version 6.0.20, each in its own non-admin user account under Mac OSX 10.5. This has been a great way to host multiple web applications (student information systems) on a single box. Each app

writing logs on a separate server while the project as jar file

2011-01-22 Thread Prashant Rajput
Hi, I am deploying my Java application on tibco server and this server has its own log configuration. When I try to write log on this server I have to write separate line of code into each java class I am having. So can anybody tell me what exactly is the best way to write logs to a different

Re: IPR issues

2011-01-22 Thread Pid
On 1/21/11 11:54 AM, apache tomcat wrote: Hi Mark thanks for your prompt answer. More in detail I'd like to know if there is any patent infringement tied to the product. Are you asking if the Apache Software Foundation's Tomcat application server is shipped with code which is known to

Re: Security question about Multiple instances of Tomcat running as non-admin users on a single box

2011-01-22 Thread Pid
On 1/21/11 5:56 PM, Guy Pontecorvo wrote: Because Xserve is being discontinued we are considering the possibility of migrating our environment to Windows 2008 R2 The JDK tools have a few more small functions on *nix than Windows - small but rather useful. This IMHO, is one key reason to stick

RE: writing logs on a separate server while the project as jar file

2011-01-22 Thread Caldarale, Charles R
From: Prashant Rajput [mailto:praj...@infocepts.com] Subject: writing logs on a separate server while the project as jar file I am deploying my Java application on tibco server and this server has its own log configuration. When I try to write log on this server I have to write separate