Tomcat SSL

2001-12-27 Thread Rama
Hi, I can't create a SSL connection in my Tomcat server. It always says: C:\Documents and Settings\Default User\.keytool is not found. How to create .keytool in that directory? An article about this would also be helpful. Rama _ Do

Re: All jars are global in tomcat 4.0 ?

2001-12-27 Thread Dietmar Kling
Hi, i've got to answer to my own email. After some excessive Log digging, I did find that this a Problem with certain xml files included by struts. Still it remains an issue if this happen because the XML parser is globally visible to all webapps... sigh... will forward this to the struts

RE: Does security realms encrypt the passwords?

2001-12-27 Thread Guido Medina
The JDBCRealm only compares password but you can specify in the web.xml the algorithm you used in your table's column's passwords, it must be any algorithm that extends java.security.something, I don't remember very well, so, the answer is that it really encrypts. Guido. -Original

RE: Does security realms encrypt the passwords?

2001-12-27 Thread Michael Wentzel
The JDBCRealm only compares password but you can specify in the web.xml the algorithm you used in your table's column's passwords, it must be any algorithm that extends java.security.something, I don't remember very well, so, the answer is that it really encrypts. I think what he's

RE: IP problem

2001-12-27 Thread Wouter Boers
Hi, Why don't you simply solve it the way it's supposed to? set the DNS lookup to the IP address of you ISS box and make sure the reverse lookup of the IP number to the name also is set correctly. Your problem is a network problem related (DNS) and has nothing to do with Tomcat or a web server

RE: Does security realms encrypt the passwords?

2001-12-27 Thread Guido Medina
You are rigth. only using SSL it can be encrypted and Tomcat is quite simple for that use. I am sorry, I answer the wrong subject. Guido. -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 27, 2001 8:22 AM To: 'Tomcat Users List' Subject: RE:

Problems with Tomcat3.3 and IIS5.0

2001-12-27 Thread Santiago Planet GarcĂ­a
I'm trying to install Tomcat 3.3 to work with IIS 5.0, over Windows 2000 Server, and I'm doing the steps specifieds on http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html but I'm not obtaining any good results. The error that I obtain is: HTTP 401.3 - Access denied by ACL on

Repost:Can we configure tomcat3.1.1 for https

2001-12-27 Thread Ramesh Mandaleeka
Hi, Can any one tell me the way to configure tomcat3.1.1 for https. Is it possible or not. Regards Ramesh -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Null refrenece from Lookup

2001-12-27 Thread Corey A. Johnson
can you send a code snippet? are you setting a SearchControl? Did you specify the scope of your search? Cj Sri K Ganjam wrote: Hi, I created a DataSource JNDI resource. The resource is successfully binded into the tree. but I am getting null reference when I try to lookup. can anyone

Problems with WEB.XML

2001-12-27 Thread Salvatore Balzano
Hi, I've copied the example WEB.XML file in MyAppDir\WEB-INF. But Tomcat says that it can't find that the requested resource isn't available. If I delete that directory, it works. Why? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with

Re: Tomcat SSL

2001-12-27 Thread Pae Choi
Among many other articles, you can read the keytool description from sun site. Pae Hi, I can't create a SSL connection in my Tomcat server. It always says: C:\Documents and Settings\Default User\.keytool is not found. How to create .keytool in that directory? An article about this

RE: Does security realms encrypt the passwords?

