RE: SSL problem

2010-07-08 Thread Caldarale, Charles R
> From: Allen Razdow [mailto:araz...@truenum.com] > Subject: RE: SSL problem > > Maybe I'll just start from scratch with the latest. Strongly recommended. > The sigalg seems to be SHA1withRSA. I gather there is > something like a cipher suite associated with JSEE... It's JSSE, not JSEE. Yes,

Re: Tomcat crashed after servicing too many HTTPS connection

2010-07-08 Thread Goo Sam Kong
Hi Chuck, I do not have a choice on my server because I can not upgrade the Tomcat and JVM. The server is a proprietary security hardware, no way to upgrade except the hardware vendor release new patch for that. Thank you for your reply, :-). On 6 July 2010 20:44, Caldarale, Charles R wrote: >

Re: the welcome file "index.jsp" returns an 302 redirection

2010-07-08 Thread Bill Barker
"lei jiang" wrote in message news:aanlktin0dhodp9brzlx589xkvuz4dar0dnklry637...@mail.gmail.com... Hi, guys: I am using the Tomcat 5.0.28.0, and I put the my website into webapps directory. The welcome-file-list section likes this: index.jsp In the index.jsp, I use the jsp:forward t

Re: .jar file deploying fail

2010-07-08 Thread The Logs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 7/8/2010 12:02 PM, Mark Thomas wrote: > On 08/07/2010 16:49, allensim wrote: >> >> Hi, >> I copy the .war file into the webapps directory under Tomcat: >> TOMCAT_HOME/webapps/ >> But as I login to the manager page. The "Running" column shown

Re: Updating webapps classes

2010-07-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gabriele, On 7/7/2010 8:11 AM, Gabriele Bulfon wrote: > I get back to this discussion beacuse I was brainstorming again on it, > and found > that the already present class loader may actually be able to do this alone. > > My thought was: if Tomcat is

Re: How to implement a webapp class loader

2010-07-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Goren, On 7/8/2010 5:09 AM, Goren Il wrote: > I would like to implement my on webapp class loader, that will look for > jars in specific places (to be defined in the configuration). > I would like to inherit the behavior of the default class loader of

RE: SSL problem

2010-07-08 Thread Allen Razdow
Thanks Charles, I was offline most of today... I'm using a public machine image from Amazon, and that was the version given. Maybe I'll just start from scratch with the latest. The sigalg seems to be SHA1withRSA. I gather there is something like a cipher suite associated with JSEE...not sure ho

RE: Connecting Tomcat to a database

2010-07-08 Thread Caldarale, Charles R
> From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] > Subject: Re: Connecting Tomcat to a database > > Sorry was in a haste, forgot much more than this. :-/ > - Tomcat 7.0.0 > - Java 1.6 Update 20 > - Windows XP SP3 > - Wanted to use DB for Apache ODE 2.0 Beta > That's how it was show

Re: Connecting Tomcat to a database

2010-07-08 Thread Christian Bruckhoff
Hi. Am 08.07.2010 20:50, schrieb Caldarale, Charles R: From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] Subject: Connecting Tomcat to a database I need t connect Tomcat to a database What version of Tomcat? What JVM? What platform are you running Tomcat on? Sorry was in a has

RE: Connecting Tomcat to a database

2010-07-08 Thread Caldarale, Charles R
> From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de] > Subject: Connecting Tomcat to a database > > I need t connect Tomcat to a database What version of Tomcat? What JVM? What platform are you running Tomcat on? > server.xml (inside the -Element): >

RE: SSL problem

2010-07-08 Thread Caldarale, Charles R
> From: Allen Razdow [mailto:araz...@truenum.com] > Subject: SSL problem > > Using Tomcat 6.0.14 on an amazon EC2 server instance Don't suppose you'd like to try this on a version that's a bit less than three years old? Pretty pointless to debug on something that ancient. Also, what JVM are y

Connecting Tomcat to a database

2010-07-08 Thread Christian Bruckhoff
Hi. I need t connect Tomcat to a database, I want to use with ODE. Therefor, I changed the configuration decribed in [1] to server.xml (inside the -Element): -- crossContext="true"> username="test_dab" password="moep" driverClass

RE: Required Help in tomcat performance optimization.

2010-07-08 Thread Caldarale, Charles R
> From: Harpreet singh Wadhwa [mailto:harpreetsingh.wad...@gmail.com] > Subject: Required Help in tomcat performance optimization. > > I want to optimize the performance of tomcat. You probably want to optimize the performance of your webapp first. > Can anyone please point to some docs/wiki/dir

Required Help in tomcat performance optimization.

2010-07-08 Thread Harpreet singh Wadhwa
Hi, I want to optimize the performance of tomcat. Can anyone please point to some docs/wiki/direct answer. Regards Harpreet - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h.

RE: .jar file deploying fail

2010-07-08 Thread Caldarale, Charles R
> From: allensim [mailto:allensi...@gmail.com] > Subject: Re: .jar file deploying fail > > Where to see the log file. > Sorry i am new in using tomcat. > please guide me. Start by answering the questions you've repeatedly been asked: 1) Tomcat version? 2) JVM version? 3) Platform you're runnin

