Fwd: Jersey libraries 1.18 worked with Tomcat 7 but failing with Tomcat 9 : Root resource classes not getting scanned

2021-01-28 Thread Yogish Anand
Hi,

We were using Tomcat 7 and the Jersey libraries 1.18 was able to scan the
packages with the below two lines

com.sun.jersey.api.core.PackagesResourceConfig.init Scanning for root
resource and provider classes in the packages:
v1

com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Root resource classes found:
class v1.add

We migrated to Tomcat 9 (Note : We use the old server.xml which we used in
Tomcat 7), we are getting only the below line but we don't get the message
"Root resource classes found" and the REST API is failing

com.sun.jersey.api.core.PackagesResourceConfig.init Scanning for root
resource and provider classes in the packages:
v1

Please let me know how to troubleshoot and fix the issue?


Thanks,

Yogish


Re: Tomcat 8.0.18 is not getting started

2016-01-20 Thread Anand
I have tried installing tomcat  8.0.30 from below location:
http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.30/bin/apache-tomcat-8.0.30-windows-x64.zip

JDK Used from below location

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

jdk-8u66-windows-x64.exe

Environment - Windows 7, JDK 1.8.
I haven't added any jars/application and other modifications in tomcat
configuration but the Tomcat startup fails with same error as earlier,
errors as below:

Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Server version:Apache Tomcat/8.0.30
Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Server built:  Dec 1 2015 22:30:46 UTC
Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Server number: 8.0.30.0
Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: OS Name:   Windows 7
Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: OS Version:6.1
Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Architecture:  amd64
Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Java Home: C:\Program Files\Java\jdk1.8.0_66\jre
Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: JVM Version:   1.8.0_66-b18
Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: JVM Vendor:Oracle Corporation
Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: CATALINA_BASE:
C:\Tomcat\apache-tomcat-8.0.30-windows-x64\apache-tomcat-8.0.30
Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: CATALINA_HOME:
C:\Tomcat\apache-tomcat-8.0.30-windows-x64\apache-tomcat-8.0.30
Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Command line argument:
-Djava.util.logging.config.file=C:\Tomcat\apache-tomcat-8.0.30-windows-x64\apache-tomcat-8.0.30\conf\logging.properties
Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Command line argument:
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Command line argument:
-Djava.endorsed.dirs=C:\Tomcat\apache-tomcat-8.0.30-windows-x64\apache-tomcat-8.0.30\endorsed
Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Command line argument:
-Dcatalina.base=C:\Tomcat\apache-tomcat-8.0.30-windows-x64\apache-tomcat-8.0.30
Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Command line argument:
-Dcatalina.home=C:\Tomcat\apache-tomcat-8.0.30-windows-x64\apache-tomcat-8.0.30
Jan 20, 2016 5:38:13 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Command line argument:
-Djava.io.tmpdir=C:\Tomcat\apache-tomcat-8.0.30-windows-x64\apache-tomcat-8.0.30\temp
Jan 20, 2016 5:38:13 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: Loaded APR based Apache Tomcat Native library 1.1.33 using APR
version 1.5.1.
Jan 20, 2016 5:38:13 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters
[false], random [true].
Jan 20, 2016 5:38:14 PM org.apache.catalina.core.AprLifecycleListener
initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1m 19 Mar 2015)
Jan 20, 2016 5:38:14 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
Jan 20, 2016 5:38:14 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
Jan 20, 2016 5:38:14 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1484 ms
Jan 20, 2016 5:38:14 PM org.apache.catalina.startup.Catalina start
SEVERE: The required Server component failed to start so Tomcat is unable
to start.
org.apache.catalina.LifecycleException: Failed to start component
[StandardServer[8005]]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
at org.apache.catalina.startup.Catalina.start(Catalina.java:625)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:351)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:485)
Caused by: java.lang.NoSuchMethodError:
org.apache.naming.NamingContext.setExceptionOnFailedWrite(Z)V
at
org.apache.catalina.core.NamingContextListener.lifecycleEvent(NamingContextListener.java:249)
at
org.apache.catalina.util.Life

Re: Tomcat 8.0.18 is not getting started

2016-01-19 Thread Anand
I haven't added any jars/application and other modifications in tomcat
configuration. The downloaded is not corrupted as i tried same
download(tomcat 8.0.018) on other systems, server started successfully. so
i am not sure its something with particular System.

Let me try to check with tomcat version  8.0.30, will share you results on
how it goes.


Re: Tomcat 8.0.18 is not getting started

2016-01-19 Thread Anand
I have executed the startup.bat using administrative privileges and also
tried installing at different locations, got the same error.  i.e opened
the cmd.exe (Run as Administrator) and then started tomcat by executing
startup.bat.

On Tue, Jan 19, 2016 at 7:53 PM, André Warnier (tomcat) 
wrote:

> On 19.01.2016 14:36, Anand wrote:
>
>> I tried to start the tomcat from command line by executing the
>> startup.bat.
>>
>
> Ok.  Again, I am not the ultimate expert, but the key error below seems to
> be around
>
> Caused by: java.lang.NoSuchMethodError:
> org.apache.naming.NamingContext.setExceptionOnFailedWrite(Z)V
>
> I don't know exactly what that means, but since you are on Windows 7, I
> would first make sure that you are not experiencing some conflict with
> "User Account Control" or similar, and that the directories where Tomcat
> needs to write (as it is started in a command window, under the user
> account which you use to login into Windows), can actually be written by
> this Tomcat (the "logs" directory, and the "work" directory for instance).
> (This may not be the ultimate reason for the error, but it may be a
> triggering factor).
>
>
>> On Tue, Jan 19, 2016 at 6:40 PM, André Warnier (tomcat) 
>> wrote:
>>
>> On 19.01.2016 13:53, Anand wrote:
>>>
>>> I am trying to install Tomcat 8.0.18 from location:
>>>>
>>>>
>>>>
>>>> http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.18/bin/apache-tomcat-8.0.18-windows-x64.zip
>>>>
>>>>
>>>>
>>>> JDK Used from below location
>>>>
>>>>
>>>>
>>>> http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
>>>>
>>>> jdk-8u66-windows-x64.exe
>>>>
>>>> Environment - Windows 7, JDK 1.8
>>>>
>>>> I am not modifying any files(like wevb.xml) during startup and also not
>>>> added any 3rd party jars in tomcat lib directory.
>>>>
>>>> Tomcat is unable to start, fails with below error:
>>>> Jan 18, 2016 4:28:05 PM
>>>> org.apache.catalina.startup.VersionLoggerListener
>>>> log
>>>> INFO: Server version:Apache Tomcat/8.0.18
>>>> Jan 18, 2016 4:28:05 PM
>>>> org.apache.catalina.startup.VersionLoggerListener
>>>> log
>>>> INFO: Server built:  Jan 23 2015 11:56:07 UTC
>>>> Jan 18, 2016 4:28:05 PM
>>>> org.apache.catalina.startup.VersionLoggerListener
>>>> log
>>>> INFO: Server number: 8.0.18.0
>>>> Jan 18, 2016 4:28:05 PM
>>>> org.apache.catalina.startup.VersionLoggerListener
>>>> log
>>>> INFO: OS Name:   Windows 7
>>>> Jan 18, 2016 4:28:05 PM
>>>> org.apache.catalina.startup.VersionLoggerListener
>>>> log
>>>> INFO: OS Version:6.1
>>>> Jan 18, 2016 4:28:05 PM
>>>> org.apache.catalina.startup.VersionLoggerListener
>>>> log
>>>> INFO: Architecture:  amd64
>>>> Jan 18, 2016 4:28:05 PM
>>>> org.apache.catalina.startup.VersionLoggerListener
>>>> log
>>>> INFO: Java Home: C:\Program Files\Java\jdk1.8.0_66\jre
>>>> Jan 18, 2016 4:28:05 PM
>>>> org.apache.catalina.startup.VersionLoggerListener
>>>> log
>>>> INFO: JVM Version:   1.8.0_66-b18
>>>> Jan 18, 2016 4:28:05 PM
>>>> org.apache.catalina.startup.VersionLoggerListener
>>>> log
>>>> INFO: JVM Vendor:Oracle Corporation
>>>> Jan 18, 2016 4:28:05 PM
>>>> org.apache.catalina.startup.VersionLoggerListener
>>>> log
>>>> INFO: CATALINA_BASE:
>>>> C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18
>>>> Jan 18, 2016 4:28:05 PM
>>>> org.apache.catalina.startup.VersionLoggerListener
>>>> log
>>>> INFO: CATALINA_HOME:
>>>> C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18
>>>> Jan 18, 2016 4:28:05 PM
>>>> org.apache.catalina.startup.VersionLoggerListener
>>>> log
>>>> INFO: Command line argument:
>>>>
>>>>
>>>> -Djava.util.logging.config.file=C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18\conf\logging.properties
>>>> Jan 18, 2016 4:28:05 PM
>>>> org.apache.catalina.startup.VersionLoggerListener
>>>> log
>>>