2001-12-27 Thread Roland
from the browser to the server. Once the request is received by the server encryption/decryption is easy but since browsers have no way of encrypting the data(you could write something in javascript but it wouldn't be all that secure since javascript is not a precompiled language) I'm willing

RE: Tomcat SSL

2001-12-27 Thread Jim Urban
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html about a third of the way down, do a browser find on Keystore. Jim -Original Message- From: Rama [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 27, 2001 4:01 AM To: [EMAIL PROTECTED] Subject: Tomcat SSL Hi, I can't

RE: Does security realms encrypt the passwords?

2001-12-27 Thread thanaa
-Original Message- From: thanaa [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 26, 2001 4:11 PM To: 'Tomcat Users List' Subject: RE: Does security realms encrypt the passwords? I am a new user for tomcat v4.0, I need tomcat apache to work together, when I start tomcat, it

reg. servlet class in tomcat server

2001-12-27 Thread new software
hi , i fixed with one doubt. i need u r assistance, i.e. Where i copy my servlet class file in Tomact server and what are the settings i have to do for running my servlet class file from the browser pls assist me thank you __ Do You Yahoo!?

ORB Singleton: Access Denied

2001-12-27 Thread Brown Bay
Hi, I am using JDK1.3 and Tomcat 4.0 on win 2K. I am trying to access my remote machine and give a handle to my application server of the remote object using RMI-IIOP. I know this method works, because its been working on Websphere on OS/390. I am trying to port my product to Tomcat on

Need help with SQLException

2001-12-27 Thread Mike Kelley
Here's the error java.sql.SQLException: [PREPDESC] *FIRST in *N type *MEM not found Anyone? Ideas? Where is the manual? Thanks In Advance Mike msg40896/bin0.bin Description: application/ms-tnef -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

custom protocol handler problem in Tomcat4.0.1

2001-12-27 Thread Wei Wang
Dear all, I am writing a custom protocol handler to process the URL like 'cid:Test-2001-12-27-13-01'. I have implemented the Handler and CidURLConnection classes to parse and process the URL. It works fine in stand alone application and JRun servlet container. When I test it in Tomcat, I got

RE: Need help with SQLException

2001-12-27 Thread Frank Diakovasilis
My best guess, given the info, is that you are trying to read a memo field from an access db using rs.getString(), which jdbc has problems with. -Original Message- From: Mike Kelley [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 27, 2001 10:24 AM To: [EMAIL PROTECTED] Subject: Need

RE: Need help with SQLException

2001-12-27 Thread Mike Kelley
My best guess, given the info, is that you are trying to read a memo field from an access db using rs.getString(), which jdbc has problems with. I've researched the problem enough to find out that I'm doing a (Select * From + someFileInSomeLibrary) the file shows up in the DBMetaData but it is

JAAS support in Tomcat 4

2001-12-27 Thread Amine AMAR
Hi all, Does Tomcat 4 have support for JAAS? I know TC is not a full J2EE Server, but I'm just wondering. If there is, no support in TC for that do you know of any other security framework supported in TC (especially compatible with Struts)? Thanks all Amine

Re: Clarification needed, please

2001-12-27 Thread Craig R. McClanahan
On Thu, 27 Dec 2001, Nikola Milutinovic wrote: Date: Thu, 27 Dec 2001 09:09:23 +0100 From: Nikola Milutinovic [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Clarification needed, please The key is that each

Re[2]: outside catalina

2001-12-27 Thread Craig R. McClanahan
On Thu, 27 Dec 2001, Andrew (Tver) wrote: I'm absolutley agree with you in the case of real deployment. But what about development time? I have about 600 classes in my project. Using standard ant build make me to recompile all of them, and so on according to ant task. Are you using full

Re: JAAS support in Tomcat 4

2001-12-27 Thread Craig R. McClanahan
On Thu, 27 Dec 2001, Amine AMAR wrote: Date: Thu, 27 Dec 2001 18:33:31 - From: Amine AMAR [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: JAAS support in Tomcat 4 Hi all, Does Tomcat 4 have support for JAAS? I know

Problem with the mod_webapp connector

2001-12-27 Thread Marcelo Demestri
Hi everybody! I have a "mission" for this list :-) When I install Tomcat 4.0.1 and Apache 1.3.22 in an environment W2Kprofessional with JDK 1.3.1 and the mod_webapp WARP connector, I get the following problem: Whenever I try to access the Tomcat example index page:

Re: reg. servlet class in tomcat server

2001-12-27 Thread Sanjeev Rathore
You should edit the web.xml file that is located near one the directory where you placed the servlet. --- new software [EMAIL PROTECTED] wrote: hi , i fixed with one doubt. i need u r assistance, i.e. Where i copy my servlet class file in Tomact server and what are the settings i have to

Multiple form-login-page 'es? (or multiple login forms)

2001-12-27 Thread cam
_ Ok, hopefully this is a simple one for all the Catalina pros. (Note, I am using tomcat 4.0.1 with form based authentication) I have a web site that has the login form on multiple pages, and rather than forcing our users to go to a single login page, we

Tomcat4 not unpacking wars

2001-12-27 Thread JBrawner
Tomcat4 is not unpacking my wars on startup. Do I have to configure it to do this? The following is the host element from my server.xml. Isn't this right? Host name=localhost debug=0 appBase=webapps unpackWARs=true Thanks, Jason E. Brawner -- To unsubscribe: mailto:[EMAIL

Re: Multiple form-login-page 'es? (or multiple login forms)

2001-12-27 Thread Craig R. McClanahan
On Thu, 27 Dec 2001 [EMAIL PROTECTED] wrote: Date: Thu, 27 Dec 2001 12:08:11 -0800 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Multiple form-login-page 'es? (or multiple login forms) _ Ok,

JDBC Driver - MS Access

2001-12-27 Thread Arnold Shore
Folks, Sun's site has no reference to a driver for subject db, and I've found only one source atinav. Any recommended free ones out/in there/here? Thanks, all. Arnold Shore Annapolis, MD USA -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

problems getting warp to connect

2001-12-27 Thread John Clayton
I'm having a few problems getting an apache/warp connection going. I get either this error: WebApp: Error 500 (File: pr_warp.c Line: 271) Cannot open connection conn or one that says web app not deployed yet. I have

Re: problems getting warp to connect

2001-12-27 Thread John Clayton
So, i pared down the web.xml file to just a few servlet names and mappings and that worked, so it was that I guess. Now I get requested resource not available when calling my servlets, but I bet that's an issue with my xml. Any help? Thanks, John On Thursday, December 27, 2001, at 05:25

expr: syntax error?

2001-12-27 Thread Scott Merritt
Just purchased some virtual server space on FreeBSD and am trying to install Tomcat 4.0.1. When I start it I see it creates 9 or so threads which is positive but checking catalina.log all I get is expr: syntax error and I can't connect to 8080. Anybody seen this? I also installed JDK

Apache Jakarta-Tomcat SSL

2001-12-27 Thread Lars Nielsen Lind
Hi. I am using Tomcat 4.0.1 with Apache (mod_webapp) and it works fine. Now I want to use SSL and I have compiled and configured mod_ssl with Apache 1.3.22. In my httpd.conf file I have configured the SSL stuff as described in the book Professional Apache. If I start Apache with ./apachectl

startup.sh not recognized

2001-12-27 Thread Michael Burke
When I try to run startup.sh I get a no such file or directory message. I've tried to run it as root and user with the same result. I try to start it as ./startup.sh in jakarta/bin directory (where it's located). Any suggestions would be greatly appreciated. -- To unsubscribe: mailto:[EMAIL

Re: startup.sh not recognized

2001-12-27 Thread Jan Labanowski
Try chmod 755 startup.sh and change the first line to #!/bin/sh if it is not On Thu, 27 Dec 2001, Michael Burke wrote: When I try to run startup.sh I get a no such file or directory message. I've tried to run it as root and user with the same result. I try to start it as

RE: Problem with the mod_webapp connector

2001-12-27 Thread Brian Adams
Hi Marcelo, If you check the archive around mid November to Dec 10 you will see many posts from me and others on this problem. Bottom line, it no worky! I heard of some that download the warp connector from cvs and compiled tthat and they never replied to the list to say if it worked or not. I

Re: [Fwd: startup.sh not recognized]

2001-12-27 Thread Michael Burke
Michael Burke wrote: Subject: Re: startup.sh not recognized Date: Thu, 27 Dec 2001 19:33:33 -0500 (EST) From: Jan Labanowski [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List

Re: google

2001-12-27 Thread elin
oh ok, meta tags? They help with search engines other than google. And I understood the problem to be the page not appearing in google... if I misunderstood the issue, then my apologies, of course. Lai Kok Cheong writes: Thats what you need additional HTTP header info and the 'robocop' to

Newbie, JSQLConnectionPool Error - Help Required

2001-12-27 Thread Rudi Doku
Hello, I am evaluating the j-netdirect sql connection pool driver JSQLConnectionPool. I installed the package and successfully run the ExampleConnectionPool program. I have copied some to Create a JNDI context and bind it in the naming service, however the following exception is thrown

Re: can't access PostgreSQL from Servlet

2001-12-27 Thread Micael Padraig Og mac Grene
At 09:55 PM 12/27/01 -0800, you wrote: When servlet is executed ResultSet returns null when it shoud return result of SQL query. I don't know where the problem could be but it seems that Java code or some type of permission is incorrect. Here is my Servlet code that compiles but gives