Re: .jar file deploying fail

2010-07-08 Thread Mark Thomas
On 08/07/2010 17:10, allensim wrote: > > Hi, > Where to see the log file. > Sorry i am new in using tomcat. > please guide me. Try looking in the directory you installed Tomcat. Hint: look at the names of each of the directories. One of them might just be relevant if you are looking for "logs"

Re: .jar file deploying fail

2010-07-08 Thread Mikolaj Rydzewski
On 07/08/2010 06:10 PM, allensim wrote: Where to see the log file. Sorry i am new in using tomcat. please guide me. Probably somewhere in the directory tomcat is installed. Might depend on distribution you use. Be creative and look for them. -- Mikolaj Rydzewski

Re: .jar file deploying fail

2010-07-08 Thread allensim
Hi, Where to see the log file. Sorry i am new in using tomcat. please guide me. Thanks in advance, Allen -- View this message in context: http://old.nabble.com/.jar-file-deploying-fail-tp29108599p2910.html Sent from the Tomcat - User mailing list archive at Nabble.com.

RE: .jar file deploying fail

2010-07-08 Thread Caldarale, Charles R
> From: allensim [mailto:allensi...@gmail.com] > Subject: .jar file deploying fail > > How can I make it to become "true"? As you've been told before, by providing us with useful information. Start with the Tomcat version, the JVM version, the platform you're running on, and whatever is in the

Re: .jar file deploying fail

2010-07-08 Thread Mark Thomas
On 08/07/2010 16:49, allensim wrote: > > Hi, > I copy the .war file into the webapps directory under Tomcat: > TOMCAT_HOME/webapps/ > But as I login to the manager page. The "Running" column shown "fail". > How can I make it to become "true"? > Please advice. > http://old.nabble.com/file/p2910859

.jar file deploying fail

2010-07-08 Thread allensim
Hi, I copy the .war file into the webapps directory under Tomcat: TOMCAT_HOME/webapps/ But as I login to the manager page. The "Running" column shown "fail". How can I make it to become "true"? Please advice. http://old.nabble.com/file/p29108599/manager_undeploy.jpg Thanks in advance, Allen -

Re: log4j

2010-07-08 Thread Pid
This would be a question for the log4j list, no? p On 8 Jul 2010, at 11:25, Kaushal Shriyan wrote: > Hi, > > Is there a way to run log4j appender at a specified time? > > log4j.rootLogger=INFO, R > log4j.appender.R=org.apache.log4j.DailyRollingFileAppender > log4j.appender.R.File=${catalina.

log4j

2010-07-08 Thread Kaushal Shriyan
Hi, Is there a way to run log4j appender at a specified time? log4j.rootLogger=INFO, R log4j.appender.R=org.apache.log4j.DailyRollingFileAppender log4j.appender.R.File=${catalina.home}/logs/catalina.out log4j.appender.R.DatePattern='.'-MM-dd log4j.appender.R.layout=org.apache.log4j.PatternLay

Re: tomcat not starting

2010-07-08 Thread Tapas Mishra
Hi thanks for your reply I have removed Tomcat from the server and re installed it. It is working now. On Thu, Jul 8, 2010 at 2:46 PM, Pid wrote: > On 8 Jul 2010, at 08:03, Tapas Mishra wrote: > >> I am surprised .I installed Tomcat and when ever I am trying to access >> http://192.168.1.5:9090

Re: How to implement a webapp class loader

2010-07-08 Thread Pid
On 8 Jul 2010, at 10:09, Goren Il wrote: > > > I would like to implement my on webapp class loader, that will look for jars > in specific places (to be defined in the configuration). > I would like to inherit the behavior of the default class loader of the > webapp, so I can not use a regular

Re: How to call an external class from a webapp (i.e. - implement a plugin)

2010-07-08 Thread Goren Il
Thanks Chris for your response. It seems that you are thinking in the same direction that we had in mind. About your suggestion to create a new class loader - this is the direction that we started checking. We considered the following: 1. Creating a new class, that extends WebappClassLoader. 2.

Re: tomcat not starting

2010-07-08 Thread Pid
On 8 Jul 2010, at 08:03, Tapas Mishra wrote: > I am surprised .I installed Tomcat and when ever I am trying to access > http://192.168.1.5:9090 > it is not starting. > > Here are the error logs which say port 9090 is already in use where as > I have just rebooted the server. > http://pastebin.co

How to implement a webapp class loader

2010-07-08 Thread Goren Il
I would like to implement my on webapp class loader, that will look for jars in specific places (to be defined in the configuration). I would like to inherit the behavior of the default class loader of the webapp, so I can not use a regular ClassLoader. I considered inheriting from WebappClass

tomcat not starting

2010-07-08 Thread Tapas Mishra
I am surprised .I installed Tomcat and when ever I am trying to access http://192.168.1.5:9090 it is not starting. Here are the error logs which say port 9090 is already in use where as I have just rebooted the server. http://pastebin.com/7t9q9AJv http://pastebin.com/fUeR1ASj http://pastebin.com/i