mod_proxy_balancer and session affinity

2009-03-12 Thread Andrew Hole
Hi guys! I can't find any documentation regarding session affinity using mod_proxy_balancer (http protocol). Anyone have or know where i cand find it? Thanks

SEVERE: Can't lookup new HighLowSequence for field id using sequence name SEQ_t_xx_xxx

2009-03-12 Thread ChupaMe
Hi, we have a Problem with Tomcat/MySQL which causes our webapplication to stop working. After a restart of Tomcat and MySQL it works again. But we have to do this a few times a day. First some Info about the Server and versions: - SUSE LINUX Enterprise Server 9 (i586) Patchlevel 4 -

How can JSP use the .jar file out of Tomcat's Home ?

2009-03-12 Thread lrvberg
Hi, All, I have to make a JSP invoke a Class which is in a .jar file out of Tomcat Home, How can I deal with it? I have try to add the path of .jar file to system CLASSPACH, but it seems useless.. Thanks!

RE: How can JSP use the .jar file out of Tomcat's Home ?

2009-03-12 Thread Peter Crowther
From: lrvb...@gmail.com [mailto:lrvb...@gmail.com] I have to make a JSP invoke a Class which is in a .jar file out of Tomcat Home, How can I deal with it? Add the jar to the WEB-INF/lib directory of the webapp with the JSP in. - Peter

Re: How can JSP use the .jar file out of Tomcat's Home ?

2009-03-12 Thread David Smith
lrvb...@gmail.com wrote: Hi, All, I have to make a JSP invoke a Class which is in a .jar file out of Tomcat Home, How can I deal with it? I have try to add the path of .jar file to system CLASSPACH, but it seems useless.. Thanks! Place the jar in the applications WEB-INF/lib

Re: How can JSP use the .jar file out of Tomcat's Home ?

2009-03-12 Thread lrvberg
Thanks, For the jar is the core of another running application. I want to use API in the jar to put stream from the servlet to the core. Can we keep the jar out of Tomcat's Home? -邮件原件- 发件人: Peter Crowther [mailto:peter.crowt...@melandra.com] 发送时间: 2009年3月12日 21:35 收件人: 'Tomcat Users

Error filterStart

2009-03-12 Thread Dolphin06
Hello, i have tomcat 5.5.27 installed on Red Hat 4.0 and jdk 6u12. I m deploying my application using xml file that i put under $TOMCAT_HOME/conf/Catalina/localhost When i start up tomcat the application is created inside the webapps directory and work directory, but cannot start. Thank you for

RE: How can JSP use the .jar file out of Tomcat's Home ?

2009-03-12 Thread Caldarale, Charles R
From: lrvb...@gmail.com [mailto:lrvb...@gmail.com] Subject: Re: How can JSP use the .jar file out of Tomcat's Home ? For the jar is the core of another running application. I want to use API in the jar to put stream from the servlet to the core. Webapps are intended to be self-contained

RE: How can JSP use the .jar file out of Tomcat's Home ?

2009-03-12 Thread Peter Crowther
From: lrvb...@gmail.com [mailto:lrvb...@gmail.com] Sent: 12 March 2009 13:51 To: 'Tomcat Users List' Subject: Re: How can JSP use the .jar file out of Tomcat's Home ? Thanks, For the jar is the core of another running application. I want to use API in the jar to put stream from the servlet

RE: Error filterStart

2009-03-12 Thread Peter Crowther
From: Dolphin06 [mailto:david.vauque...@gmail.com] Hello, i have tomcat 5.5.27 installed on Red Hat 4.0 and jdk 6u12. I m deploying my application using xml file that i put under $TOMCAT_HOME/conf/Catalina/localhost When i start up tomcat the application is created inside the webapps

RE: Error filterStart

2009-03-12 Thread Caldarale, Charles R
From: Dolphin06 [mailto:david.vauque...@gmail.com] Subject: Error filterStart When i start up tomcat the application is created inside the webapps directory and work directory, but cannot start. And the logs say what? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE

howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-12 Thread Stephanie Wullbieter
Hi, to edit/clear the ServerInfo.properties (Version etc.) with Tomcat 5.5 I did the following: cd $CATALINA_HOME/common/classes unzip $CATALINA_HOME/server/lib/catalina.jar org/apache/catalina/util/ServerInfo.properties vi org/apache/catalina/util/ServerInfo.properties With Tomcat 6.0

