Reply from Hitesh Raghava

2015-09-22 Thread Raghav, Hitesh
Hi ,

Please do not remove my name from the list of recipients .



The information transmitted is intended for the person or entity to which it is 
addressed and may contain confidential, privileged or copyrighted material or 
attorney work product. If you receive this in error, please contact the sender 
and delete the material from any computer. Any comments or statements made are 
not necessarily those of FIL India Business Services Private Limited or any 
other Fidelity entity. All e-mails may be monitored or recorded


RE: Encryption algorithms usage in Tomcat

2008-03-26 Thread Hitesh Raghav
Hi,

Could you please redirect me to right point of contact.

I need encryption usage details in Tomcat to receive an export control
classification number (ECCN).

Please let me know in case any other details are needed.

Thanks,
-Hitesh
 

-Original Message-
From: Hitesh Raghav [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 10, 2008 5:16 AM
To: users@tomcat.apache.org
Subject: Encryption algorithms usage in Tomcat

Hi,
 
Which encryption algorithms are used in Tomcat? Could I get detailed
information about usage of these algorithms in Tomcat?
 
Is there any change in encryption algorithm usage in Tomcat from v5.5.7
to v5.5.26 and v6.0.16?
 
Thanks,
-Hitesh
 

-
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: Encryption algorithms usage in Tomcat

2008-03-26 Thread Hitesh Raghav
Thank you very much Dave for quick response.

I didn't find any encryption details about Tomcat at page:
http://www.apache.org/licenses/exports/.

Does it mean that Tomcat does not use any encryption?

Is there any URL about encryption usage details in Tomcat?


Regards,
-Hitesh
+91-9960623311

 

-Original Message-
From: David Fisher [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2008 12:30 PM
To: Tomcat Users List
Subject: Re: Encryption algorithms usage in Tomcat

Hi,

You want to look at this page: http://www.apache.org/licenses/exports/

You'll need some time to understand it. I did this a couple of years
ago.

When I last I checked HTTPS support is the only encryption that Tomcat
does. I don't believe that HTTPS is subject to ECCN, but I'm not a
lawyer, yada yada .

Good luck,

Regards,
Dave

On Mar 26, 2008, at 1:18 AM, Hitesh Raghav wrote:

 Hi,

 Could you please redirect me to right point of contact.

 I need encryption usage details in Tomcat to receive an export control

 classification number (ECCN).

 Please let me know in case any other details are needed.

 Thanks,
 -Hitesh


 -Original Message-
 From: Hitesh Raghav [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 10, 2008 5:16 AM
 To: users@tomcat.apache.org
 Subject: Encryption algorithms usage in Tomcat

 Hi,

 Which encryption algorithms are used in Tomcat? Could I get detailed 
 information about usage of these algorithms in Tomcat?

 Is there any change in encryption algorithm usage in Tomcat from
 v5.5.7
 to v5.5.26 and v6.0.16?

 Thanks,
 -Hitesh


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




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


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



Encryption algorithms usage in Tomcat

2008-03-09 Thread Hitesh Raghav
Hi,
 
Which encryption algorithms are used in Tomcat? Could I get detailed
information about usage of these algorithms in Tomcat?
 
Is there any change in encryption algorithm usage in Tomcat from v5.5.7
to v5.5.26 and v6.0.16?
 
Thanks,
-Hitesh
 


RE: JASPER libraries incompatibilities

2008-02-24 Thread Hitesh Raghav
Thank you very much Chris and Chuk.

Regards,
-Hitesh


-Original Message-
From: Christopher Schultz [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 21, 2008 7:58 PM
To: Tomcat Users List
Subject: Re: JASPER libraries incompatibilities

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hitesh,

Hitesh Raghav wrote:
| Is there any URLs about these backward incompatibilities (i.e.
| Servlet/JSP specs backward incompatibilities)?

As Chuck suggests, the servlet specification has changed between
versions, and the best reference for that is the specification itself.
There are even sections titled changes since spec vX.Y that you can
read to get an overview of the changes, instead of reading the entire
document start-to-finish.

My concern was less with the servlet specification (because your old
JSPs and tag libraries probably implement the old specification, but so
does the Jasper version you are trying to jam into the newer TC version)
and more with incompatibility between the old Jasper and the new TC.
Since Tomcat is bundled with TC and all the APIs are proprietary (and
not defined by some specification), there's no guarantee that they will
be compatible if you mix-and-match versions. Furthermore, there's no
need for documentation outlining all the incompatibilities between, say,
TC 6.x and Jasper that came from TC 4.x because there is simply no
reason to put the two together.

Stick with a matched TC + Jasper pair. Your life will be much simpler.

Until then, stick with TC 4.1. The best reason to stick with your server
version is that it works! I would definitely take some time to assign
some folks to port your application to TC 5.5 or 6.0. It doesn't look
like like support for 4.1 will be dropped anytime soon, but it /is/
really /really/ old. The newer versions are generally better and faster,
anyway.

Good luck with your upgrade,
- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAke9ilsACgkQ9CaO5/Lv0PCDEQCgtu5NT4ag7opi0M+BByhJ5vLA
MRsAn2ZWfkle6EfAJ79IQpCF3PEi0Dxx
=MH0G
-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]


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



JASPER libraries incompatibilities

2008-02-18 Thread Hitesh Raghav
Hi,
 
Is there any backward incompatibility in JASPER libraries in Tomcat
(v4.x.y, 5.x.y  6.x.y)?
 
If 'YES', could you please share appropriate URL about it.
 
 
Thanks,
-Hitesh
 


RE: JASPER libraries incompatibilities

2008-02-18 Thread Hitesh Raghav
Hi,

I've web-app developed to run with Tomcat 4.2. It used to work perfectly
fine with Tomcat 4.2.
When same web-app is deployed on Tomcat v5.5.x or v6.0.y, it fails by
throwing NullPointerException.

It works perfectly fine, when we replace JASPER libraries from Tomcat
v4.2 (from apache-tomcat\common\lib folder).



===
type Exception report

message 

description The server encountered an internal error () that
prevented it from fulfilling this request.

exception 

java.lang.NullPointerException

org.apache.jasper.runtime.TagHandlerPool.reuse(TagHandlerPool.java:132)

vrts.mgmt.sample.jsp.layouts.mainLayout_jsp._jspService(mainLayout_jsp.j
ava:87)

org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)

javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.jav
a:1069)

org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProc
essor.java:274)

