RE: Need help exporting contexts not under webapps/

2005-04-19 Thread Raghupathy,Gurumoorthy
[mailto:[EMAIL PROTECTED] Sent: 18 April 2005 19:16 To: tomcat-user@jakarta.apache.org Subject: Need help exporting contexts not under webapps/ Hello, I'm in the process of bringing an in-house application up under Tomcat. Previously we were using Jetty as the servlet container, but for various

RE: Need help exporting contexts not under webapps/

2005-04-19 Thread Fritz Schneider
/Context but all I get is 404 errors and no hint of other errors in the logs. I have tried a couple of variations with equally poor results. Thanks for any help you can give Fritz -Original Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 1:10 AM

RE: Need help exporting contexts not under webapps/

2005-04-19 Thread Raghupathy,Gurumoorthy
13:25 To: 'Tomcat Users List' Subject: RE: Need help exporting contexts not under webapps/ Guru, Earl isn't the only one trying to do this. Here are the details for my attempts which may or may not be similar to his: - Running TC 5.5.8, JVM 1.5.0_02-b09 under Win XP Pro SP2 - I have a set

RE: Need help exporting contexts not under webapps/

2005-04-19 Thread Fritz Schneider
subdirectories under c:\www showed up on the server, including aegean. Other contexts continue to be recognized as deployed apps. Fritz -Original Message- From: Raghupathy,Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 5:45 AM To: 'Tomcat Users List' Subject: RE: Need help

RE: Need help exporting contexts not under webapps/

2005-04-19 Thread J. Ryan Earl
/Context Context docBase=/mnt/CMFiles/DOCS privileged=true antiResourceLocking=false antiJARLocking=false /Context -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 8:30 PM To: Tomcat Users List Subject: Re: Need help exporting contexts not under

Re: Need help exporting contexts not under webapps/

2005-04-19 Thread Gurumoorthy
Did you manage to get it right ? I would recommend that you use lower case context path name Regards Guru - Original Message - From: J. Ryan Earl [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Tuesday, April 19, 2005 6:56 PM Subject: RE: Need help exporting

RE: Need help exporting contexts not under webapps/

2005-04-19 Thread J. Ryan Earl
To: Tomcat Users List Subject: Re: Need help exporting contexts not under webapps/ Did you manage to get it right ? I would recommend that you use lower case context path name Regards Guru - Original Message - From: J. Ryan Earl [EMAIL PROTECTED] To: Tomcat Users List tomcat-user

Single Sign On Help

2005-04-18 Thread shyam reddy
be really helpful if someone could help me out with this. I am using tomcat 5.0.29. I have checked my logs and this is the output I am getting : 2005-04-18 10:12:19 SingleSignOn[localhost]: Checking for SSO cookie 2005-04-18 10:12:19 SingleSignOn[localhost]: SSO cookie is not present

Re: Single Sign On Help

2005-04-18 Thread Jason Bainbridge
resources still ask for the login information. It would be really helpful if someone could help me out with this. I am using tomcat 5.0.29. I have checked my logs and this is the output I am getting : Why have you sent three emails about the same thing with different subjects? It isn't going

Re: Single Sign On Help

2005-04-18 Thread shyam reddy
helpful if someone could help me out with this. I am using tomcat 5.0.29. I have checked my logs and this is the output I am getting : Why have you sent three emails about the same thing with different subjects? It isn't going to help you get a response, if you have more info to add then reply

Need help exporting contexts not under webapps/

2005-04-18 Thread J. Ryan Earl
Hello, I'm in the process of bringing an in-house application up under Tomcat. Previously we were using Jetty as the servlet container, but for various reason I'm trying to get said application running with Tomcat 5.5.9 and Java 1.5.0. The problem I'm having is that there are two directories

Re: Need help exporting contexts not under webapps/

2005-04-18 Thread QM
On Mon, Apr 18, 2005 at 01:16:04PM -0500, J. Ryan Earl wrote: : So my question is, in short, given a directory structure of static files, : how do you get Tomcat to serve said static content off of an arbitrary URI? So, are you trying to 1/ have a Tomcat-run webapp serve content that exists

Help needed: Setting Tomcat5.5 to run with security manager in Windows XP

2005-04-16 Thread Nikolay Karasev
I cannot figure out how to set Tomcat 5.5.7 to be running under security manager. Standard Tomcat help gives option as: %CATALINA_HOME%\bin\catalina start -security however there is no file named catalina.bat in this directory. In fact there are only these 4 files: bootstrap.jar, commons

RE: Help needed: Setting Tomcat5.5 to run with security manager in Windows XP

2005-04-16 Thread Caldarale, Charles R
From: Nikolay Karasev [mailto:[EMAIL PROTECTED] Subject: Help needed: Setting Tomcat5.5 to run with security manager in Windows XP however there is no file named catalina.bat in this directory. The .bat files are only in the zip download. If you're running Tomcat as a service

Tomcat 4 issue help HTTP 404

2005-04-14 Thread Manoj Thomas
Getting HTTP 404 error while trying to run a servlet. It says resourse not found Please help! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Help with tomcat 5.5

2005-04-13 Thread dummy
Problem with tomcat 5.5. Application running on tomcat 5.0 fine but when run on tomcat 5.5 alot of problem appeared like noclassfound. Why is it so ? Anybody have the same problem ? How to solve ?

tomcat 5.5 help

2005-04-13 Thread dummy
Problem with tomcat 5.5. Application running on tomcat 5.0 is fine but when run on tomcat 5.5 alot of problem appeared like noclassfound etc. Why is it so ? Anybody have the same problem ? How to solve ?

RE: tomcat 5.5 help

2005-04-13 Thread Dale, Matt
:[EMAIL PROTECTED] Sent: 13 April 2005 10:14 To: 'Tomcat (E-mail)' Subject: tomcat 5.5 help Importance: High Problem with tomcat 5.5. Application running on tomcat 5.0 is fine but when run on tomcat 5.5 alot of problem appeared like noclassfound etc. Why is it so ? Anybody have the same

RE: tomcat 5.5 help

2005-04-13 Thread Pawson, David
Just run through similar checks. Clean install of 559, html at /ROOT works jsp at webapps/myapp/index.jsp works .class at webapps/myapp/WEB-INF/classes works. Early problem was not using the jar files from the new installation for compiling. Just need to check that logging works. I think that

Re: tomcat 5.5 help

2005-04-13 Thread David Smith
TC 5.5 moved to being built around JDK 5. It works in JDK 1.4, but needs some extra classes that are included in the JDK 5 download. What JDK are you using and if it's v 1.4, did you download and install the TC 5.5 compatibility package as well? --David dummy wrote: Problem with tomcat 5.5.

Re: Help with tomcat 5.5

2005-04-13 Thread Anoop kumar V
not solve - them copy paste the exact classNotFound and someone will be able to help u in finding the right jar. HTH, Anoop On 4/13/05, dummy [EMAIL PROTECTED] wrote: Problem with tomcat 5.5. Application running on tomcat 5.0 fine but when run on tomcat 5.5 alot of problem appeared like

RE: HELP Tomcat CGI

2005-04-12 Thread zhicheng wang
issues ) Guru -Original Message- From: Scholtyssek Siegfried [mailto:[EMAIL PROTECTED] Sent: 11 April 2005 09:29 To: tomcat-user@jakarta.apache.org Subject: HELP Tomcat CGI Importance: High Hello, I use the Apache Tomcat.5.0.16 on the SUNOS 5.8 UNIX

MISSING jar files and empty directories after installing TOMCAT 5.5.7 Help !!!

2005-04-12 Thread Parveen Pasha
Can someone tell me why these files are missing after installing tomcat5.5.7? Installed instatlled tomcat 5.5.7 from jakarta-tomcat-5.5.7.tar.gz (downloaded from Apache.org) and installed jdk1.5.0_02 MISSING jasper-compiler.jar - jasper-runtime.jar - jsp-api.jar - naming-common.jar -

Re: MISSING jar files and empty directories after installing TOMCAT 5.5.7 Help !!!

2005-04-12 Thread Mark Thomas
Maybe http://marc.theaimsgroup.com/?l=tomcat-userm=104978978819668w=2 Mark Parveen Pasha wrote: Can someone tell me why these files are missing after installing tomcat5.5.7? Installed instatlled tomcat 5.5.7 from jakarta-tomcat-5.5.7.tar.gz (downloaded from Apache.org) and installed jdk1.5.0_02

HELP Tomcat CGI

2005-04-11 Thread Scholtyssek Siegfried
with ln -s /usr/local/bin/perl /usr/bin/perl In the first line of the test.pl I have still #!/usr/local/bin/perl and I made chmod a+x test.pl and with command from xterm I can execute it with the full path from the errormessage Can't open perl Script . ! Please help me because I

RE: HELP Tomcat CGI

2005-04-11 Thread Raghupathy,Gurumoorthy
Why don't you run perl in apache and integrate it with tomcat ? Tomcat should not be used with CGI ( security issues ) Guru -Original Message- From: Scholtyssek Siegfried [mailto:[EMAIL PROTECTED] Sent: 11 April 2005 09:29 To: tomcat-user@jakarta.apache.org Subject: HELP Tomcat CGI

Re: DBCP Please Help Get Working Properly

2005-04-11 Thread David Smith
difference I see is that the class using a naming import and the jsp does not. Can anyone help. Thanks, Scott -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 1:14 PM To: Tomcat Users List Subject: Re: Add Context Path, Tomcat 5.5.7 Hi. Take

RE: DBCP Please Help Get Working Properly

2005-04-11 Thread Scott Purcell
Subject: Re: DBCP Please Help Get Working Properly Ok, define 'no results'. In reality, the naming import isn't the only thing that changed. Your web.xml file *looks* like 2.3 spec from what I can see and you are using JSP 2.x spec syntax in your jsp. If you want the JSP 2.x spec features, you need

Re: DBCP Please Help Get Working Properly

2005-04-11 Thread David Smith
that displays when you go to localhost. So, is there any good documentation that shows how to do this, step by step? Thanks, Scott -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 8:18 AM To: Tomcat Users List Subject: Re: DBCP Please Help Get

Re: HELP Tomcat CGI

2005-04-11 Thread Mark Thomas
To: tomcat-user@jakarta.apache.org Subject: HELP Tomcat CGI Importance: High Hello, I use the Apache Tomcat.5.0.16 on the SUNOS 5.8 UNIX With Tomcat we want execute cgi-scripts. So I modified all in web.xml and removed the file servlets-cgi.renametojar to servlets-cgi.jar If I start with Netscape

Help needed with Tomcat 5.5.7 admin app (MBeanServer is not available)

2005-04-11 Thread Fritz Schneider
_ From: Simon Watson [EMAIL PROTECTED] Subject: Help needed with Tomcat 5.5.7 admin app (MBeanServer is not available) Date: Sun, 06 Feb 2005 16:18:49 GMT _ Hi there, I've just installed Tomcat 5.5.7 (using the .exe installer on WinXP) and, whilst the server and manager app work fine, I'm

Help !!! Tomcat 5.5.7 - cannot start

2005-04-08 Thread Parveen Pasha
web applications included with Tomcat when accessing via http://localhost:8090 I receive the following message: The page cannot be displayed. I did not find any solution on the Web. Can someone help. Thanks! Thanks! Parveen

Re: Help !!! Tomcat 5.5.7 - cannot start

2005-04-08 Thread Anoop kumar V
be displayed. I did not find any solution on the Web. Can someone help. Thanks! Thanks! Parveen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Help !!! Tomcat 5.5.7 - cannot start

2005-04-08 Thread Robert Harrison
the default web applications included with Tomcat when accessing via http://localhost:8090 I receive the following message: The page cannot be displayed. I did not find any solution on the Web. Can someone help. Thanks! Thanks! Parveen

Re: Help !!! Tomcat 5.5.7 - cannot start

2005-04-08 Thread Parveen Pasha
with Tomcat when accessing via http://localhost:8090 I receive the following message: The page cannot be displayed. I did not find any solution on the Web. Can someone help. Thanks! Thanks! Parveen

Re: Help !!! Tomcat 5.5.7 - cannot start

2005-04-08 Thread Anoop kumar V
message: The page cannot be displayed. I did not find any solution on the Web. Can someone help. Thanks! Thanks! Parveen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Help !!! Tomcat 5.5.7 - cannot start

2005-04-08 Thread Trice, Jim
Look in $CATALINA_BASE/catalina.out for the startup error. The script redirects STDOUT and STDERR on startup but not shutdown. JT -Original Message- From: Parveen Pasha [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 1:48 PM To: Tomcat Users List; Robert Harrison Subject: Re: Help

RE: Help !!! Tomcat 5.5.7 - cannot start

2005-04-08 Thread Trice, Jim
Sorry I meant $CATALINA_BASE/logs/catalina.out. -Original Message- From: Trice, Jim [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 2:46 PM To: Tomcat Users List Subject: RE: Help !!! Tomcat 5.5.7 - cannot start Look in $CATALINA_BASE/catalina.out for the startup error

DBCP Please Help Get Working Properly

2005-04-08 Thread Scott Purcell
. The only difference I see is that the class using a naming import and the jsp does not. Can anyone help. Thanks, Scott -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 1:14 PM To: Tomcat Users List Subject: Re: Add Context Path, Tomcat

RE: Help !!! Tomcat 5.5.7 - cannot start

2005-04-08 Thread Parveen Pasha
) --- Trice, Jim [EMAIL PROTECTED] wrote: Sorry I meant $CATALINA_BASE/logs/catalina.out. -Original Message- From: Trice, Jim [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 2:46 PM To: Tomcat Users List Subject: RE: Help !!! Tomcat 5.5.7 - cannot start Look in $CATALINA_BASE

RE: Help !!! Tomcat 5.5.7 - cannot start

2005-04-08 Thread Caldarale, Charles R
From: Anoop kumar V [mailto:[EMAIL PROTECTED] Subject: Re: Help !!! Tomcat 5.5.7 - cannot start The jars that have been added to the classpath are shown - ensure that u have catalina.jar or j2ee.jar. Sorry, but that advice is simply wrong and following it can produce serious Tomcat

RE: Help !!! Tomcat 5.5.7 - cannot start

2005-04-08 Thread Caldarale, Charles R
From: Parveen Pasha [mailto:[EMAIL PROTECTED] Subject: RE: Help !!! Tomcat 5.5.7 - cannot start The output from catalina.out is : java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina at java.net.URLClassLoader$1.run(URLClassLoader.java:200

RE: DBCP Please Help Get Working Properly

2005-04-08 Thread Jay Burgess
Do you have anything in your Tomcat log files that might help? If not, you can bump up the debug levels in server.xml and you might get some more info. I also found that adding one of the two following listeners in my server.xml helped me debug my DBCP problems (I don't remember which one I

Re: DBCP Please Help Get Working Properly

2005-04-08 Thread Robert Harrison
Aren't debug levels in TC 5.5 inactive? Will need to set up log4j. Bob On Apr 8, 2005 5:15 PM, Jay Burgess [EMAIL PROTECTED] wrote: Do you have anything in your Tomcat log files that might help? If not, you can bump up the debug levels in server.xml and you might get some more info. I

RE: DBCP Please Help Get Working Properly

2005-04-08 Thread Jay Burgess
PM To: Tomcat Users List Subject: Re: DBCP Please Help Get Working Properly Aren't debug levels in TC 5.5 inactive? Will need to set up log4j. Bob On Apr 8, 2005 5:15 PM, Jay Burgess [EMAIL PROTECTED] wrote: Do you have anything in your Tomcat log files that might help? If not, you can bump

Nested tag problem in tomcat 5.0.29..Please help

2005-04-07 Thread Narayan, Satya
to compile class. Somebody please help. Has anybody got this error. Kindly advise. Thanks and Regards, Satya

RE: Nested tag problem in tomcat 5.0.29..Please help

2005-04-07 Thread Folashade Adeyosoye
Can you post a sample code -Original Message- From: Narayan, Satya [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 2:10 AM To: tomcat-user@jakarta.apache.org Subject: Nested tag problem in tomcat 5.0.29..Please help Hi all, I am having problem compiling jsp

Re: connection pooling basic help please

2005-04-04 Thread Kwok Peng Tuck
() ; and wat entries in the web.xml file will effect connection pooling? Please help it is really urgent. thanks Krishnakant. Send instant messages to your online friends http://uk.messenger.yahoo.com - To unsubscribe, e-mail: [EMAIL

help with ssl certificate installation

2005-04-04 Thread Dave Salmon
Tomcat users, I have received three .crt files from a certificate authority. From reading several sources it seemed like the proper thing to do was keytool -import -file GTECyberTrustGlobalRoot.crt -alias root -trustcacerts -keystore mykey.jks keytool -import -file

connection pooling basic help please

2005-04-02 Thread Krishnakant Mane
. but I don't understand how I use a pooled connection in a servlet. should I initialise the connection in the Init method? how and when should I close the connection? and wat entries in the web.xml file will effect connection pooling? Please help it is really urgent. thanks Krishnakant. Send

Re: connection pooling basic help please

2005-04-02 Thread QM
On Sat, Apr 02, 2005 at 08:21:24PM +0100, Krishnakant Mane wrote: : the example in tomcat documentation is on a jsp based : applicatio. but I don't understand how I use a pooled : connection in a servlet. : [snip] : should I initialise the connection in the Init method? : how and when should I

Need Help w. Servlet Images.

2005-03-31 Thread Steve R. Burrus
Can someone/somebody please tell me just how exactly I go about viewing an image using both of the FileInputStream and the FileOutputStream classes in connection with the method getRealPath()?? I have been failing to view the images due to always getting a java.lang.NullPointerException every

Re: Need Help w. Servlet Images.

2005-03-31 Thread QM
On Thu, Mar 31, 2005 at 02:42:10PM -0500, Steve R. Burrus wrote: : Can someone/somebody please tell me just how exactly I go about viewing an image using both of the FileInputStream and the FileOutputStream classes in connection with the method getRealPath()?? Share your code, and we can help

Re: connection pooling confusion help needed

2005-03-29 Thread Preeti Iyer
. and how to link it to a web application and how to call the connection from a pool. I have some rough idea but the tomcat docs really confused me. so please help me understand this connection pooling concept thanks Krishnakant. Send instant messages to your online friends http

Re: Help with SSL Cert config

2005-03-27 Thread joelsherriff
Subject: Re: Help with SSL Cert config #Import the CA certificate into the JDK certificate authorities keystore: keytool -import -keystore %JAVA_HOME%/jre/lib/security/cacerts -file ca.pem -alias myalias -keypass changeit This is either/or with truststoreFile (which, since you

Re: Help with SSL Cert config

2005-03-26 Thread joelsherriff
Ah. Thanks for the help, truly, but I'm still not getting there. I didn't even know about the truststoreFile so I googled it and saw mention that the easiest thing to do is to set the truststoreFile = the keystoreFile, since that already has the CA cert in it. So, I tried setting truststoreFile

Re: Help with SSL Cert config

2005-03-26 Thread joelsherriff
-storepass changeit I get a 'Failed to establish chain from reply' exception at his point. - Original Message - From: joelsherriff [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Saturday, March 26, 2005 11:24 AM Subject: Re: Help with SSL Cert config Ah. Thanks

Re: Help with SSL Cert config

2005-03-26 Thread Bill Barker
11:24 AM Subject: Re: Help with SSL Cert config Ah. Thanks for the help, truly, but I'm still not getting there. I didn't even know about the truststoreFile so I googled it and saw mention that the easiest thing to do is to set the truststoreFile = the keystoreFile, since that already

Re: Help with SSL Cert config

2005-03-26 Thread joelsherriff
above. - Original Message - From: joelsherriff [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Saturday, March 26, 2005 11:24 AM Subject: Re: Help with SSL Cert config Ah. Thanks for the help, truly, but I'm still not getting there. I

Tomcat rookie needs help updating project

2005-03-25 Thread Barry Kimelman
My system is a PC run by Windows XP. I am running version 5.5.8 of Tomcat I am running version 1.6.2 of Ant I can successfully compile andinstall a new project with no problems. I can then successfully run theproject by visiting the appropriate URL in my browser. However when I make a

Re: Tomcat rookie needs help updating project

2005-03-25 Thread t.n.a.
Barry Kimelman wrote: My system is a PC run by Windows XP. I am running version 5.5.8 of Tomcat I am running version 1.6.2 of Ant I can successfully compile and install a new project with no problems. I can then successfully run the project by visiting the appropriate URL in my browser.

Re: Tomcat rookie needs help updating project

2005-03-25 Thread Steve Lianoglou
However when I make a change to my project either by recompiling some of my Java source code or by modifying some of JSP and/or HTML files, how do I get Tomcat to recognize these changes ? If I run the command ant reload from the DOS command line, when I rerun my application I do not see my

RE: Tomcat rookie needs help updating project

2005-03-25 Thread Neil Upfalow
Users List Subject: Re: Tomcat rookie needs help updating project However when I make a change to my project either by recompiling some of my Java source code or by modifying some of JSP and/or HTML files, how do I get Tomcat to recognize these changes ? If I run the command ant reload from

Re: HELP: How the DBCP works ? (and the JMXProxy)

2005-03-25 Thread Lionel Farbos
On Wed, 23 Mar 2005 17:40:05 +0100 Lionel Farbos [EMAIL PROTECTED] wrote: Hi all (tomcat 5.5 developers), In my context.xml, I use a DataSource like this : Resource auth=Container name=myDB type=javax.sql.DataSource .../ So, I suppose the dataSource.getConnection() is taken from DataBase

Re: Tomcat rookie needs help updating project

2005-03-25 Thread Jon Cline - Enthusiast, Inc.
Subject: Re: Tomcat rookie needs help updating project However when I make a change to my project either by recompiling some of my Java source code or by modifying some of JSP and/or HTML files, how do I get Tomcat to recognize these changes ? If I run the command ant reload from the DOS command

Re: Tomcat rookie needs help updating project

2005-03-25 Thread Steve Lianoglou
I thought Reloadable set to true will only work for JSPs? Will that allow classes to be reloaded as well ? What would trigger that? Hmm .. I may be delerious, but I feel like when reloadable=true, the context gets reloaded whenever something 'changes' in the WEB-INF dir .. let's see ... got this

Help with SSL Cert config

2005-03-25 Thread joelsherriff
I'm resending this message because a) for some reason I didn't see it on the list after I sent it and b) I never got any responses (maybe because of _a_). So, if my original post did actually make it to the list, please forgive the re-post. Hope someone can help. I've searched through

connection pooling confusion help needed

2005-03-25 Thread Krishnakant Mane
a complete example including how to define context and where. and how to link it to a web application and how to call the connection from a pool. I have some rough idea but the tomcat docs really confused me. so please help me understand this connection pooling concept thanks Krishnakant. Send instant

RE: connection pooling confusion help needed

2005-03-25 Thread pandu yelamanchili
To: tomcat-user@jakarta.apache.org Subject: connection pooling confusion help needed Date: Fri, 25 Mar 2005 19:11:15 + (GMT) hello all, im going to put a web application in java servlets with tomcat 5 on a production ready server for real time use. I am thinking of using connection pooling but I am

Re: Help with SSL Cert config

2005-03-25 Thread Bill Barker
got any responses (maybe because of _a_). So, if my original post did actually make it to the list, please forgive the re-post. Hope someone can help. I've searched through the archives and this seems to be a common problem, but even detailed instructions have left me stumped. I'm trying

Re: Help with SSL Cert config

2005-03-25 Thread joelsherriff
@jakarta.apache.org Sent: Friday, March 25, 2005 8:51 PM Subject: Re: Help with SSL Cert config You need to put your CA cert into your Tomcat truststoreFile. Otherwise, you client's cert won't be trusted. joelsherriff [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm resending

Re: Help with SSL Cert config

2005-03-25 Thread Bill Barker
. No? No. That's putting it into your keystoreFile. The keystoreFile is to identify you. The truststoreFile is to identify other people. - Original Message - From: Bill Barker [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Friday, March 25, 2005 8:51 PM Subject: Re: Help with SSL

HELP: How the DBCP works ? (and the JMXProxy)

2005-03-23 Thread Lionel Farbos
%2Cname%3D%22myBD%22%3Catt=maxActive ... or something like this... I need help, please. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Rookie needs help resolving HTTP Status 500 error message

2005-03-22 Thread Mark Leone
And be advised that you have to recapitulate your package structure in the directory hierarchy under ..WEB-INF\classes. In other words, if you compile your bean inside package org.company.my.java, then you should place the class file for your bean in ..WEB-INF\classes\org\company\my\java QM

Re: Newbie help

2005-03-22 Thread Frank Høvin
I don't know anything about JWSDP, but have you read the setup and configuration pages for the version of Tomcat you're using? e.g., http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html That's the how-to you're looking for, I suspect... Yah, I tried, but I found it much more confusing

Newbie help

2005-03-21 Thread frank
Hi, Please, can someone help me get started with this. I've used v4.x before, and it was very simple to just create your own dir with the necessary web.xml etc. and the deploy simple servlets. Now, I've downloaded JWSDP and tomcat50-jwsdp, and nothing makes sense anymore. What I want to do

Re: Newbie help

2005-03-21 Thread Hassan Schroeder
[EMAIL PROTECTED] wrote: Now, I've downloaded JWSDP and tomcat50-jwsdp, and nothing makes sense anymore. What I want to do is the following: - create a directory in the /webapps dir, and place my small servlets in that dir and run them. I don't know anything about JWSDP, but have you read the

Tomcat rookie needs help building application

2005-03-20 Thread Barry Kimelman
I need help building my 1st Tomcat application. My system is a Windows XP PC. My version of Tomcat is 5.5.8. I have tomcat installed under the directory C:\Tomcat5.5 I have verified that the installation of Tomcat was successfull by visiting http://localhost:8080. Once at the test page, I

Re: Tomcat rookie needs help building application

2005-03-20 Thread Hassan Schroeder
Barry Kimelman wrote: So I changed my current directory to the toplevel of my project and issued the command ant compile. I received the following error message : BUILD FAILED C:\barry\myproject\build.xml:146: taskdef class org.apache.cataline.ant.DeployTask cannot be found Line

Re: Tomcat rookie needs help building application

2005-03-20 Thread Dakota Jack
it would take you to write all that framework code to pick out a good one that is pre-built for you. So, don't worry if it takes a little time. Jack On Sun, 20 Mar 2005 10:11:08 -0500 (Eastern Standard Time), Barry Kimelman [EMAIL PROTECTED] wrote: I need help building my 1st Tomcat

Rookie needs help resolving HTTP Status 500 error message

2005-03-20 Thread Barry Kimelman
My system is a Windows XP PC running Tomcat 5.5.8 I have been able to compile and install my Tomcat project. When I visit the URL corresponding to my Tomcat project I see the "starting" page I expected to see. When I click on the "SUBMIT" button on the form on the main page, I receive the

Re: Rookie needs help resolving HTTP Status 500 error message

2005-03-20 Thread QM
On Sun, Mar 20, 2005 at 03:45:23PM -0500, Barry Kimelman wrote: : An error occurred at line: 8 in the jsp file: /logon.jsp : Generated servlet error: : DatabaseBean cannot be resolved or is not a type : [snip] : jsp:useBean id=foobar scope=session class=DatabaseBean / : [more snip] The error

Trouble with JDBC (I need a little help)

2005-03-16 Thread Maxime
Hello Everybody; I'am asking for help because I have a problem that it's making me crazy. To do some query to the Database, I am using a Class named DBConnection. It's like around 1 week, I didn't do anything on the code (perhaps I did because it doesn't working now). Well... , in order to find

Re: Trouble with JDBC (I need a little help)

2005-03-16 Thread Wolfgang Hackl
Maxime wrote: I'am asking for help because I have a problem that it's making me crazy. [Program code and logs snipped] Thank you very much for the help, it will be very appreciated ! I am not familiar with MySQL therefore just a guess: I do not see a single close() statement. Close your

Re: Trouble with JDBC (I need a little help)

2005-03-16 Thread Jon Wingfield
with them (and connections for that matter). HTH, Jon Maxime wrote: Hello Everybody; I'am asking for help because I have a problem that it's making me crazy. To do some query to the Database, I am using a Class named DBConnection. It's like around 1 week, I didn't do anything on the code (perhaps I did

Re: Trouble with JDBC (I need a little help)

2005-03-16 Thread Maxime
Fenderbosch Eric, Wolfgang Hackl and Jon Wingfield. Hi and thank you! It's looks like I have a lot of thing to learn (it's nice to learn everyday hehe). For closing connection + ResultSet and Statement, I wanted to include them later. Anyway, thank you very very much for these advices and

Help configure ServletFilter

2005-03-16 Thread Fredrik Liden
Does anyone know how to configure a ServletFilter to only respond to JSPs and Servlets? If I set it to everything using * it triggers for all the images as well. Thanks! /Fredrik - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: Help configure ServletFilter

2005-03-16 Thread Ramu, Vinod
Subject: Help configure ServletFilter Does anyone know how to configure a ServletFilter to only respond to JSPs and Servlets? If I set it to everything using * it triggers for all the images as well. Thanks! /Fredrik

Help with SSL Cert

2005-03-15 Thread joelsherriff
Hope someone can help. I've searched through the archives and this seems to be a common problem, but even detailed instructions have left me stumped. I'm trying to get client certificates to be required by tomcat by setting clientAuth=true but I can't seem to figure out how to get the client

Help getting started

2005-03-15 Thread brian
To get a servelet engine one needs the following apache web server and tomcat servlet engine ?? What about J2EE ? Does one need that as well ? Or the servlet engine above (like tomcat) would contain the J2EE as well. __ Do You Yahoo!? Tired of

RE: Help getting started

2005-03-15 Thread Peter Crowther
From: brian [mailto:[EMAIL PROTECTED] To get a servelet engine one needs the following apache web server No. Tomcat will work standalone. and tomcat servlet engine ?? Or another engine such as Jetty. But that's heresy on this list ;-). What about J2EE ? Does one need that as well ? Or

RE: Help getting started

2005-03-15 Thread Allistair Crossley
:[EMAIL PROTECTED] Sent: 15 March 2005 16:27 To: tomcat-user@jakarta.apache.org Subject: Help getting started To get a servelet engine one needs the following apache web server and tomcat servlet engine ?? What about J2EE ? Does one need that as well ? Or the servlet engine above (like

RE: Help getting started

2005-03-15 Thread Pete Stevens
. -Original Message- From: brian [mailto:[EMAIL PROTECTED] Sent: 15 March 2005 16:27 To: tomcat-user@jakarta.apache.org Subject: Help getting started To get a servelet engine one needs the following apache web server and tomcat servlet engine ?? What about J2EE ? Does

Installing tomcat (help)

2005-03-15 Thread brian
Below is the tomcat installation files for download and have pasted the contents of README packaging information. One binary is an exe, one is tar.gz, one is a zip, another is Deployer. Which one is the installation file for windows ? The .exe is the Tomcat Setup wizard. Is this the windows

Re: Installing tomcat (help)

2005-03-15 Thread Ben Souther
the exe On Tue, 2005-03-15 at 11:56, brian wrote: Below is the tomcat installation files for download and have pasted the contents of README packaging information. One binary is an exe, one is tar.gz, one is a zip, another is Deployer. Which one is the installation file for windows ? The

RE: Installing tomcat (help)

2005-03-15 Thread Caldarale, Charles R
From: Ben Souther [mailto:[EMAIL PROTECTED] Subject: Re: Installing tomcat (help) the exe On Tue, 2005-03-15 at 11:56, brian wrote: One binary is an exe, one is tar.gz, one is a zip, another is Deployer. Which one is the installation file for windows ? Although the .exe is a true

x509 Certificate Public key Problem - HELP

2005-03-10 Thread Sanjeev Srivastava
API and after that only the Public Key is coming like a long String. Please advice. I tried to convert the Public key into byte array then to String, but it is showing junk charaters. The encoding for Publick key is ASN.1 DER but its is giving error. I need your advice .. Please HELP

Help - Byte [] to String

2005-03-09 Thread Sanjeev Srivastava
Hi All Can anybody tell me how to convert this Byte [] to String.. byte[] buf = x509certificate.getPublicKey().getEncoded(); Please help Thanks, Sanjeev Send instant messages to your online friends http://uk.messenger.yahoo.com

Re:OT Help - Byte [] to String

2005-03-09 Thread Parsons Technical Services
String cert = String(buf); http://java.sun.com/j2se/1.4.2/docs/api/index.html And look up the String class Doug - Original Message - From: Sanjeev Srivastava [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, March 09, 2005 9:35 PM Subject: Help - Byte

Re: Help - Byte [] to String

2005-03-09 Thread xue daoming
= x509certificate.getPublicKey().getEncoded(); Please help Thanks, Sanjeev Send instant messages to your online friends http://uk.messenger.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

<    1   2   3   4   5   6   7   8   9   10   >