RE: Error filterStart

2009-03-12 Thread Dolphin06
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:

RE: Error filterStart

2009-03-12 Thread Caldarale, Charles R
From: Dolphin06 [mailto:david.vauque...@gmail.com] Subject: RE: Error filterStart SEVERE: Error filterStart Mar 10, 2009 10:00:22 AM org.apache.catalina.core.StandardContext start SEVERE: Context [/mywiki] startup failed due to previous errors Mar 10, 2009 10:00:27 AM O.k., that's a

Re: Error filterStart

2009-03-12 Thread Anurag Kapur
What startup filters have you defined in your web.xml? Looks like one of them is throwing an error (because of something and the something could be anything..not enough info at this stage). Share a copy of your web.xml would be my suggestion. Cheers Anurag

Re: Hibernate Exception...

2009-03-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil, On 3/9/2009 11:44 AM, Neil B. Cohen wrote: This week, I erased and rebuilt my desktop system - moved it from Fedora 8 to Fedora 10. I re-installed Netbeans and Tomcat. [snip] *Exception Details: * java.lang.NoClassDefFoundError Could

Re: How can JSP use the .jar file out of Tomcat's Home ?

2009-03-12 Thread Mikolaj Rydzewski
lrvb...@gmail.com wrote: I have to make a JSP invoke a Class which is in a .jar file out of Tomcat Home, You need to create new instance of ClassLoader (e.g. URLClassLoader) and load 'external' jar using it. You're on right way to shoot yourself in both feet ;-) -- Mikolaj Rydzewski

RE: howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-12 Thread Caldarale, Charles R
From: Stephanie Wullbieter [mailto:swu...@gmx.de] Subject: howto clear Tomcat 6.0 ServerInfo.properties ? With Tomcat 6.0 there is no common/classes directory anymore. RTFM: http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html How can I achieve the above with Tomcat 6.0 ?

Re: [OT] RE: Max Number of users

2009-03-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 3/9/2009 7:05 PM, Caldarale, Charles R wrote: From: Gregor Schneider [mailto:rc4...@googlemail.com] Subject: Re: [OT] RE: Max Number of users I'll provide my business-card in Amsterdam so that you believe me that it's *not* Jeppesen

Re: Question about writing a servlet filter in Tomcat 5.5.x

2009-03-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gregor, On 3/9/2009 2:49 PM, Gregor Schneider wrote: Don't have an example using ServletResponseWrapper here, but reading this thread might shed some light: http://www.nabble.com/-Http-ServletResponseWrapper.getOutputStream()-td20452362.html

Re: How can JSP use the .jar file out of Tomcat's Home ?

2009-03-12 Thread David Smith
The problem is your other running application is in a separate jvm instance. Even if you did get it to run inside tomcat, it wouldn't be able to bridge tomcat to the other running app by jar alone. The API would have to define some sort of communication and work in a client/server mode of some

The requested resource () is not available?

2009-03-12 Thread Pat Riehecky
I have been trying to install a tomcat app onto a fresh Ubuntu box (8.04 tomcat 5.5), but when attempting to view the app's pages I get HTTP Status 404 - type Status report message description The requested resource ()

Re: The requested resource () is not available?

2009-03-12 Thread David Smith
Pat Riehecky wrote: I have been trying to install a tomcat app onto a fresh Ubuntu box (8.04 tomcat 5.5), but when attempting to view the app's pages I get HTTP Status 404 - type Status report message

Re: [OT] RE: Max Number of users

2009-03-12 Thread Gregor Schneider
Chris, On Thu, Mar 12, 2009 at 3:46 PM, Christopher Schultz ch...@christopherschultz.net wrote: Kölnische Rückversicherungs-Gesellschaft AG, part of Gen Re, part of one of Jimmy Buffett's relative's companies. ...and they're running Microsoft-IIS/5.0 on their web server ;) That's our

Re: howto clear Tomcat 6.0 ServerInfo.properties ?

2009-03-12 Thread Mark Thomas
Stephanie Wullbieter wrote: Hi, to edit/clear the ServerInfo.properties (Version etc.) with Tomcat 5.5 I did the following: cd $CATALINA_HOME/common/classes unzip $CATALINA_HOME/server/lib/catalina.jar org/apache/catalina/util/ServerInfo.properties vi