org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(Til
esRequestProcessor.java:254)

org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(Tiles
RequestProcessor.java:309)

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
279)

org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)

org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)

javax.servlet.http.HttpServlet.service(HttpServlet.java:690)

javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java
:686)

org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:6
56)

vrts.mgmt.sample.jsp.index_jsp._jspService(index_jsp.java:42)

org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)

javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

com.veritas.qe.authentication.AuthenticationFilter.doFilter(Authenticati
onFilter.java:210)

vrts.tomcat.admin.SecurePortRedirector.doFilter(SecurePortRedirector.jav
a:217)

vrts.tomcat.admin.SecurePortRedirector.doFilter(SecurePortRedirector.jav
a:217)

vrts.tomcat.admin.HTTPMethodBlocker.doFilter(HTTPMethodBlocker.java:160)

note The full stack trace of the root cause is available in the
Apache Tomcat/5.5.26 logs.



===

Please let me know in case any other details are needed.

Thanks,
-Hitesh
 

-Original Message-
From: Hitesh Raghav [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 18, 2008 7:21 PM
To: users@tomcat.apache.org
Subject: JASPER libraries incompatibilities

Hi,
 
Is there any backward incompatibility in JASPER libraries in Tomcat
(v4.x.y, 5.x.y  6.x.y)?
 
If 'YES', could you please share appropriate URL about it.
 
 
Thanks,
-Hitesh
 

-
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: multi-connector capability for HTTPS in Tomcat

2007-12-26 Thread Hitesh Raghav
Thank you very much Mark for kind help.

I tried. It works fine.

Regards,
-Hitesh


-Original Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 25, 2007 9:24 PM
To: Tomcat Users List
Subject: Re: multi-connector capability for HTTPS in Tomcat

Hitesh Raghav wrote:
 Hi Mark,
 
 How it can be configured for each webapp?
 Is there any documentation about it? Could you please share me 
 appropriate URL about it.

http://tomcat.apache.org/tomcat-6.0-doc/config/index.html

Mark

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


-
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: multi-connector capability for HTTPS in Tomcat

2007-12-25 Thread Hitesh Raghav
Hi Mark,

How it can be configured for each webapp?
Is there any documentation about it? Could you please share me
appropriate URL about it.

Regards,
-Hitesh
 

-Original Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 25, 2007 12:43 AM
To: Tomcat Users List
Subject: Re: multi-connector capability for HTTPS in Tomcat

Hitesh Raghav wrote:
 Hi Mark,
 
 I'm little confused about it.
 
 Let assume my m/c ip is: 10.212.85.8
 SSL connector are configured on ports: 8443  8553
 
 I need to deploy one web app (myapp01.war) on port 8443 and another on

 web app (myapp02.war) on 8553. Is there any way to configure to access

 these web apps as:
 https://10.212.85.8:8443/myapp01/
 and
 https://10.212.85.8:8553/myapp02/

If you want each port to only allow access to a single webapp then you
would need to configure a service (with a connector, engine, host etc)
for each webapp.

Mark


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


-
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: multi-connector capability in Tomcat

2007-12-24 Thread Hitesh Raghav
Thanks Mark for reminding my mistake. I'll resend my query again
appropriately.

Thanks,
-Hitesh


-Original Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED] 
Sent: Sunday, December 23, 2007 11:54 PM
To: Tomcat Users List
Subject: Re: multi-connector capability in Tomcat

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. This is known as thread hijacking and to many of the list
archiving services and mail clients used by list subscribers this makes
your new message appear as part of the old thread. This makes it harder
for other users to find relevant information when searching the lists.

