RE: Tomcat Ant Tasks

2004-10-18 Thread Gregg Bolinger
umented in tomcat doc? Sorry, I forgot. > >-Original Message- >From: Phillip Qin [mailto:[EMAIL PROTECTED] >Sent: October 18, 2004 12:31 PM >To: 'Tomcat Users List' >Subject: RE: Tomcat Ant Tasks > > >I think it is part of sub's jar spec. > >---

RE: Tomcat Ant Tasks

2004-10-18 Thread Gregg Bolinger
ar, as META-INF/context.xml using ant jar command. -Original Message----- From: Gregg Bolinger [mailto:[EMAIL PROTECTED] Sent: October 18, 2004 12:14 PM To: 'Tomcat Users List' Subject: RE: Tomcat Ant Tasks Then I am confused. I have a config that contains my apps context where I have

RE: Tomcat Ant Tasks

2004-10-18 Thread Gregg Bolinger
my ant task No need to define config. On *nix box, war.url is file:/your/path/to/war, on win32 box, war.url is file:/c:/your/path/to/war. Context will always be dropped off conf/${engine}/${host} as ${your.context}.xml -Original Message- From: Gregg Bolinger [mailto:[EMAIL PROTECTED]

Tomcat Ant Tasks

2004-10-18 Thread Gregg Bolinger
was successful. Does anyone have any ideas about this? Thanks Gregg Bolinger

RE: Forms Authentication

2004-01-07 Thread Gregg Bolinger
If I may ask, why would you want to hit the login page directly? Is this for a "click here to login" link? Yes, I want to have a login link and a logout link. Thanks Gregg -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 6:02 PM To: Tomcat Users L

Forms Authentication

2004-01-07 Thread Gregg Bolinger
I am working with Tomcat 5 and Forms authentication. I am just using the tomcat-users.xml for now until I get everything working. What I am wondering is if I go directly to my login.jsp page instead of letting Tomcat determine if I need to go there based on the page I am accessing, how do you

RE: URI Servlet Path Problems

2003-08-14 Thread Gregg Bolinger
7; Subject: RE: URI Servlet Path Problems How about ? > -Original Message- > From: Gregg Bolinger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 4:10 PM > To: 'Tomcat Users List' > Subject: RE: URI Servlet Path Problems > > > I did t

RE: URI Servlet Path Problems

2003-08-14 Thread Gregg Bolinger
ot sure this is the best use of the base tag though, but I've never had occasion to use it. Or have I? ;) > -Original Message- > From: Gregg Bolinger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 4:38 PM > To: 'Tomcat Users List' >

RE: URI Servlet Path Problems

2003-08-14 Thread Gregg Bolinger
Correction, url is http://localhost:8080/holocron/secure/servlet/AddReference. But still not the correct one. Gregg -Original Message- From: Gregg Bolinger [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 4:10 PM To: 'Tomcat Users List' Subject: RE: URI Servlet Pat

URI Servlet Path Problems

2003-08-14 Thread Gregg Bolinger
I have a web app in the following directory c:\tomcat\webapps\holocron I have specified my URI to a servlet as /servlet/AddReference And in my form I have action="/servlet/AddReference" The problem is that when I click the submit button, I am taken to http://localhost:8080/servlet/AddReferenc

RE: URI Servlet Path Problems

2003-08-14 Thread Gregg Bolinger
uot; (for lack of a much more technically accurate label). And to a browser, /holocron/secure looks like folders. So if you GOT to the form by saying http:///www.yourdomain.com/holocron/secure/showmetheform Then all relative urls will be from http://www.yourdomain.com/holocron/secure/ > -Ori

RE: URI Servlet Path Problems

2003-08-10 Thread Gregg Bolinger
ding slash. > -----Original Message- > From: Gregg Bolinger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 4:04 PM > To: [EMAIL PROTECTED] > Subject: URI Servlet Path Problems > > > I have a web app in the following directory c:\tomcat\webapps\

RE: Connection Pooling HELP

2003-08-04 Thread Gregg Bolinger
r problems will disappear. > -Original Message- > From: Gregg Bolinger [mailto:[EMAIL PROTECTED] > Sent: Monday, August 04, 2003 2:07 PM > To: 'Tomcat Users List' > Subject: RE: Connection Pooling HELP > > > I found out you also need the commom-po

RE: Connection Pooling HELP

2003-08-04 Thread Gregg Bolinger
ntion Tomcats docs don't mention the fact that you need to download them. G! Gregg -Original Message----- From: Gregg Bolinger [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 12:45 PM To: 'Tomcat Users List'; 'Tomcat Users List' Subject: RE: Connection Poolin

RE: Connection Pooling HELP

2003-08-04 Thread Gregg Bolinger
ROTECTED] Sent: Monday, August 04, 2003 12:40 PM To: Tomcat Users List Subject: Re: Connection Pooling HELP Gregg Bolinger wrote: > I am trying to get connection pooling working with Tomcat 4.1.24-LE. > Below is some relevant code. Tomcat starts up just fine. I have all my > JAR f

Connection Pooling HELP

2003-08-04 Thread Gregg Bolinger
I am trying to get connection pooling working with Tomcat 4.1.24-LE. Below is some relevant code. Tomcat starts up just fine. I have all my JAR files I need in the right place. If I create my own connection using JDBC it all works just fine. But using a connection pool is failing. The error me

RE: Connection Pooling

2003-08-02 Thread Gregg Bolinger
Ok, got that resolved. I just had the element order in my web.xml file wrong. Of course now I am getting this error: cannot create resource instance So I am off to research that. Gregg -Original Message- From: Gregg Bolinger [mailto:[EMAIL PROTECTED] Sent: Saturday, August 02, 2003

Connection Pooling

2003-08-02 Thread Gregg Bolinger
I am trying to setup MySQL connection pooling in Tomcat 4.1.24 and when I try and add DB Connection jdbc/TestDB javax.sql.DataSource Container to my web.xml file, it complains that is not allowed as a element. Is the documentation accurate? Or am I missing someth

RE: JDBCRealm

2003-08-01 Thread Gregg Bolinger
RE: JDBCRealm *bash* ;) Gonna go back to the 'ranch now Gregg ? hehe. > -Original Message- > From: Gregg Bolinger [mailto:[EMAIL PROTECTED] > Sent: Friday, August 01, 2003 2:08 PM > To: 'Tomcat Users List' > Subject: RE: JDBCRealm > > > Ok, I figu

RE: Overriding server.xml

2003-08-01 Thread Gregg Bolinger
with your war file to specify anything that would normally go inside the block of server.xml for your context. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Gregg Bolinger [mailto:[EMAIL PROTECTED] >Sent: Friday, August 01, 2003 3:10 PM >To: [EMA

Overriding server.xml

2003-08-01 Thread Gregg Bolinger
I am going to be deploying my web app at cgiserver.com. When I do so, I don't believe I have access to the server.xml file. So what file do I need to include with my web app that will override default elements in the server.xml file? Thanks. Gregg

RE: JDBCRealm

2003-08-01 Thread Gregg Bolinger
Ok, I figured out my STUPID problem. I was giving the wrong table name to the REALM element for my user_roles table. Please, everyone bash me on the head. I deserve it. LOL Thanks for the help anyway. Gregg -Original Message- From: Gregg Bolinger [mailto:[EMAIL PROTECTED] Sent

RE: JDBCRealm

2003-08-01 Thread Gregg Bolinger
'roles'... In this tables you should specify all possible roles. Check the unofficial FAQ, or the apache site. -Original Message- From: Gregg Bolinger [mailto:[EMAIL PROTECTED] Sent: 01 August 2003 19:36 To: 'Tomcat Users List' Subject: RE: JDBCRealm FYI - I removed

RE: JDBCRealm

2003-08-01 Thread Gregg Bolinger
FYI - I removed the REALM entry for the Database user lookup and used the tomcat-users.xml file and it works fine. It only fails when I have the REALM entry. But I still don't know why it is not working right. Gregg -Original Message- From: Gregg Bolinger [mailto:[EMAIL PROT

JDBCRealm

2003-08-01 Thread Gregg Bolinger
be redirected back to AddReference.jsp. I am entering the correct username and password as I only have one entry. I get no compilation errors or Tomcat errors when loading or stopping. If anyone has some insight to my problem, I would be greatly appreciated. Thanks Gregg Bolinger