Re: Apache/mod_jk serves random files from tomcat

2009-03-12 Thread SQ
Good to see others are seeing the same problem that’s been driving us crazy and is slowly become a very serious issue. Admittedly, my knowledge on this whole area is limited, but I’ll try my best to provide as much info as possible to help solve the problem. Here are some specifics: Tomcat

Re: tomcat w/apr data lost in http post request?

2009-03-12 Thread Oliver Schoett
Christopher Schultz wrote: Can MSIE even control which data goes in which packet? That would seem to be part of the TCP/IP stack, buried in the OS, and affecting both MSIE and any other browser on the same system. We saw that Firefox uses only one packet to send a POST request (of

Re: Lazy Virtual Hosting?

2009-03-12 Thread Gregor Schneider
Mark, I guess I didn't phrase properly since you seem to have misunderstood me: I want a *separation* of the hosts. Alias, as I understand it, helps to run multiple domains within the same IP-adress. Therefore, I'm using multiple host-elements (one for each IP/domain-combination) to separate

Re: Lazy Virtual Hosting?

2009-03-12 Thread Mark Thomas
Gregor Schneider wrote: Mark, I guess I didn't phrase properly since you seem to have misunderstood me: I want a *separation* of the hosts. Alias, as I understand it, helps to run multiple domains within the same IP-adress. I thought the issue was that you wanted to make sure the name and

Re: [OT] Re: Default Tomcat Page w/o Redirect

2009-03-12 Thread Gregor Schneider
Chris, On Wed, Mar 11, 2009 at 11:13 PM, Christopher Schultz ch...@christopherschultz.net wrote: No, he's telling you about /his/ webapp, not making a general statement. agreed - wasn't thinking of that Now I'm wondering (Mr. Servlet-Spec Chuck, you comment on that one): Aw you can

RE: Lazy Virtual Hosting?

2009-03-12 Thread Caldarale, Charles R
From: Gregor Schneider [mailto:rc4...@googlemail.com] Subject: Re: Lazy Virtual Hosting? I want a *separation* of the hosts. Alias, as I understand it, helps to run multiple domains within the same IP-adress. No, it can be used for different things. In this case, the Alias simply allows

Re: Lazy Virtual Hosting?

2009-03-12 Thread Robert Koberg
On Mar 12, 2009, at 12:18 PM, Mark Thomas wrote: Gregor Schneider wrote: Mark, I guess I didn't phrase properly since you seem to have misunderstood me: I want a *separation* of the hosts. Alias, as I understand it, helps to run multiple domains within the same IP-adress. I thought the

Re: SEVERE: Can't lookup new HighLowSequence for field id using sequence name SEQ_t_xx_xxx

2009-03-12 Thread Gregor Schneider
This doesn't look as if this error has anything to do with Tomcat. My best guess: You're using a MySQL. We also do have some issue here every now and then that the connection to MySQL is lost when using a db-connection-pool. I know there's a workaround for that, just can't recall exactly how

Re: Problems with LoadBalancing

2009-03-12 Thread Toni Menendez Lopez
Rainer, May be my problem is due to the fact I have the line : #worker.izonetv.sticky_session_force=1 commented. The reason is that if I uncomment this line I have this error in Apache : [Thu Mar 12 17:31:37 2009][23548:6496] [error] service::jk_lb_worker.c (1144): All tomcat instances

Cofiguring tomcat for trial certificate by trusted authorities like verisign not working.

2009-03-12 Thread Bhuvanesh Pattanashetti
Hi all, I m trying to set up the SSL for tomcat server. I wanted to know what exactly is the procedure. here is what i have followed. Procedure 1. 1. Created my own keystore. 2. Imported the trial certificate (provided by Verisign ) into the keystore. 3. Added a ssl connector

Re: Lazy Virtual Hosting?

2009-03-12 Thread Gregor Schneider
On Thu, Mar 12, 2009 at 5:29 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Gregor Schneider [mailto:rc4...@googlemail.com] Subject: Re: Lazy Virtual Hosting? I want a *separation* of the hosts. Alias, as I understand it, helps to run multiple domains within the same

DeadlockDetector

2009-03-12 Thread János Löbb
Hi, One of our programmer tries to deploy an application on Tomcat 6.0.18 and the deploying process times out. There is a part when the app connects to a mysql database and looks like that is the point where the subject matter appears. When the app is run from IntelliJ there are no

Garbage collection problem and Tomcat

2009-03-12 Thread Ian Long
Hey All, I'm having an issue where a connection pool (apache dbcp) is waiting forever for a connection, when I see no reason for it to do so. Nothing else has the lock, as I did a stack dump of the stuck threads. I googled the problem and found a few other people who had the issue, and

RE: tomcat w/apr data lost in http post request?

2009-03-12 Thread Martin Gainty
which HTTP version (1.0 or 1.1) ? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse

Re: Cofiguring tomcat for trial certificate by trusted authorities like verisign not working.

2009-03-12 Thread Manuel Llabata
Could you show us your connector configuration. regards -- From: Bhuvanesh Pattanashetti bhuva...@gmail.com Sent: Thursday, March 12, 2009 5:48 PM To: users@tomcat.apache.org Subject: Cofiguring tomcat for trial certificate by trusted authorities

RE: Garbage collection problem and Tomcat

2009-03-12 Thread Caldarale, Charles R
From: Ian Long [mailto:ian.l...@opterus.com] Subject: Garbage collection problem and Tomcat I'm having an issue where a connection pool (apache dbcp) is waiting forever for a connection, when I see no reason for it to do so. The usual cause is pool exhaustion, due to improper coding

Re: Garbage collection problem and Tomcat

2009-03-12 Thread Gabor Kincses
I like your attitude. Your bile is spilling out. The word *please* is not in your repertoire. Nice. Gabor P.S. Sorry, I should have resisted. On Thu, Mar 12, 2009 at 10:45 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Ian Long [mailto:ian.l...@opterus.com] Subject:

Re: Garbage collection problem and Tomcat

2009-03-12 Thread Ian Long
I'm using hibernate wrapped via the spring framework, so all connections *should* be returned to the pool under all conditions. I don't use tomcat(6.0.16) connection pools, I have hibernate (via spring) to use the connection pool directly. The pool is setup as follows:

RE: Garbage collection problem and Tomcat

2009-03-12 Thread Caldarale, Charles R
From: Ian Long [mailto:ian.l...@opterus.com] Subject: Re: Garbage collection problem and Tomcat I'm using hibernate wrapped via the spring framework, so all connections *should* be returned to the pool under all conditions. Then you might want to inquire on the Spring mailing list.

RE: Garbage collection problem and Tomcat

2009-03-12 Thread Caldarale, Charles R
From: Gabor Kincses [mailto:berke...@gmail.com] Subject: Re: Garbage collection problem and Tomcat I like your attitude. Your bile is spilling out. The word *please* is not in your repertoire. Nice. You're right, I could have been kinder in my response. I'm always annoyed when the

RE: Cofiguring tomcat for trial certificate by trusted authorities like verisign not working.

2009-03-12 Thread Caldarale, Charles R
From: Bhuvanesh Pattanashetti [mailto:bhuva...@gmail.com] Subject: Cofiguring tomcat for trial certificate by trusted authorities like verisign not working. I m trying to set up the SSL for tomcat server. I wanted to know what exactly is the procedure. Tomcat version? JRE/JDK being

Re: Garbage collection problem and Tomcat

2009-03-12 Thread Gabor Kincses
I like your answer. Gentlemanness returned. Opinion reverted. Gabor P.S. I get crabby when vital information is missing in bug reports as much as the next guy. I should have resisted instead of wasting people's time. On Thu, Mar 12, 2009 at 11:12 AM, Caldarale, Charles R

Re: Sound

2009-03-12 Thread Gabor Kincses
I'm guilty as well. JRE 1.6-ish. Gabor On Wed, Mar 11, 2009 at 8:43 PM, Gabor Kincses berke...@gmail.com wrote: Hello, This should really be pretty simple. I'm trying to serve up an mp3 file without any action mapping. But upon trying to access the file I'm getting a 404. What's more

Re: Sound

2009-03-12 Thread David Smith
Gabor Kincses wrote: I'm guilty as well. JRE 1.6-ish. Gabor On Wed, Mar 11, 2009 at 8:43 PM, Gabor Kincses berke...@gmail.com wrote: Hello, This should really be pretty simple. I'm trying to serve up an mp3 file without any action mapping. But upon trying to access the file I'm

remote jconsole connection did not succeed

2009-03-12 Thread Ivars Strazdiņš
Hi *, in this setup there are two tomcat 6.0.18 instances each running on separate windows 2003 server with Sun JDK 1.6.0_12. I have configured JMX console access pretty much the standard way on both systems, with switches: -Dcom.sun.management.jmxremote

Re: Sound

2009-03-12 Thread David Smith
David Smith wrote: Gabor Kincses wrote: I'm guilty as well. JRE 1.6-ish. Gabor On Wed, Mar 11, 2009 at 8:43 PM, Gabor Kincses berke...@gmail.com wrote: Hello, This should really be pretty simple. I'm trying to serve up an mp3 file without any action mapping. But upon

Re: Sound

2009-03-12 Thread Gabor Kincses
Nah. It's just Windows XP with NTFS. How do I turn on tracing? Gabor On Thu, Mar 12, 2009 at 11:36 AM, David Smith d...@cornell.edu wrote: Gabor Kincses wrote: I'm guilty as well. JRE 1.6-ish. Gabor On Wed, Mar 11, 2009 at 8:43 PM, Gabor Kincses berke...@gmail.com wrote:

Re: Sound

2009-03-12 Thread Gabor Kincses
Just a plain old 375k mp3 file for a little audio logo. There is another mp3 file (long version) that's 6M. As I said neither shows up in directory listings, either. Really strange. Gabor On Thu, Mar 12, 2009 at 11:40 AM, Gabor Kincses berke...@gmail.com wrote: Nah. It's just Windows XP

RE: Sound

2009-03-12 Thread Caldarale, Charles R
From: Gabor Kincses [mailto:berke...@gmail.com] Subject: Sound But upon trying to access the file I'm getting a 404. Have you changed the mime-mapping in conf/web.xml? (Or for that matter made any changes to conf/web.xml?) Try enabling the AccessLogValve in conf/server.xml and see if

Re: Sound

2009-03-12 Thread Gabor Kincses
God, I'm really stupid. Forgot to tell Eclipse, hence it wasn't published. What a bozo. ;-) Cheers, Gabor On Thu, Mar 12, 2009 at 11:42 AM, Gabor Kincses berke...@gmail.com wrote: Just a plain old 375k mp3 file for a little audio logo. There is another mp3 file (long version) that's 6M.

