Directory Structure Problems

2004-06-10 Thread Val T.
Hi, I've encountered a difficulty in a web site implementation, which uses Tomcat 4.1.18 on RH Linux 8.0, MySQL 3.23.54, J2SDK 1.4.1_01, and connection pooling with Form based authentication. Everything was working fine, until some tweaks were done to the proxy server. The directory strucuture i

Re: Invalid pc in line number table

2003-06-18 Thread Val T.
Hi, I just wanted to post the fact that this error message has been cleaned up. I deleted the file that was giving me problems and dropped in a copy from the site where it was working fine. They were both originally copied from the same source, so I don't really know what the difference was. I g

Re: Invalid pc in line number table

2003-06-18 Thread Val T.
Hi, > Strange error... What are the JDK's that are involved along with the Operating > Environment and`what version of Tomcat? > > I'd say it is some sort of incompatibility between the two, is one maybe a > very early version of the JDK? Also what JDK was it compiled under? It's not that, becaus

Invalid pc in line number table

2003-06-18 Thread Val T.
Hi, Does anyone understand what might be causing this error? The log files don't enlighten me at all, and searching on the Web brought no resolution. replylibrary is a package name, and SampleReply is the class. I'm accessing it from a JSP. It works fine on another site, and all other files an

Re: Can I set up 2 realms for the same server so I can access 2 databases

2003-06-18 Thread Val T.
- Original Message - From: "Angus Mezick" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 2:48 PM Subject: RE: Can I set up 2 realms for the same server so I can access 2 databases >According to the spec, you can have 0 or 1 realms configured

Can I set up 2 realms for the same server so I can access 2 databases

2003-06-18 Thread Val T.
Hi, I've got two sites set up on one server, and I am trying to set up security for each of them. They use 2 different databases. Is it possible to set things up in the server.xml the way I have below, or do I have to put all users in the same database? I can't find anything on the Web that dea

Auto Login Using Form Based Authentication

2003-06-10 Thread Val T.
Hi, I have an atypical situation in that I am trying to auto login users from another system (a Lotus Domino system) when they connect to my JSP application. I am using Tomcat 4.1.18 and have form based authentication working on it. I would prefer if the users did not have to explicitly login, b