Re: Tomcat 8.0.18 is not getting started

2016-01-19 Thread Anand
I tried to start the tomcat from command line by executing the startup.bat.

On Tue, Jan 19, 2016 at 6:40 PM, André Warnier (tomcat) 
wrote:

> On 19.01.2016 13:53, Anand wrote:
>
>> I am trying to install Tomcat 8.0.18 from location:
>>
>>
>> http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.18/bin/apache-tomcat-8.0.18-windows-x64.zip
>>
>>
>>
>> JDK Used from below location
>>
>>
>> http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
>>
>> jdk-8u66-windows-x64.exe
>>
>> Environment - Windows 7, JDK 1.8
>>
>> I am not modifying any files(like wevb.xml) during startup and also not
>> added any 3rd party jars in tomcat lib directory.
>>
>> Tomcat is unable to start, fails with below error:
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: Server version:Apache Tomcat/8.0.18
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: Server built:  Jan 23 2015 11:56:07 UTC
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: Server number: 8.0.18.0
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: OS Name:   Windows 7
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: OS Version:6.1
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: Architecture:  amd64
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: Java Home: C:\Program Files\Java\jdk1.8.0_66\jre
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: JVM Version:   1.8.0_66-b18
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: JVM Vendor:Oracle Corporation
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: CATALINA_BASE:
>> C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: CATALINA_HOME:
>> C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: Command line argument:
>>
>> -Djava.util.logging.config.file=C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18\conf\logging.properties
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: Command line argument:
>> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: Command line argument:
>>
>> -Djava.endorsed.dirs=C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18\endorsed
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: Command line argument:
>>
>> -Dcatalina.base=C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: Command line argument:
>>
>> -Dcatalina.home=C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
>> log
>> INFO: Command line argument:
>>
>> -Djava.io.tmpdir=C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18\temp
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.core.AprLifecycleListener
>> lifecycleEvent
>> INFO: Loaded APR based Apache Tomcat Native library 1.1.32 using APR
>> version 1.5.1.
>> Jan 18, 2016 4:28:05 PM org.apache.catalina.core.AprLifecycleListener
>> lifecycleEvent
>> INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters
>> [false], random [true].
>> Jan 18, 2016 4:28:06 PM org.apache.catalina.core.AprLifecycleListener
>> initializeSSL
>> INFO: OpenSSL successfully initialized (OpenSSL 1.0.1j 15 Oct 2014)
>> Jan 18, 2016 4:28:06 PM org.apache.coyote.AbstractProtocol init
>> INFO: Initializing ProtocolHandler ["http-apr-8080"]
>> Jan 18, 2016 4:28:06 PM org.apache.coyote.AbstractProtocol init
>> INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
>> Jan 18, 2016 4:28:06 PM org.apache.catalina.startup.Catalina

Tomcat 8.0.18 is not getting started

2016-01-19 Thread Anand
I am trying to install Tomcat 8.0.18 from location:

http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.18/bin/apache-tomcat-8.0.18-windows-x64.zip



JDK Used from below location

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

jdk-8u66-windows-x64.exe

Environment - Windows 7, JDK 1.8

I am not modifying any files(like wevb.xml) during startup and also not
added any 3rd party jars in tomcat lib directory.

Tomcat is unable to start, fails with below error:
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Server version:Apache Tomcat/8.0.18
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Server built:  Jan 23 2015 11:56:07 UTC
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Server number: 8.0.18.0
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: OS Name:   Windows 7
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: OS Version:6.1
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Architecture:  amd64
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Java Home: C:\Program Files\Java\jdk1.8.0_66\jre
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: JVM Version:   1.8.0_66-b18
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: JVM Vendor:Oracle Corporation
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: CATALINA_BASE:
C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: CATALINA_HOME:
C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Command line argument:
-Djava.util.logging.config.file=C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18\conf\logging.properties
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Command line argument:
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Command line argument:
-Djava.endorsed.dirs=C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18\endorsed
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Command line argument:
-Dcatalina.base=C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Command line argument:
-Dcatalina.home=C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18
Jan 18, 2016 4:28:05 PM org.apache.catalina.startup.VersionLoggerListener
log
INFO: Command line argument:
-Djava.io.tmpdir=C:\Tomcat\apache-tomcat-8.0.18-windows-x64\apache-tomcat-8.0.18\temp
Jan 18, 2016 4:28:05 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: Loaded APR based Apache Tomcat Native library 1.1.32 using APR
version 1.5.1.
Jan 18, 2016 4:28:05 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters
[false], random [true].
Jan 18, 2016 4:28:06 PM org.apache.catalina.core.AprLifecycleListener
initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1j 15 Oct 2014)
Jan 18, 2016 4:28:06 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
Jan 18, 2016 4:28:06 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
Jan 18, 2016 4:28:06 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1621 ms
Jan 18, 2016 4:28:06 PM org.apache.catalina.startup.Catalina start
SEVERE: The required Server component failed to start so Tomcat is unable
to start.
org.apache.catalina.LifecycleException: Failed to start component
[StandardServer[8005]]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
at org.apache.catalina.startup.Catalina.start(Catalina.java:625)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:351)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:485)
Caused by: java.lang.NoSuchMethodError:
org.apache.naming.NamingContext.setExceptionOnFailedWrite(Z)V
at
org.apache.catalina.core.NamingContextListener.lifecycleEvent(NamingContextListener.java:249)
at
org.apache.catalina