Re: remote jconsole connection did not succeed

2009-03-12 Thread Ivars Strazdiņš
Martin Gainty wrote: possibly firewall issue from client: netstat -aon | grep 9004 do you see anything coming up? nope, I can connect just fine: iva...@poga:~$ telnet hostname 9004 Trying 192.168.0.3... Connected to hostname.domain Escape character is '^]'. Ivars Date: Thu, 12 Mar 2009

RE: remote jconsole connection did not succeed

2009-03-12 Thread Caldarale, Charles R
From: Ivars Strazdiņš [mailto:ivars.strazd...@gmail.com] Subject: remote jconsole connection did not succeed If I try to connect remotely to that instance, connection fails with message the connection did not succeed. This is usually the firewall blocking the secondary (and unpredictable)

Re: The requested resource () is not available?

2009-03-12 Thread Pat Riehecky
On Thu, 2009-03-12 at 11:17 -0400, David Smith wrote: Pat Riehecky wrote: I have been trying to install a tomcat app onto a fresh Ubuntu box (8.04 tomcat 5.5), but when attempting to view the app's pages I get HTTP Status 404 -

Re: remote jconsole connection did not succeed

2009-03-12 Thread Ivars Strazdiņš
Caldarale, Charles R wrote: From: Ivars Strazdiņš [mailto:ivars.strazd...@gmail.com] Subject: remote jconsole connection did not succeed If I try to connect remotely to that instance, connection fails with message the connection did not succeed. This is usually the firewall blocking