It should also be noted that many list subscribers automatically ignore
any messages that hijack another thread.

The correct procedure is to create a new message with a new subject.
This will start a new thread.

Thanks,

Mark
 


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


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



multi-connector capability for HTTPS in Tomcat

2007-12-24 Thread Hitesh Raghav
Hi,
 
Does Tomcat support multi-connector capabilities for HTTPS?
 
Edit The Tomcat Configuration File section in Tomcat's User-Guide
(http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html
http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html ) gives
impression that Tomcat could be configured using multiple connectors to
support HTTPS protocols on multiple ports simultaneously.
 
Your expert advise/suggestion are highly appreciated.
 
 
Thanks,
-Hitesh


RE: multi-connector capability for HTTPS in Tomcat

2007-12-24 Thread Hitesh Raghav
Hi Mark,

I'm little confused about it.

Let assume my m/c ip is: 10.212.85.8
SSL connector are configured on ports: 8443  8553

I need to deploy one web app (myapp01.war) on port 8443 and another on
web app (myapp02.war) on 8553. Is there any way to configure to access
these web apps as:
https://10.212.85.8:8443/myapp01/
and
https://10.212.85.8:8553/myapp02/

Please find enclosed my conf file (i.e. server.xml) for reference.

Please let me know in case any other details are needed.

Thanks,
-Hitesh
 

-Original Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED] 
Sent: Monday, December 24, 2007 7:41 PM
To: Tomcat Users List
Subject: Re: multi-connector capability for HTTPS in Tomcat

Hitesh Raghav wrote:
 Hi,
  
 Does Tomcat support multi-connector capabilities for HTTPS?

Yes.

 Edit The Tomcat Configuration File section in Tomcat's User-Guide 
 (http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html
 http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html ) gives 
 impression that Tomcat could be configured using multiple connectors 
 to support HTTPS protocols on multiple ports simultaneously.

You can have multiple SSL connectors. Whilst connectors can listen on
multiple addresses, there can only be one connector listening on each
address/port combination.

Mark

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

