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.
>
>---
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
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]
was successful. Does anyone have any ideas about this?
Thanks
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
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
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
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'
>
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
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
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
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\
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
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
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
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
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
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
*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
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
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
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
'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
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
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
25 matches
Mail list logo