Tomcat issue (Solaris 10)

2011-09-07 Thread Anand, Amit (Contractor)
All,

Kinda new to tomcat but have a couple quick questions which came up regarding 
CVE-2011-3109 (Bug 51698). 

Questions:

Any timeline to when stable release of 6.0.34 is supposed to be released? 
Also what does "in trunk" specifically mean? Does that mean if I download say 
version 6.0.29 as of now, it will have the fix? 

I do not know if this is the appropriate place to ask but would appreciate any 
help or guidance. Thank you

Amit Anand
Federal Trade Commission
Sr. Unix Engineer (Contractor)
202-326-2394
 



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Set up multiple Tomcat Services with Shared tomcat

2011-07-13 Thread Anand HS
Thanks Mark and Konstantin for tips.

On Wed, Jul 13, 2011 at 5:16 PM, Konstantin Kolinko
wrote:

> 2011/7/14 Mark Thomas :
> > On 13/07/2011 22:46, Anand HS wrote:
> >> Hi,
> >> I have a set up where there are multiple catalina bases. All share a
> single
> >> tomcat parent.
> >> In this set up, can i still set up tomcat as service such that there is
> one
> >> service for each base. ?
> >
> > Yes, just make sure you give them separate names.
> >
>
> 1. Tomcat7.exe and Tomcat7w.exe  should be copied as  .exe and
> w.exe where  is unique for every additional service that you
> are installing. The file name is used to distinguish between different
> configurations.
>
> 2. Install them as services with different service names.
>
> BTW, Tomcat installer since 7.0.19 (7.0.17) allows you to change
> service name when installing and changes the file names according to
> the service name that you specify.
>
> Best regards,
> Konstantin Kolinko
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Set up multiple Tomcat Services with Shared tomcat

2011-07-13 Thread Anand HS
Hi,
I have a set up where there are multiple catalina bases. All share a single
tomcat parent.
In this set up, can i still set up tomcat as service such that there is one
service for each base. ?

I am using the Tomcat 7.0.16 if thats important.

Thanks,
Anand


Re: Set Java VM arguments programmatically in Tomcat

2011-06-30 Thread Anand HS
I apologize for not being clearer.
Basically I would like not to use any batch scripts ( in Windows ) to set
CATALINA_OPTS, JAVA_OPTS etc.. , instead would like to do it through a
custom Java program and then hook up . To this effect, I was wondering if
there is a way to extend Bootstrap class of Tomcat to achieve it.
That said, I'm not sure if it is a recommended way to do it even since I was
trying to just explore if batch files are the only options for me to feed in
environment variables to Tomcat and Java.

Thanks,
Anand

On Thu, Jun 30, 2011 at 12:04 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Anand HS [mailto:anan...@gmail.com]
> > Subject: Set Java VM arguments programmatically in Tomcat
>
> > I would like to set JVM  arguments like Xmx, Xms etc programmatically
> > and provide it to Tomcat at start up.
>
> Not quite sure what you mean by "programmatically" here, since the values
> must be set during JVM initialization, long before any Tomcat code runs.
>  You can write your own script that sets the CATALINA_OPTS variable and then
> invokes the regular Tomcat startup scripts.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Set Java VM arguments programmatically in Tomcat

2011-06-30 Thread Anand HS
Hello Everyone. !
I would like to set JVM  arguments like Xmx, Xms etc programmatically and
provide it to Tomcat at start up.
I am aware of doing this by editing for eg, catalina.bat  or introducing
setenv.bat , but I was keen on exploring any other ways tomcat provides  in
which I can override these without changing or introducing batch files.

Thanks,
Anand


Re: Optimal Settings to use Tomcat as a HTTP File Server

2011-06-09 Thread Anand HS
Thanks Charles and Sriram for your inputs.
Since my requirement is to just serve static content, I will consider apache
httpd for it.

Thanks.!
Anand

On Thu, Jun 9, 2011 at 10:48 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> 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 have to think it might be more
> > appropriate to use Apache httpd rather than Tomcat for pure
> > static content.
>
> I have to qualify my statement: if the *only* thing you're using Tomcat for
> is delivering static content, then httpd would be better.  If you have other
> reasons to use Tomcat (e.g., running servlets or JSPs), then by all means
> use it as your static content server as well.  You will generally see better
> performance overall by not having two servers in the mix forced to
> communicate with each other.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Optimal Settings to use Tomcat as a HTTP File Server

2011-06-09 Thread Anand HS
Hi,
We plan to use tomcat to let users download static content ( media,
executables etc.. ). I was curious to know if any one has attempted it
before and if so, the settings that we need to make to tomcat configurations
to make it optimally serve static content.

Thanks,
Anand


Installing auto updates for my webapp hosted on Tomcat

2010-04-20 Thread Anand HS
Hi,
I have a webapplication deployed in tomcat and have been asked to develop an
auto updater that can grab a new update and apply the updates to my webapp.
I want to ask the community to see if there are 'hooks' tomcat provides to
achieve this.

In essence here is what Im expecting to achieve -

1. A simple agent ( can be a java program inside my web app itself ) senses
there is an update.
2. when an update is available, it stops the tomcat server.
3. Applies the update ( similar to redeploy along with configuration file
changes ) .
4. restarts the tomcat.

Some of the ideas Im after are -


1. Deploy my updater agent outside of tomcat and hence it can stop and start
the tomcat servers.
2. Have the updater agent as part of my webapp itself and with the help of
Tomcat API ( ? ) , restart the application.

I need advice from the community on other approaches as well as any support
tomcat provides out of the box.

Thanks,
Anand


More details required about using cacheMaxSize and cachingAllowed

2010-02-01 Thread Anand HS
Hi,
Im trying to understand the significance of using the cache  based
attributes inside the  element of Tomcat configuration.

My current understanding
cacheMaxSize specifies the maximum amount of static resources that can be
cached  in work folder for a particular Host, and Web Application . The
static resources include the html , images, any other resources like
configuration files part of libraries, the libraries themselves exploded
into folders etc.

I wanted to know if my understanding is correct. If not, what are the types
of content from typical webapplication that form the part of cache.

Also , what happens if the size of static data exceed the cacheMaxSize. ?
will they be deleted automatically by tomcat. ?

Thanks,
Anand


Re: Tomcat cleaning up work folder by itself

2010-02-01 Thread Anand HS
One of the property files is called PasswordRules.properties.
here is how it is loaded -

ClassLoader cl = Thread.currentThread().getContextClassLoader();
java.net.URL  url = cl.getResource("PasswordRules.properties");
System.out.println("url available"+(null!=url));

When the server first starts all is well.
However, after some time ( arbitrary amounts ) tomcat , the above SOP starts
printing url available = false which indicates the resource file is not
available.
And when I check the work\_\loader folder, I see this resource file is
indeed missing.

I was checking the documentation of  element and it specifies
several attributes cacheMaxSize, cacheObjectMaxSize, cacheTTL etc..
However, Im not clear if these related to the content stored in work
folder.

Im going with the thought process of some how the cache size overflowing and
hence the static resource ( i . e under work folder being deleted. ) . Am i
Close. ?

Thanks,
Anand