?xml version=1.0 encoding=UTF-8?
!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the License); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an AS IS BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--
!-- Example Server Configuration File --
!-- Note that component elements are nested corresponding to their
 parent-child relationships with each other --

!-- A Server is a singleton element that represents the entire JVM,
 which may contain one or more Service instances.  The Server
 listens for a shutdown command on the indicated port.

 Note:  A Server is not itself a Container, so you may not
 define subcomponents such as Valves or Loggers at this level.
 --

Server port=8005 shutdown=SHUTDOWN

  !-- Comment these entries out to disable JMX MBeans support used for the 
   administration web application --
  Listener className=org.apache.catalina.core.AprLifecycleListener /
  Listener className=org.apache.catalina.mbeans.ServerLifecycleListener /
  Listener className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener /
  Listener className=org.apache.catalina.storeconfig.StoreConfigLifecycleListener/

  !-- Global JNDI resources --
  GlobalNamingResources

!-- Test entry for demonstration purposes --
Environment name=simpleValue type=java.lang.Integer value=30/

!-- Editable user database that can also be used by
 UserDatabaseRealm to authenticate users --
Resource name=UserDatabase auth=Container
  type=org.apache.catalina.UserDatabase
   description=User database that can be updated and saved
   factory=org.apache.catalina.users.MemoryUserDatabaseFactory
  pathname=conf/tomcat-users.xml /

  /GlobalNamingResources

  !-- A Service is a collection of one or more Connectors that share
   a single Container (and therefore the web applications visible
   within that Container).  Normally, that Container is an Engine,
   but this is not required.

   Note:  A Service is not itself a Container, so you may not
   define subcomponents such as Valves or Loggers at this level.
   --

  !-- Define the Tomcat Stand-Alone Service --
  Service name=Catalina

!-- A Connector represents an endpoint by which requests are received
 and responses are returned.  Each Connector passes requests on to the
 associated Container (normally an Engine) for processing.

 By default, a non-SSL HTTP/1.1 Connector is established on port 8080.
 You can also enable an SSL HTTP/1.1 Connector on port 8443 by
 following the instructions below and uncommenting the second Connector
 entry.  SSL support requires the following steps (see the SSL Config
 HOWTO in the Tomcat 5 documentation bundle for more detailed
 instructions):
 * If your JDK version 1.3 or prior, download

multi-connector capability in Tomcat

2007-12-23 Thread Hitesh Raghav
Hi,
 
Does Tomcat support multi-connector capabilities?
 
Edit The Tomcat Configuration File section in Tomcat's User-Guide
(http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html) gives
impression that Tomcat could be configured using multiple connectors to
support HTTPS protocols on multiple ports simultaneously.
 
Your expert advise/suggestion are highly appreciated.
 
 
Thanks,
-Hitesh
 
 
 


Re: Killing tomcat java process, Windows

2007-11-21 Thread raghav

Hey i need small information from you.
please it is very urgent for me.
can you tell me the procedure for creating the multiple instances for
tomcat?
plaese
my mail id is
[EMAIL PROTECTED]

THanks,
RAghavender

jimpo wrote:
 
 I run two separate tomcat 6 instances on my development environment. Once
 I have redeployed the application enough times, the tomcat java.exe
 freezes and has to be shutdown using control-c. shutdown.bat does not work
 most of the times. I start the tomcat processes with startup.bat, they are
 not windows services.
 
  I know, one path is to try and fix the redeployment problem, but let's
 not go there in this thread 
 
 I would like to create a .bat script which shuts down the frozen tomcat
 java.exe processes (and calls startup.bat scripts). How could I accomplish
 this in Windows? In unix I would have plenty of tools (ps/grep/kill/etc),
 but can this be done in Windows? The process name alone is not enough to
 identify the tomcat processes, as there are several java.exe processes
 running.
 
 What about running the instances as windows services, can those be killed
 / started again more easily?
 

-- 
View this message in context: 
http://www.nabble.com/Killing-tomcat-java-process%2C-Windows-tf4842107.html#a13876121
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
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 create multiple instances