RE: The requested resource () is not available?

2009-03-12 Thread Caldarale, Charles R
From: Pat Riehecky [mailto:prieh...@iwu.edu] Subject: Re: The requested resource () is not available? Here is the output from catalina It's a start, but there's more. Mar 12, 2009 2:20:30 PM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Mar 12, 2009 2:20:30

Re: mod_proxy_balancer and session affinity

2009-03-12 Thread Rainer Jung
On 12.03.2009 10:43, Andrew Hole wrote: Hi guys! I can't find any documentation regarding session affinity using mod_proxy_balancer (http protocol). Anyone have or know where i cand find it? Look for route and stickysession on the page http://httpd.apache.org/docs/2.2/mod/mod_proxy.html

Re: The requested resource () is not available?

2009-03-12 Thread David Smith
Caldarale, Charles R wrote: From: Pat Riehecky [mailto:prieh...@iwu.edu] Subject: Re: The requested resource () is not available? Here is the output from catalina It's a start, but there's more. Mar 12, 2009 2:20:30 PM org.apache.catalina.core.StandardContext start SEVERE:

Re: Apache/mod_jk serves random files from tomcat

2009-03-12 Thread Rainer Jung
On 12.03.2009 16:42, SQ wrote: Good to see others are seeing the same problem that’s been driving us crazy and is slowly become a very serious issue. Admittedly, my knowledge on this whole area is limited, but I’ll try my best to provide as much info as possible to help solve the problem. Here

