Re: Sybase DB Failure

2005-05-20 Thread Ed Robbins
I haven't done this in a long time, but Sybase has a utility, a SQL script if I recall, that will configure the DB to allow you to connect via JDBC. I believe it comes with the JConnect distribution, which you can download from Sybase. Ed Jim Henderson wrote: I am trying to use the

Re: Binding Address Problem

2004-11-02 Thread Ed Robbins
Yeah, it looks like you haven't made the shutdown port unique for each server instance. Tomcat uses several ports for it's operation. Notice your exception is throwing 8005. This is the port that Tomcat listens for shutdown requests. Change it to a different value in one of the server.xml

Re: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Ed Robbins
:22:18 2004] [error] mod_jk.handle() No worker for /contact.jsp Is this a problem with my server.xml file, or my workers2.properties file? Mike -Original Message- From: Ed Robbins [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 10:08 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat

Re: ssl vs. servlets

2003-12-08 Thread Ed Robbins
SSL has nothing to do with user authentication. SSL simply implies a secure connection between the two end points of the transaction. As far as user auth is concerned you would still have to authenticate the user when using an SSL connection. Ed zvi gutterman wrote: Hello, 1. Can someone

Re: Total Linux Newbie Question

2003-08-23 Thread Ed Robbins
Here's one of the best features of a Un*x based system. Navigate your way to the logs directory, typically $CATALINA_HOME/logs and you will find the usual suspects for log files. Now you can do a tail-f log name and get real time output from the log file. Ed Mike Duffy wrote: With all the

Re: SSL and non-SSL webapps (Apache 2.0.44/mod_jk/Tomcat 4.1.18)

2003-02-02 Thread Ed Robbins
enlightenment is greatly appreciated. Thank you, Oscar Carrillo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ed Robbins [EMAIL PROTECTED

Re: Apache2.0.40 Tomcat4.1.18 Integration on Linux 7.1

2003-01-24 Thread Ed Robbins
I don't necessarily think this is a DNS problem. Typically you get a 404 error or 500 error when this occurs, which implies that the request is getting to the server, it's just not mapping the localhost context. Ed On Fri, 2003-01-24 at 05:03, Tomislav Miladinovic wrote: I can't figure out who

Re: HTTP 500 - No Context configured

2003-01-23 Thread Ed Robbins
] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- Ed Robbins [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto

Re: Virtual Hosts

2003-01-23 Thread Ed Robbins
. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- Ed

RE: Apache2.0.40 Tomcat4.1.18 Integration on Linux 7.1

2003-01-23 Thread Ed Robbins
truncated === __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- Ed Robbins

JDBC Authentication

2003-01-21 Thread Ed Robbins
Ok, bear with me. This is my first attempt at configuring Tomcat for any type of authentication. I've configured a host with a JDBCRealm to use a Sybase database for authentication. I added a security constraint, login-config and a security role, however when I point my browser to the URL, I

JDBC authentication

2003-01-21 Thread Ed Robbins
Ok, bear with me. This is my first attempt at configuring Tomcat for any type of authentication. I've configured a host with a JDBCRealm to use a Sybase database for authentication. I added a security constraint, login-config and a security role, however when I point my browser to the URL, I

Re: JDBC authentication

2003-01-21 Thread Ed Robbins
in web.xml. Might be worth a shot (in the absence of any other replies) Mike. - Original Message - From: Ed Robbins [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 4:25 PM Subject: JDBC authentication Ok, bear with me

Re: JDBC authentication

2003-01-21 Thread Ed Robbins
, Ed Robbins wrote: Date: 21 Jan 2003 21:49:00 -0500 From: Ed Robbins [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: JDBC authentication This was exactly my problem, I moved the security constraint out

Re: Apache Tomcat Virtual Host

2003-01-20 Thread Ed Robbins
I'm running the same setup and in the httpd.conf file, I have the JkMounts in the following manner: JkMount /*.jsp ajp13 JkMount /robbinsapps/* ajp13 JkMount /RobbinsApps/* ajp13 JkMount /*.do ajp13 This will map anything ending in .jsp, anything ending in /robbinsapps/*, anything ending in

Tomcat 4.1.18 and HttpsURLConnection

2003-01-20 Thread Ed Robbins
Perhaps someone can shed some light on this for me. I posted a message last night stating I was having a problem moving a web application from 4.0.4 to 4.1.18. In the application, I need to make a Https connection, so I have a line like the following: HttpsURLConnection httpsConn; url = new

Tomcat 4.1.18 and HttpsURLConnection

2003-01-19 Thread Ed Robbins
configuration, a host entry pointing to the correct docBase and a Context under that pointing to the correct docBase and giving the path. TIA. Ed -- Ed Robbins [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Problems compiling mod_jk

2001-06-03 Thread Ed Robbins
Hi everyone, I'm having trouble getting mod_jk to compile for either apache1.3 or 2.0. I've read the instructions several times and I've worked out most of the problems with the makefiles (finding the header files), but I can't seem to get past this last problem. The message below is what I

Re: Books on Tomcat

2001-04-23 Thread Ed Robbins
I'm very interested in doing this, I'm not a great writer but I have server space we could use to put it online. I could setup WebDAV for a group of authors and we could ask for feedback as each section is done. Ed Penberthy, Bill wrote: Count me in. I am not a Tomcat expert - but I writez

Re: problem compiling mod_jk on aix

2001-04-13 Thread Ed Robbins
How exactly does it break? What are the error messages? Ed Olivier Hislaire wrote: Hello, Does anaybody knows how to achieve this ? The best I get, once all include files have been located, is a whole bunch of 'conflicting types (redefinition)', then it breaks. Or would anybody know

Re: Welcome File : index.html

2001-04-10 Thread Ed Robbins
Joar Vatnaland wrote: How did you change the welcome-file, did you just append an welcome-filesample.html/welcome-file after the other entries? My guess is that it goes through the list and starts with the first file it finds. So if an index.jsp or index.html still exists in your