2007-11-20 Thread raghav

how to create multiple instances for tomcat?
-- 
View this message in context: 
http://www.nabble.com/TomCat-users%27-list%2C--forum-or-documentation---tf3716251.html#a13854150
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
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: PKCS#12 type SSL certificate support in Tomcat

2007-10-29 Thread Hitesh Raghav
Hi Lucas,

I'm using following connector/ configuration:

Connector port=8443 maxHttpHeaderSize=8192

   maxThreads=150 minSpareThreads=25
maxSpareThreads=75

   enableLookups=false disableUploadTimeout=true

   acceptCount=100 scheme=https secure=true

   clientAuth=false sslProtocol=TLS /
 
Factory
className=org.apache.coyote.tomcat4.CoyoteServerSocketFactory

clientAuth=false protocol=TLS

keystoreFile=keystore/.keystore

keystorePass=changeit

keystoreType=pkcs12 /


Please let me know in case any other details are needed.


Thanks,
-Hitesh

 

-Original Message-
From: Lucas Galfaso [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 26, 2007 7:39 PM
To: Tomcat Users List
Subject: Re: PKCS#12 type SSL certificate support in Tomcat

Can you post the Connector / configuration that you are using?
- lg

On 10/26/07, Hitesh Raghav [EMAIL PROTECTED] wrote:
 Dear All,

 Is there any limitation to support PKCS#12 type SSL certificate in 
 Tomcat.

 As per Tomcat User Guide, Tomcat currently operates with JKS, PKCS11 
 or
 PKCS12 format keystores.
 http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html

 But, I'm unable to use PKCS#12 certificate in my Tomcat.

 It throws:

 java.io.IOException: Invalid keystore format
 at
 sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:633)
 at

sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:38)
 at java.security.KeyStore.load(KeyStore.java:1185)
 at
 org.apache.tomcat.util.net.jsse.JSSESocketFactory.getStore(JSSESocketF
 ac
 tory.java:287)
 at
 org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeystore(JSSESock
 et
 Factory.java:227)
 at
 org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.getKeyManagers(JSS
 E1
 4SocketFactory.java:142)
 at
 org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.init(JSSE14SocketF
 ac
 tory.java:110)
 at
 org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESoc
 ke
 tFactory.java:89)
 at

org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.
 java:293)
 at
 org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.ja
 va
 :139)
 at

org.apache.catalina.connector.Connector.initialize(Connector.java:1017)
 at
 org.apache.catalina.core.StandardService.initialize(StandardService.ja
 va
 :578)
 at
 org.apache.catalina.core.StandardServer.initialize(StandardServer.java
 :7
 82)
 at
 org.apache.catalina.startup.Catalina.load(Catalina.java:504)
 at
 org.apache.catalina.startup.Catalina.load(Catalina.java:524)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
 Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
 av
 a:39)
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
 or
 Impl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at
 org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:267)
 at
 org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)

 Could you please throw some light on PKCS#12 type certificate support.

 Please let me know in case any details are needed.


 Thanks,
 -Hitesh



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


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



PKCS#12 type SSL certificate support in Tomcat

2007-10-26 Thread Hitesh Raghav
Dear All,
 
Is there any limitation to support PKCS#12 type SSL certificate in
Tomcat.
 
As per Tomcat User Guide, Tomcat currently operates with JKS, PKCS11 or
PKCS12 format keystores.
http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html
 
But, I'm unable to use PKCS#12 certificate in my Tomcat.
 
It throws:
 
java.io.IOException: Invalid keystore format
at
sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:633)
at
sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:38)
at java.security.KeyStore.load(KeyStore.java:1185)
at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.getStore(JSSESocketFac
tory.java:287)
at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeystore(JSSESocket
Factory.java:227)
at
org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.getKeyManagers(JSSE1
4SocketFactory.java:142)
at
org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.init(JSSE14SocketFac
tory.java:110)
at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocke
tFactory.java:89)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.
java:293)
at
org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java
:139)
at
org.apache.catalina.connector.Connector.initialize(Connector.java:1017)
at
org.apache.catalina.core.StandardService.initialize(StandardService.java
:578)
at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:7
82)
at
org.apache.catalina.startup.Catalina.load(Catalina.java:504)
at
org.apache.catalina.startup.Catalina.load(Catalina.java:524)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:267)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
 