On Mon, Feb 1, 2010 at 3:28 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Anand HS [mailto:anan...@gmail.com]
> > Subject: Re: Tomcat cleaning up work folder by itself
> >
> > My webapp ( abc-web ) is located outside the Tomcat.
>
> That's good, and I don't see anything amiss in your server.xml.  I think
> we're back to how you reference these property files.  Tomcat is under no
> obligation to keep them around in the work directory, or even to put them
> there in the first place.  Using the getResourceAsStream() methods is the
> proper way to retrieve them.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Re: Tomcat cleaning up work folder by itself

2010-02-01 Thread Anand HS
My webapp ( abc-web ) is located outside the Tomcat.

Here is my server.xml






  
  
  
  
  
  
  

  
  


  

  
  











  
  

  
  



  

  



On Mon, Feb 1, 2010 at 2:55 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Anand HS [mailto:anan...@gmail.com]
> > Subject: Re: Tomcat cleaning up work folder by itself
> >
> > My context is located under /conf/Catalina/
> > abc-web/ROOT.xml
>
> In which case the docBase attribute is not allowed, unless the webapp is
> located completely outside of the Tomcat directory structure.
>
> Apparently you have a  named abc-web; show us your server.xml and
> let's see if there are overlapping appBase settings, which will result in
> all sorts of odd behavior.
>
> > The context.xml is untouched and is the same as what comes
> > with the distribution.
>
> Distribution of what?
>
> > Pardon my incomplete information. Since my application has
> > Root context , I think thats the correct folder into which
> > the resources are unzipped.
>
> It would be, if your webapp was actually located in the abc-web 
> [appBase]/ROOT directory, *and* that directory wasn't part of some other
> 's appBase.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Re: Tomcat cleaning up work folder by itself

2010-02-01 Thread Anand HS
On Mon, Feb 1, 2010 at 2:23 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Anand HS [mailto:anan...@gmail.com]
> > Subject: Tomcat cleaning up work folder by itself
> >
> > 1. I have a exploded war file inside a folder abc-web and my
> > context.xml points to this folder as docBase.
>
> Where is your context.xml file located?  The docBase attribute is normally
> not allowed.
>
>> My context is located under /conf/Catalina/abc-web/ROOT.xml
The context.xml is untouched and is the same as what comes with the
distribution.

>
> > 3. abc-ejb.jar has a few configuration files internally like
> > config.properties, app-config.properties.
>
> How are those files referenced by your code?  If you're using file system
> paths, you're asking for trouble, since those are never guaranteed to work
> in a servlet environment.  You should be using either
> Classloader.getResourceAsStream() or ServletContext.getResourceAsStream().
>
>  >> Yes. I Made sure the resources are referenced through
ClassLoader.getResourceAsStream()


> > When i start the server, the contents of abc-ejb.jar are exploded into
> > \work\_\loader.
>
> That's not the right place; the work\_ directory is for the default webapp,
> and yours appears to be named abc-web.  If you want yours to be the default
> webapp, it should be named ROOT (case-sensitive, even on Windows).
>
>>> Pardon my incomplete information. Since my application has Root
context , I think thats the correct folder into which the resources are
unzipped.

>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Tomcat cleaning up work folder by itself

2010-02-01 Thread Anand HS
Hi ,
I am facing a wierd problem that I would need help on.

Here is my set up -

1. I have a exploded war file inside a folder abc-web and my context.xml
points to this folder as docBase.
2. abc-web has abc-ejb.jar as a dependent library and this jar is at
abc-web\WEB-INF\lib.
3. abc-ejb.jar has a few configuration files internally like
config.properties, app-config.properties. These are used by the JSP files in
abc-web as part of my application.
4. tomcat-6.0.18 is the tomcat server.

Problem:
When i start the server, the contents of  abc-ejb.jar are exploded into
\work\_\loader.
However, over some time, the configurations files under this folder are
removed and since my application needs them and cannot find it , some
features stop working.
The only way is to restart the server.


This makes me think if Tomcat has any clean up thread which can possibly go
clean up the contents of the loader folder. ? In that case, is there a way
to tell tomcat not to clean it up. ?

Thanks,
Anand


catalina - when to use "start" and "run"

2009-10-15 Thread Anand HS
Hi, I use tomcat 6.0.16 and when evaluating different start up options , I
came across the fact that you can start tomcat by either catalina start or
catalina run.
using "start" spawned the server start up in a new console where as "run"
started in the same console.

Other than this is there any obvious difference in using one or the other. ?
Primarily, I want to know when to go for which one.

thanks,
Anand


Re: Configuring worker MPM for Tomcat

2009-07-21 Thread Anand Kumar Prabhakar

I'm trying to configure worker MPM for the first time. So i need the steps to
configure them. Can't we implement worker MPM in tomcat server?

-- 
View this message in context: 
http://www.nabble.com/Configuring-worker-MPM-for-Tomcat-tp24582105p24584637.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Configuring worker MPM for Tomcat

2009-07-21 Thread Anand Kumar Prabhakar

Thank you for the reply. I'm going to use the worket MPM for the first time.
And the server for which i'm trying to achieve it is in Tomcat. So it will
helpful if the steps to configure the worker MPM. If i'm using Tomcat is
this not possible?




Anand Kumar Prabhakar wrote:
> 
> Could anyone please explain how to configure worker MPM for Tomcat, I'm
> using Tomcat 6.0.20 version.
> 

-- 
View this message in context: 
http://www.nabble.com/Configuring-worker-MPM-for-Tomcat-tp24582105p24584599.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Configuring worker MPM for Tomcat

2009-07-20 Thread Anand Kumar Prabhakar

Could anyone please explain how to configure worker MPM for Tomcat, I'm using
Tomcat 6.0.20 version.
-- 
View this message in context: 
http://www.nabble.com/Configuring-worker-MPM-for-Tomcat-tp24582105p24582105.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



How to make Deployed WebApps read-write enabled

2009-03-23 Thread Anand HS
Hi,
I use tomcat 6.0.18 on windows 2003 server and have a web-app deployed.
Even though the permissions on the deployed webapp folder has read-write,
everytime i access tomcat , it is making the folder readonly.
There is some code in the application that writes some temporary files into
the my webapp.

Is there any setting in tomcat that will reset readonly permissions for
deployed web aplications. ?

Thanks,
Anand


Re: A question about redirecton from users.mydomain.com to mydomain.com/users

2009-03-03 Thread Anand HS
Thanks Andre and Tim for the quick response.
I do not have an apache server right now. So URL Rewrite tool seems like a
good solution.
However, I understand that the URL rewrite mechanism ends up losing any
parameters when a HTTP POST request is sent to my domain resource.
While I am right now downloading and will do a complete read up on
URLRewriter, could you give me quick heads up based on your experience of
this tool, if it handles HTTP Post request and does it preserve my
parameters. ?

Thanks,
Anand

On Tue, Mar 3, 2009 at 5:18 PM, André Warnier  wrote:

> Tim Funk wrote:
>
>> Doable : Yes
>> Out of the Box: No
>>
>> You can write a Servlet filter to examine the incoming hostname and
>> forward the request with the username prefix. In fact - you might need to
>> write it :  UrlRewriteFilter  - http://tuckey.org/urlrewrite/ might do it
>> for you.
>>
>>  +1
> In Tomcat and for that kind of thing, the UrlRewriteFilter is to my
> knowledge the most flexible tool to do this.
>
> You can also do this at the level of the front-end Apache if you already
> have one anyway.  Basically the UrlRewriteFilter was originally inspired by
> what one can do with the Apache httpd mod_rewrite module.
>
> If you already do some selective mapping at the Apache level (for example
> to have static content delivered by Apache and dynamic content by Tomcat),
> then I would think that it would be more logical to do this at the level of
> Apache also, and keep your Tomcat configuration simple.
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


A question about redirecton from users.mydomain.com to mydomain.com/users

2009-03-03 Thread Anand HS
Hi,
I have a requirement where I need to configure my Tomcat server to accept
any requests to users.mydomain.com and internally see what the value of
'users ' is and then serve the content from that user subdirectory on
www.mydomain.com.

For eg, if the URL is johndoe.mydomain.com my tomcat should internally map
this to www.mydomain.com/johndoe and render index.html in johndoe subfolder.


Is this type of configuration possible in tomcat. ? Or is this possible in
apache server . ?

Apologise for posing a question that might have answers in apache server.
But i put it here as i want to solve this using tomcat only if it can solve
the problem.

Thanks,
Anand


Re: A question about excluding URL patterns from filters

2009-02-05 Thread Anand HS
I think I was doing a mistake in the url-pattern. giving the correct URL
pattern did the trick.
Thanks for the tip on transport-guarantee Chuck.

Thanks,
Anand

On Fri, Feb 6, 2009 at 12:11 PM, Anand HS  wrote:

