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 UserDatabas

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 c

Re: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Ed Robbins
ajp13:localhost:8009 [Mon Apr 05 12: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: [E

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 p

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 and get real time output from the log file. Ed Mike Duffy wrote: With all the Windows viru

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

2003-02-02 Thread Ed Robbins
n config files that > would just listen to port 80. Seems a little awkward but I also had > difficulty getting a second copy of apache running. > > A little enlightenment is greatly appreciated. > > Thank you, > Oscar Carrillo > > > ------

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: Apache2.0.40 Tomcat4.1.18 Integration on Linux 7.1

2003-01-23 Thread Ed Robbins
TED]] > > > > > > Sent: Thursday, January 23, 2003 3:16 PM > > > > > > To: Tomcat Users List > > > > > > Subject: RE: Apache2.0.40 Tomcat4.1.18 > > > Integration > > > > > on Linux 7.1 > > > > > > > >

Re: Virtual Hosts

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

Re: HTTP 500 - No Context configured

2003-01-23 Thread Ed Robbins
od_jk2 2.0.43 and I can view > > > > > http://localhost, but when trying > > > > > http://localhost:8080/ I get the following error: > > > > > > > > > > HTTP Status 500 - No Context configured to process this > > > > > request.THe serve

Re: JDBC authentication

2003-01-21 Thread Ed Robbins
Oops I'm mixing my elements, kinda like mixing my metaphors, I meant . Sure enough, I just put the /IpnDownload/* and /* back in and it works this time. I must have fat fingered it earlier today. Thanks. Ed On Tue, 2003-01-21 at 22:20, Craig R. McClanahan wrote: > On 21 Jan 2003, Ed

Re: JDBC authentication

2003-01-21 Thread Ed Robbins
l 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

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 do

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 d

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 URL

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 /Robb

Tomcat 4.1.18 and HttpsURLConnection

2003-01-19 Thread Ed Robbins
7;m running a very simple 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 wri

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 anybo

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 > > sample.html > > 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 directory, then tha