Could you please throw some light on PKCS#12 type certificate support.
 
Please let me know in case any details are needed.
 
 
Thanks,
-Hitesh
 


Tomcat supported platforms?

2007-10-05 Thread Hitesh Raghav
Hi,

Which platforms are supported by Tomcat?

Could you please direct me right URL.


Thanks,
-Hitesh 

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



any limitation with Tomcat4 on AIX 6.1

2007-09-17 Thread Hitesh Raghav
Hi,
 
Is there any limitation for Tomcat4 on IBM AIX 6.1 platform?
 
I'm trying to deploy Tomcat4 on AIX 6.1 using IBM JDK 1.4.2 (SR7). It's
giving core dump.
 
 
Thanks,
-Hitesh
 
 
 


RE: How to profile Tomcat with Rational Purify?

2007-09-03 Thread Hitesh Raghav
Thanks Filip and Peter for valuable suggestions.

I'll try and share the details in case of new findings


Thanks,
-Hitesh

 

-Original Message-
From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 31, 2007 8:12 PM
To: Tomcat Users List
Subject: Re: How to profile Tomcat with Rational Purify?

Tomcat is just another java application, nothing special at all.
What I do, when I get tools for Java, is that I modify
catalina.sh/catalina.bat to instead of execute the Java command, I
prefix it with the echo  command, so that is spits out the command
line that I am running.
Then I would take that command line with its arguments and put in
Purify, and voila, you should be good to go

Filip

Peter Crowther wrote:
 From: Hitesh Raghav [mailto:[EMAIL PROTECTED]
 What are the steps for profiling a web server (i.e. Tomcat)?
 

 Broadly the same as those for profiling any other app: decide what you

 want to measure, set up the instrumentation, run, analyse results.  In

 your case, the instrumentation is Purify.

 The likely reason you got no answers the first time you posted this is

 that nobody on the list has ever profiled Tomcat using Purify.  I 
 suspect you're on your own here!

   - Peter

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



   


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


-
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 profile Tomcat with Rational Purify?

2007-08-31 Thread Hitesh Raghav
Hi,

What are the steps for profiling a web server (i.e. Tomcat)?

I've Tomcat with our some custom implementations.
I've to do Tomcat profiling with Rational Purify.

Could you please share some good pointers regarding the same.


Thanks,
-Hitesh

-
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 verify crossdomain.xml in Tomcat

2007-03-28 Thread Hitesh Raghav
Hi,
 
In one of my application, I've to deploy crossdomain.xml file in my
Tomcat (i.e. Tomcat 5.x).
 
Could you please guide me regarding location (i.e. directory) and how to
verify the same on my Tomcat web serever.
 
Please let me know in case any other details are needed.
 
 
Thanks and Regards,
 
Hitesh
 


RE: How to verify crossdomain.xml in Tomcat

2007-03-28 Thread Hitesh Raghav
Hi Mark,

I'm trying to deploy the Flex based app on my Tomcat5 web-server.

To allow cross-domain resource access, crossdomain.xml file need to be
deployed.
Pl look into below article for more details:
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14213

Pl visit to below URL for cross-domain implementation by some leading
websites:
http://www.crossdomainxml.org/

Therefore, I need the help rgd crossdomain.xml deployment directory
and verification mechanism in Tomcat scenario.


Thanks,
Hitesh

 

-Original Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 29, 2007 7:06 AM
To: Tomcat Users List
Subject: Re: How to verify crossdomain.xml in Tomcat

Hitesh Raghav wrote:
 Hi,
  
 In one of my application, I've to deploy crossdomain.xml file in my 
 Tomcat (i.e. Tomcat 5.x).

There is no such file in a Tomcat installation. Maybe it is part of an
application you are trying to deploy?

Mark

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


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