Re: Problems with LoadBalancing

2009-03-12 Thread Rainer Jung
On 12.03.2009 17:45, Toni Menendez Lopez wrote: Rainer, May be my problem is due to the fact I have the line : #worker.izonetv.sticky_session_force=1 commented. The reason is that if I uncomment this line I have this error in Apache : [Thu Mar 12 17:31:37 2009][23548:6496] [error]

Re: Cofiguring tomcat for trial certificate by trusted authorities like verisign not working.

2009-03-12 Thread Bill Barker
Willing to try and play psychic ;). Procedure 1 is what you want. But the keystore must be the same one that you used to create the CSR you sent to Verisign. This is by far the second most common mistake that people make when setting up Tomcat to use SSL. As Chuck suggested, check if you

Re: How can JSP use the .jar file out of Tomcat's Home ?

2009-03-12 Thread 李睿
Thanks for your reminding:) On Thu, Mar 12, 2009 at 10:59 PM, David Smith d...@cornell.edu wrote: The problem is your other running application is in a separate jvm instance. Even if you did get it to run inside tomcat, it wouldn't be able to bridge tomcat to the other running app by jar

Re: How can JSP use the .jar file out of Tomcat's Home ?

2009-03-12 Thread 李睿
Thanks :) On Thu, Mar 12, 2009 at 10:43 PM, Mikolaj Rydzewski m...@ceti.pl wrote: lrvb...@gmail.com wrote: I have to make a JSP invoke a Class which is in a .jar file out of Tomcat Home, You need to create new instance of ClassLoader (e.g. URLClassLoader) and load 'external' jar using

Fwd: Cookie not being set

2009-03-12 Thread Andromeda Mobile
Thanks guys for your help. By moving the jsp include to the head of the document I was able to get the set cookie working so it was to do with the fact that the cookie needed to be sent before any other output was streamed. -- Forwarded message -- From: Michael Farah

Re: Cofiguring tomcat for trial certificate by trusted authorities like verisign not working.

2009-03-12 Thread Bhuvanesh Pattanashetti
HI All,thanks all for your suggestions. :-) Here are following some more details. I m using - tomcat 6.0, - JDK 1.6, - no i m not using keystore. - I m running on Xp with Spring-DM framework. connector is as follows. Connector port=8443 minSpareThreads=5 maxSpareThreads=75

Path problem

2009-03-12 Thread popprem
Hi, I'v really stuck with an issue. I have done a web program using struts framework. I have a plugin class there for which i have to pass a configuration file as parameter. That file is in webapps/Myapp/WEB-INF/ directory. So i mentioned relative path as ../webapps/Myapp/WEB-INF/conf.xml.

Re: Cofiguring tomcat for trial certificate by trusted authorities like verisign not working.

2009-03-12 Thread Bhuvanesh Pattanashetti
Some more information regarding my problem statement, i followed exactly like this, 1. created the keystore using keytool 2. created CSR using the -certreq using keytool 3. sent the same to verisign and get the certificate as as a reply. 4. imported the root certificate provided by