> Hi,  Thanks for the info about the transport-guarantee.
> I did try to use it. Here is the config to exclude xsl files and allow all
> others through to HTTPS.
>
>  
> 
> Notify page, accessed internally by
> application
> *.xsl
> 
> 
> NONE
> 
> 
>
> 
> 
> 
> Entire Site
> /*
> 
> 
> CONFIDENTIAL
> 
> 
>
> I would expect with this configuration that when i try to load any xsl
> through http on my browser, no redirection to https happens.  But it doesnt
> seem to be happening. Is my configuraiton missing something. ?
>
> BTW, i use tomcat 6.0.18.
>
> Thanks,
> Anand
>
>
> On Fri, Feb 6, 2009 at 11:31 AM, Caldarale, Charles R <
> chuck.caldar...@unisys.com> wrote:
>
>> > From: Anand HS [mailto:anan...@gmail.com]
>> > Subject: A question about excluding URL patterns from filters
>> >
>> > I have a filter that takes all requests that try to hit http and
>> > redirects them through https.
>>
>> Why are you using a filter?  Why not the  mechanism
>> defined in the servlet spec?
>>
>>  - Chuck
>>
>>
>> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
>> MATERIAL and is thus for use only by the intended recipient. If you received
>> this in error, please contact the sender and delete the e-mail and its
>> attachments from all computers.
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>
>


Re: A question about excluding URL patterns from filters

2009-02-05 Thread Anand HS
Hi, Thanks for the info about the transport-guarantee.
I did try to use it. Here is the config to exclude xsl files and allow all
others through to HTTPS.



Notify page, accessed internally by
application
*.xsl


NONE






Entire Site
/*


CONFIDENTIAL



I would expect with this configuration that when i try to load any xsl
through http on my browser, no redirection to https happens.  But it doesnt
seem to be happening. Is my configuraiton missing something. ?

BTW, i use tomcat 6.0.18.

Thanks,
Anand


On Fri, Feb 6, 2009 at 11:31 AM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Anand HS [mailto:anan...@gmail.com]
> > Subject: A question about excluding URL patterns from filters
> >
> > I have a filter that takes all requests that try to hit http and
> > redirects them through https.
>
> Why are you using a filter?  Why not the  mechanism
> defined in the servlet spec?
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


A question about excluding URL patterns from filters

2009-02-05 Thread Anand HS
Hi, I have a filter that takes all requests that try to hit http and
redirects them through https.
Here is the web.xml configuration for that. -


SecuredChannelFilter
com.psi.servlet.filter.SecuredChannelFilter



SecuredChannelFilter
*


Now, I have a requirement to exclude only *.xsl from this filter.
What would be the best way to make this exclusion. ?
Currently, I can think of 2 ways -

1. Change the filter code to check the url pattern and exclude only url
patterns that request for xsl resources.
2. Create another filter that does nothing but forward the request and the
url pattern for that filter would be only *.xsl. I need to however, make
sure this filter does not call the SecuredChannelFilter

However, I believe there must be a more 'elegant' way to exclude a url
pattern through configuration than adding/modifying more code. :)
Could you shed more ideas on this. ?

Thanks,
Anand


{Solved}: Configuring alternate host and port on Tomcat server - newbie question

2009-01-26 Thread Shyam Anand
Chuck,

Thanks for your help. This was exactly what I need.

Thanks,
Shyam


--- On Thu, 1/22/09, Caldarale, Charles R  wrote:

> From: Caldarale, Charles R 
> Subject: RE: Configuring alternate host and port on Tomcat server - newbie  
> question
> To: "Tomcat Users List" <>
> Date: Thursday, January 22, 2009, 5:13 PM
> > From: Shyam Anand [mailto:struts_new...@yahoo.com]
> > Subject: Configuring alternate host and port on Tomcat
> server
> > - newbie question
> >
> > I would like to configure the second instance
> > to work with a secondary IP/alternate host and
> > port 443 on the same machine.
> 
> By default, Tomcat listens on IP address 0.0.0.0, meaning
> every IP address configured for the TCP/IP stack on the
> system.  You'll need to set the address attribute of all
>  elements for each Tomcat to use the
> specific IP address you want for each one.
> http://tomcat.apache.org/tomcat-5.5-doc/config/http.html#Standard%20Implementation
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR
> OTHERWISE PROPRIETARY MATERIAL and is thus for use only by
> the intended recipient. If you received this in error,
> please contact the sender and delete the e-mail and its
> attachments from all computers.
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail:
> users-h...@tomcat.apache.org


  

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Configuring alternate host and port on Tomcat server - newbie question

2009-01-22 Thread Shyam Anand
Hi,
I'm running Tomcat 5.5 on a Solaris(SunOS 5.10 )box. I have a couple of 
instances of Tomcat web servers running on the same machine - the first one 
uses the primary IP/localhost and port 443, and I would like to configure the 
second instance to work with a secondary IP/alternate host and port 443 on the 
same machine. I looked at the  configuration files under the $TOMCAT_HOME/conf 
directory and noticed references to the default local host in the following 
files:
server.xml
server-minimal.xml
workers.properties
workers2.properties
logging.properties
---
In order to configure the alternate host, do I just need to replace all 
references to "localhost" with the corresponding DNS entry for my alternate 
host manually?
Or is it easier to do this through the Admin web page by creating a new host 
and new connector? I don't see any options to edit entries for the default host 
and connector - is this possible?

Could somebody let me know what is the best way to accomplish my task?

Any help/suggestions or pointers to the right documentation will be greatly 
appreciated.

Thanks,
Shyam



  

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: What exactly happens when I configure a different host

2008-12-04 Thread Anand HS
The real reason is I have 3 web apps I want to deploy in a single tomcat
instance and all 3 have to be exposed with root context and also need to be
running on port 80. Hence, I have chosen to give my machine that runs tomcat
to have 3 distinct DNS Names/Addresses and configures these names/addresses
as the  Name.

The 3 web apps are required to be running 80 all the time and also have to
have a root context all the time too.

I basically did this as this was a simple solution.  However, I am
interested in seeing alternatives for this approach.

Thanks,
Anand

On Thu, Dec 4, 2008 at 12:13 AM, André Warnier <[EMAIL PROTECTED]> wrote:

> Caldarale, Charles R wrote:
>
>> From: Anand HS [mailto:[EMAIL PROTECTED]
>>> Subject: Re: What exactly happens when I configure a different host
>>>
>>> Does that mean when we change the , we have to have a
>>> handler added in logging.properties as well. ?
>>>
>>
>> Have to - no; should - probably.  If you don't define one, the logging
>> info ends up in the default handler.
>>
>>  Maybe the real question to the OP is : why do you want to change the name
> of the default Host ? what does that bring you ?
> (it's not a snappy question, it's a real question; maybe if you exlain your
> reason, we might suggest another solution)
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: What exactly happens when I configure a different host

2008-12-03 Thread Anand HS
Whew.. that was a problem alright..
Does that mean when we change the , we have to have a handler added in
logging.properties as well. ?
I see there are already defined for applications packaged with tomcat like
manager and host-manager.

Thanks,
Anand


On Wed, Dec 3, 2008 at 7:54 AM, Caldarale, Charles R <
[EMAIL PROTECTED]> wrote:

> > From: Anand HS [mailto:[EMAIL PROTECTED]
> > Subject: Re: What exactly happens when I configure a different host
> >
> > I changed the  Name and  defaultHost back to
> > localhost and the error vanishes.
> > However, it re appears when I give a different name than localhost.
>
> Finally had time to go chase this a bit more.  The error doesn't really
> "vanish" when the  name is "localhost", but it is not sent to the
> console window Tomcat is using, nor to the catalina.*.log file; you can find
> it in the localhost.*.log file.
>
> When you change the  name to something else, the error is displayed
> in the console window and in the catalina.*.log file, but not in
> localhost.*.log.
>
> The reason behind this apparently inconsistent behavior is the settings in
> conf/logging.properties:  log entries for "localhost" are routed to specific
> handlers, which do not include the console window.  When you changed the
>  name but did not update logging.properties, the default log handler
> kicked in, which dumped the error message to the console.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
Yes.
I changed the  Name and  defaultHost back to localhost and the
error vanishes.
However, it re appears when I give a different name than localhost.



On Mon, Dec 1, 2008 at 10:14 PM, Caldarale, Charles R <
[EMAIL PROTECTED]> wrote:

> > From: Anand HS [mailto:[EMAIL PROTECTED]
> > Subject: Re: What exactly happens when I configure a different host
> >
> > When tomcat starts with host name = "localhost", it does NOT
> > throw any error about missing class file.
>
> Sorry, now I understand your concern.
>
> Have you tried changing the  name and the  defaultHost
> setting back to localhost now that you have the webapp properly named and
> the  element in the correct place?
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
I extremely sorry for not being able to clarify to you.
There is definitely a reference to the Log4jInitialiserservlet in my web.xml
( pasted above ).
The servlet is missing in my jars/wars. . So i expect tomcat to throw error
when it starts
When tomcat starts with host name = "localhost", it does NOT throw any error
about missing class file.
But when i start with the host name = "blahblah" it throws the error.

The question is why did not throw in the first case and why did it throw in
the second. ?

Thanks,
Anand

On Mon, Dec 1, 2008 at 8:00 PM, Caldarale, Charles R <
[EMAIL PROTECTED]> wrote:

> > From: Anand HS [mailto:[EMAIL PROTECTED]
> > Subject: Re: What exactly happens when I configure a different host
> >
> > Here is the web.xml from my webapp -
> >
> > 
> >  action
> >  com.psi.servlet.Log4jInitializerServlet
> >  
> >   debug
> >   2
> >  
> >  2
> > 
>
> I thought you said your web.xml didn't have a reference to
> Log4jInitializerServlet?  Then what are we looking at above?  You need to
> make the class file available in WEB-INF/classes or in a jar in WEB-INF/lib.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
   png
image/png


qti
image/x-quicktime


qtif
image/x-quicktime


swf
application/x-shockwave-flash


dtd
text/plain


xls
application/vnd.ms-excel


xls
application/x-msexcel


ppt
application/vnd.ms-powerpoint


ppt
application/x-mspowerpoint





On Mon, Dec 1, 2008 at 7:33 PM, Caldarale, Charles R <
[EMAIL PROTECTED]> wrote:

> > From: Anand HS [mailto:[EMAIL PROTECTED]
> > Subject: Re: What exactly happens when I configure a different host
> >
> > The thing is this servlet is not present at all.
>
> Have you modified conf/web.xml at all?
>
> Delete everything under conf/Catalina to make sure there are no left-over
>  elements pointing to webapps somewhere.
>
> Delete everything under Tomcat's work directory to insure there's nothing
> in there that might be referencing a servlet.
>
> Restart Tomcat and see what happens.  If the problem persists, post the
> WEB-INF/web.xml from your webapp along with the entire stack trace of the
> error.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
The thing is this servlet is not present at all.
It is wrongly being referenced web.xml.
The original point of my question was just that..
When I configure host name as localhost ( which is by default ) , tomcat
doesnt throw error saying this class is not found.
But When I change the host name to soemthing else ( for eg , an IP address
that is referenced by DNS , ) tomcat throws the error about the class not
being found.
So, my questions was what is the difference between host name as localhost
and host name as something else , that makes tomcat recognise this class as
not being present

Thanks,
Anand

On Mon, Dec 1, 2008 at 5:42 PM, Caldarale, Charles R <
[EMAIL PROTECTED]> wrote:

> > From: Anand HS [mailto:[EMAIL PROTECTED]
> > Subject: Re: What exactly happens when I configure a different host
> >
> > java.lang.ClassNotFoundException:
> > com.psi.servlet.Log4jInitializerServlet
>
> So where is the class file for com.psi.servlet.Log4jInitializerServlet
> located?
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
I did these steps -

1. Renamed admin-web to ROOT.
2. made sure to delete existing ROOT folder that comes bundled with tomcat.
3. Added context.xml to webapps/ROOT/META-INF with contents being



4. This is the error on restarting

INFO: Marking servlet action as unavailable
Dec 1, 2008 2:53:50 PM org.apache.catalina.core.ApplicationContext log
SEVERE: Error loading WebappClassLoader
  delegate: false
..
..
..

SEVERE: Servlet  threw load() exception
java.lang.ClassNotFoundException: com.psi.servlet.Log4jInitializerServlet
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1094)

On Mon, Dec 1, 2008 at 2:22 PM, Caldarale, Charles R <
[EMAIL PROTECTED]> wrote:

> > From: Anand HS [mailto:[EMAIL PROTECTED]
> > Subject: Re: What exactly happens when I configure a different host
> >
> > Thats exactly what I have.
>
> Good.
>
> > 
> >   >   directory="\\10.168.48.254
> \web_app_logs\QA1\Logs\SDQA1-WEB\TOMCAT\admin\accesslog"
> >   prefix="localhost_access_log_admin."
> >   suffix=".txt"
> >   pattern="common" />
> >   >   directory="\\10.168.48.254
> \web_app_logs\QA1\Logs\SDQA1-WEB\TOMCAT\all\accesslog"
> >   prefix="localhost_access_log."
> >   suffix=".txt"
> >   pattern="common" />
> > 
>
> It's bad practice to put a  element inside server.xml, especially
> for the default webapp.  You now have that webapp deployed twice, once as
> "", and again as "admin-web".  Before proceeding, change the name of the
> webapp directory from webapps/admin-web to webapps/ROOT (case-sensitive,
> even on Windows), and place the  element in
> webapps/ROOT/META-INF/context.xml (also case-sensitive), but without the
> path and docBase attributes.  Delete any existing webapps/ROOT directory or
> webapps/ROOT.war file before renaming yours, of course.
>
> Then let's see what happens.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
Thats exactly what I have.

Here is the server.xml configuration  -

 








  
  






  

  


Cheers-
Anand
On Mon, Dec 1, 2008 at 1:42 PM, Caldarale, Charles R <
[EMAIL PROTECTED]> wrote:

> > From: Anand HS [mailto:[EMAIL PROTECTED]
> > Subject: What exactly happens when I configure a different host
> >
> > I noticed a strange behavior when I tried to configure a
> > virtual host by changing the Host Name in server.xml from
> > the default "localhost" to "mydomain.com".
>
> If that's all you did, then you have an invalid configuration, and all bets
> are off.  There must be one  with a name attribute that matches the
> defaultHost attribute of the enclosing  element.
>
> Note that if you have only one , its name is unimportant other than
> it must be the same as the defaultHost setting.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


What exactly happens when I configure a different host

2008-12-01 Thread Anand HS
Hi,
I am trying to deploy a simple war file into a freshly downloaded tomcat
6.0.18.
I noticed a strange behavior when I tried to configure a virtual host by
changing the Host Name in server.xml from the default "localhost" to "
mydomain.com".

The strange behavior goes like this

1. the web.xml inside my war has a servlet defined which is not presnet in
the war file or any of the libraries tomcat loads.
2. With the default host name as localhost, tomcat does not thrown any
"ClassNotFound" exception for not finding this missing servlet.
3. If i change the host name, tomcat throws a nice

java.lang.ClassNotFoundException: com.psi.servlet.Log4jInitializerServlet
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1094)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:992)

( Log4jInitializerServlet is my servlet which is missing ).

I can get rid of this error by removing the servlet inclusion block though.

Can any one tell me why the localhost as Host name ignores this error. ?

I can provide more details if wanted.

Thanks,
Anand


Re: Fw: Tomcat Patch Management

2008-09-11 Thread Anand Gundanna
Chris,

Thanks for your response.. 

Currently we are managing Windows Patch management through a application 
called "BIGFIX". But that will not be used to manage for any other 
application purpose. 

So, do you think Automatic windows patch management and manual tomcat 
patch management would ideal as patch releases from Tomcat is very rare?

Best Regards,
Anand G
NU UK ITS Architecture and Design
Floor 7, Norfolk Tower, Norwich
Phone - 01603 838398



Christopher Schultz <[EMAIL PROTECTED]> 
11/09/2008 18:09
Please respond to
"Tomcat Users List" 


To
Tomcat Users List 
cc

Subject
Re: Fw: Tomcat Patch Management






-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Anand,

Anand Gundanna wrote:
> We have installed and configured an Tomcat web server on windows server
> platform for an application called Business Objects XI.

Yikes. Patching Microsoft Windows will be more important than patching
Tomcat from the vulnerabilities I've seen from both.

> 1) What is the best procedure/practice to keep Tomcat up-to-date with
> patches?

That depends on your existing patching procedures.

> 2) How frequently does Tomcat releases patches/updates and how critical
> it is for an internal application?

Tomcat rarely releases patches per se. New versions are sometimes
released to fix non-security-related as well as security-related bugs.
These are also relatively rare.

> 3) Does Tomcat have any built in tool/feature to download and update
> patches automatically?

No. You'll have to watch the lists for updates and then test and deploy
them yourself.

> Please let me know if you know any other easy option/solution for Tomcat
> Patch Management.

I would ask your NOC what they do for Microsoft Windows updates.

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkjJULUACgkQ9CaO5/Lv0PBDDgCcCmhu5/tsnOmv4loCbBzmWjpc
diwAn18ybgLsKg1ivtJNOfGcJTIcs8wy
=0/ND
-END PGP SIGNATURE-

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Norwich Union is the trading name for the principal subsidiaries
of the Aviva Group in the United Kingdom.  The principal
subsidiaries are:

Norwich Union Insurance Limited

Norwich Union Insurance Limited. 
Registered Office 8 Surrey Street, Norwich, Norfolk NR1 3NG.
Registered in England Number 99122.
"Norwich Union Direct" is a trading name of Norwich Union
Insurance Limited. Authorised and regulated by the Financial
Services Authority. 

Norwich Union Life Services Limited

Norwich Union Life Services Limited. 
Registered Office 2 Rougier Street, York YO90 1UU. 
Registered in England Number 2403746. A member of the
Norwich Union Marketing Group which is authorised and
regulated by the Financial Services Authority. 

Norwich Union Healthcare Limited

Norwich Union Healthcare Limited.
Registered Office 8 Surrey Street, Norwich, Norfolk NR1 3NG.
Registered in England Number 2464270. Authorised and
regulated by the Financial Services Authority. 

**
This email and any files sent with it are intended only for the named
recipient. If you are not the named recipient please telephone/email
the sender immediately. You should not disclose the content or
take/retain/distribute any copies.
**

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Fw: Tomcat Patch Management

2008-09-11 Thread Anand Gundanna
Hello,

Can someone help me please.. i haven't got the answer for my query yet.. 
please.

Best Regards,
Anand G
NU UK ITS Architecture and Design
Floor 7, Norfolk Tower, Norwich
Phone - 01603 838398
- Forwarded by Anand Gundanna/TCS/NUI/NORWICHUNION on 11/09/2008 16:38 
-----

Anand Gundanna/TCS/NUI/NORWICHUNION 
11/09/2008 12:04


To
users@tomcat.apache.org
cc

Subject
Tomcat Patch Management





Dear Support,

I would request for your help in regards to Tomcat Patch Management. I 
hope you will be helpful in this regard. 

We have installed and configured an Tomcat web server on windows server 
platform for an application called Business Objects XI. Tomcat web servers 
will not be supported/maintained by our web services team as it is non 
strategic within our organisation. But still we have hosted the Tomcat 
servers as it is mandated by Business Objects application. 

Now the Tomcat Web server has been successfully installed and configured. 
We need to plan for Patch management for Tomcat. At the moment we do not 
have any external/third party tool to manage the patches automatically. 
So, could you please clarify the following queries..

1) What is the best procedure/practice to keep Tomcat up-to-date with 
patches?

2) How frequently does Tomcat releases patches/updates and how critical it 
is for an internal application?

3) Does Tomcat have any built in tool/feature to download and update 
patches automatically? 

Please let me know if you know any other easy option/solution for Tomcat 
Patch Management. 

Best Regards,
Anand G
NU UK ITS Architecture and Design
Floor 7, Norfolk Tower, Norwich
Phone - 01603 838398
Norwich Union is the trading name for the principal subsidiaries
of the Aviva Group in the United Kingdom.  The principal
subsidiaries are:

Norwich Union Insurance Limited

Norwich Union Insurance Limited. 
Registered Office 8 Surrey Street, Norwich, Norfolk NR1 3NG.
Registered in England Number 99122.
"Norwich Union Direct" is a trading name of Norwich Union
Insurance Limited. Authorised and regulated by the Financial
Services Authority. 

Norwich Union Life Services Limited

Norwich Union Life Services Limited. 
Registered Office 2 Rougier Street, York YO90 1UU. 
Registered in England Number 2403746. A member of the
Norwich Union Marketing Group which is authorised and
regulated by the Financial Services Authority. 

Norwich Union Healthcare Limited

Norwich Union Healthcare Limited.
Registered Office 8 Surrey Street, Norwich, Norfolk NR1 3NG.
Registered in England Number 2464270. Authorised and
regulated by the Financial Services Authority. 

**
This email and any files sent with it are intended only for the named
recipient. If you are not the named recipient please telephone/email
the sender immediately. You should not disclose the content or
take/retain/distribute any copies.
**

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat Patch Management

2008-09-11 Thread Anand Gundanna
Dear Support,

I would request for your help in regards to Tomcat Patch Management. I 
hope you will be helpful in this regard. 

We have installed and configured an Tomcat web server on windows server 
platform for an application called Business Objects XI. Tomcat web servers 
will not be supported/maintained by our web services team as it is non 
strategic within our organisation. But still we have hosted the Tomcat 
servers as it is mandated by Business Objects application. 

Now the Tomcat Web server has been successfully installed and configured. 
We need to plan for Patch management for Tomcat. At the moment we do not 
have any external/third party tool to manage the patches automatically. 
So, could you please clarify the following queries..

1) What is the best procedure/practice to keep Tomcat up-to-date with 
patches?

2) How frequently does Tomcat releases patches/updates and how critical it 
is for an internal application?

3) Does Tomcat have any built in tool/feature to download and update 
patches automatically? 

Please let me know if you know any other easy option/solution for Tomcat 
Patch Management. 

Best Regards,
Anand G
NU UK ITS Architecture and Design
Floor 7, Norfolk Tower, Norwich
Phone - 01603 838398
Norwich Union is the trading name for the principal subsidiaries
of the Aviva Group in the United Kingdom.  The principal
subsidiaries are:

Norwich Union Insurance Limited

Norwich Union Insurance Limited. 
Registered Office 8 Surrey Street, Norwich, Norfolk NR1 3NG.
Registered in England Number 99122.
"Norwich Union Direct" is a trading name of Norwich Union
Insurance Limited. Authorised and regulated by the Financial
Services Authority. 

Norwich Union Life Services Limited

Norwich Union Life Services Limited. 
Registered Office 2 Rougier Street, York YO90 1UU. 
Registered in England Number 2403746. A member of the
Norwich Union Marketing Group which is authorised and
regulated by the Financial Services Authority. 

Norwich Union Healthcare Limited

Norwich Union Healthcare Limited.
Registered Office 8 Surrey Street, Norwich, Norfolk NR1 3NG.
Registered in England Number 2464270. Authorised and
regulated by the Financial Services Authority. 

**
This email and any files sent with it are intended only for the named
recipient. If you are not the named recipient please telephone/email
the sender immediately. You should not disclose the content or
take/retain/distribute any copies.
**

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Oracle PL/SQL in Boston-Hot-Hot-Hot

2008-09-03 Thread Anand Bandarupally
Hello partner,

Please respond to [EMAIL PROTECTED] or [EMAIL PROTECTED]



*Position : Oracle PL/SQL in Boston*
*Location : Boston area (not downtown)*
*Duration : 6 months*
*Hourly rate : DOE*
*Industry : Financial*

We just received this position for our client in the *Boston* area (not
downtown).  This position is with a *financial* client of mine.  We have a
great relationship with the hiring manager and we're almost guaranteed
interviews.  The key skills are *PL/SQL coding, Performance Tuning, and SQL
tools*.  Scripting and tuning experience would be a plus.  This position is
looking to pay *DOE*.  Send along your best consultants and I'll try to give
feedback as soon as possible.


-- 
Please send the updated resume of the consultant along with the rate,
location and contact information. Please make sure the Consultant's skills
match the requirement.  After reviewing the resume I will contact you if I
need more information.

Thanks & Regards ,

Anand Bandarupally
Magnus International Group,
226 Green Valley Road, Exton, PA - 19341
Direct: 610 616 4254 :Fax : 610 450 4658
[EMAIL PROTECTED] : www.magnusinfo.com : www.magnus-inc.com

The information contained in this e-mail transmission is confidential and
may be privileged. It is intended only for the addressee(s) stated above. If
you areAlthought i have noticed something else which i am not sure if is related to the issue we're talking about. I reinstall my Apache server and Tomcat. In my Tomcat training manual, it said "if you were to browse to http://127.0.0.1 with Apache running you would get a web page showing". However, when i browsed to http://127.0.0.1 or http://localhost, it showed "Forbidden You don't have permission to access / on this server 
Apache/2.0.63 (Win32) mod_jk/1.2.26 Server at 127.0.0.1 Port 80" 
 
I do have this entry in my host file.
 
So i was just wondering if my previous issue has anything to do with the above problem at all. Your help is greatly appreciated!!
 
Regards,
 
Laura


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How to Disable TRACE and DELETE methods in tomcat 6.x

2008-01-31 Thread Anand Kumar Singh
Hi,
  Can anyone suggest me How to Disable TRACE and DELETE methods in tomcat
6.x?

For security reason i want to

- Disable TRACE and DELETE methods
- Disable 8005 Port on Tomcat instance.  Users can shutdown tomcat from that
port.


- Anand Singh


Tomcat Datasource access

2006-06-29 Thread Narendra, Anand
Hi,

Can anybody give me details on DB connection parameters security? Iam
looking for proving that tomcat allows secure db connections similar to
WAS 

Thanks in advance
Aanandaa


Deployment Management & Auditing of Tomcat Applications

2006-06-29 Thread Narendra, Anand
Hi,

 

I like to know of "Tomcat Management & Monitoring Softwares". 

 

Looking for tools to manage application deployment, auditing application
deployment and controlling. 

 

Thanks in advance!

 

Aananda

 



Enterprise level Management & Monitoring of Tomcat Servers

2006-05-30 Thread Narendra, Anand
Hi,

 

I like to know of "Tomcat Management & Monitoring Softwares". This
should be able to manage Tomcat instances at Enterprise level.

 

Looking for immediate response!

 

Thanks in advance!

 

Aananda