Re: JK2 Officially Unsupported - Should I Avoid JK2?

2004-12-23 Thread Sean Dockery
Thanks for the reply, Dennis. I did some reading in the list archives on the subject, and we decided to go with mod_jk. "Dennis Payne" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > It looks like things regarding a connector are still in flux... probably > not time to panic yet.

JK2 Officially Unsupported - Should I Avoid JK2?

2004-12-22 Thread Sean Dockery
On November 15th, there was an announcement that JK2 is officially unsupported. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/news/20041100.html#20041115.1 We're in the process of configuring new servers and integrating Apache with Tomcat. We are migrating applications from servers runni

Re: Custom tag attribute runtime expression containing and delimited by quotes. Supported in Tomcat, but not other JSP containers. What is the standard?

2004-11-18 Thread Sean Dockery
pplies). The reason I ask is that while you can file away bugs against 4.x to your heart's content, it's not being actively developed and you shouldn't hold your breath waiting for a fix. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: news [mai

Re: Custom tag attribute runtime expression containing and delimited by quotes. Supported in Tomcat, but not other JSP containers. What is the standard?

2004-11-18 Thread Sean Dockery
Hmmm... We found in section JSP 2.6 (page 41) in the Core Syntax and Semantics chapter of the JSP 1.2 specification that this... " /> ...is expressly illegal. Should this be considered to be a bug in Jasper? "Sean Dockery" <[EMAIL PROTECTED]> wrote in message news:[

Custom tag attribute runtime expression containing and delimited by quotes. Supported in Tomcat, but not other JSP containers. What is the standard?

2004-11-17 Thread Sean Dockery
Hello, We recently came upon an issue in migrating our web application from Tomcat 4.1.x to SAP Web AS 6.4 SP7. Here is an example of the offending code (which involves indexed beans managed by a Struts ActionForm): Name: "/> The quotes embedded in the property attribute's runtime expre

Re: Way to get Reference to Servlet from Filter?

2003-12-19 Thread Sean Dockery
"I've got a fever... and the only cure is more cowbell!" LOL. :-D "Tim Funk" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You won't be able to get the servlet reference. A possibility is to define > the filter multiple times with different parameters. For example, here is the >

Re: Tomcat performance on Windows versus Linux

2003-12-16 Thread Sean Dockery
"David Rees" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Not enough difference to make it a deciding factor between the two > platforms. IMO, Tim's criteria are spot on when deciding what platform to > deploy on. Personally, I prefer Unix as I find it easier to setup and > admi

Re: Tomcat performance on Windows versus Linux

2003-12-15 Thread Sean Dockery
If your a windows shop - stay windows *** > - Debugging - I think troubleshooting is easier on *nix systems (YMMV) > - Comfort - If your comfortable with unix concepts - linux might be easier > than windows > > -Tim > > Sean Dockery wrote: > > > I am planning to profile a web appli

Tomcat performance on Windows versus Linux

2003-12-15 Thread Sean Dockery
I am planning to profile a web application on Windows XP (my development platform). I am curious as to whether or not different components in Tomcat and the JVM will behave differently (in a relative comparison) on Linux (production platform) than Windows. For example, I have had a person tell me

Re: Can use Ant to deploy to localhost

2003-11-02 Thread Sean Dockery
Or use 127.0.0.1 instead of localhost as the machine name. "Mike Klein" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Steven Woody wrote: > > >I'v not managed to deploy an application to Tomcat using Ant's task. It always reports a UnknownHostNameException. I'v checked the

RE: Re[2]: Virtual host and app

2003-11-02 Thread Sean Dockery
listening on port 8080 on your machine. Is Tomcat already running? -Original Message- From: Javier [mailto:[EMAIL PROTECTED] Sent: Sunday, November 02, 2003 14:28 To: Tomcat Users List Subject: Re[2]: Virtual host and app On 02/11/2003 at 13:34 Sean Dockery wrote: >You need a Context

Problems launching Tomcat 4.1.29...

2003-11-02 Thread Sean Dockery
Sorry if this is a mailing list repost, I attempted to post this through gmane.org and received a message bounced error from the Jakarta list server. Sean Dockery Certified Java Web Component Developer [EMAIL PROTECTED] "Sean Dockery" wrote in message news:<[EMAIL PROTECTED]>

Re: Virtual host and app

2003-11-02 Thread Sean Dockery
You need a Context node in your Host for the default context. "Javier" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi > > I'm new to Tomcat 5 and I trying to get my first virtual host working. > > Then I tried to make a test by simply make a HelloWorld servlet deployed in > Pru

Problems launching Tomcat 4.1.29...

2003-11-02 Thread Sean Dockery
aveat). -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: 4.1.18 won't unpack my .war file

2003-02-18 Thread Sean Dockery
>From what you have described, it is not the WAR file itself that is the problem. It is a configuration problem with naming the WAR or deploying the web application. What does your build.properties (or build.xml) file define ${context} to be? (Remember that case matter here.) "Wendy Smoak" <[EM

Re: Is server.xml DTD case-sensitive?

2003-02-18 Thread Sean Dockery
Um. Why can't it have a DTD? "Shapira, Yoav" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Howdy, Also note that server.xml doesn't and can't have a DTD/schema. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Lukasz Szelag [mailto

Re: JDBC Realm problem

2003-02-18 Thread Sean Dockery
es wherein you can assign a database username and password for the connection. Try using those attributes instead of embedding the username and password in connectionURL. Good luck. -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants ht

Re: SessionId across webapps in tomcat

2003-02-18 Thread Sean Dockery
Are the web applications running on the same machine in a non-clustered environment? -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com "Robin de Villiers" <[EMAIL PROTECTED]> wrote in

Re: jsp issues

2003-02-18 Thread Sean Dockery
When you re-installed Tomcat, did you make sure to remove all folders at $CATALINA_HOME and below? -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com "Brian P. McLoughlin" <[EMAIL PROT

Re: where to put web.xml

2003-02-18 Thread Sean Dockery
best way is to "reload" your web application using the Tomcat manager application. You can alternatively set Context.reloadable to true for your web application in your server.xml file. > thanks -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Ce

Re: 4.1.18 won't unpack my .war file

2003-02-18 Thread Sean Dockery
Doh! Forget what I said about Context.unpackWARs--unpackWARs is a Host thing. If struts-example.war unpacked successfully under the same Host, this isn't the problem. "Sean Dockery" <[EMAIL PROTECTED]> wrote in message b2ts7v$arm$[EMAIL PROTECTED]">news:b2ts7v$arm

Re: 4.1.18 won't unpack my .war file

2003-02-18 Thread Sean Dockery
Hello, Wendy. What happens if you don't use zipfileset? Also, confirm that you have unpackWARs set on your Context in $CATALINA_HOME/conf/server.xml. Like this: ... What does zipfileset do? If it compresses the targets, you can't use it--WAR files are not compressed archives.

Re: AW: modified jsp-files and jasper2

2003-02-16 Thread Sean Dockery
Hello, Sven. Try setting Context.reloadable to true, restart Tomcat, and see if that works for you. "Sven Köhler" <[EMAIL PROTECTED]> wrote in message b2m0cd$9pb$[EMAIL PROTECTED]">news:b2m0cd$9pb$[EMAIL PROTECTED]... > >> I just checked the web.xml file in $CATALINA_HOME/conf/web.xml. It > >>

Re: help with client certificates

2003-02-16 Thread Sean Dockery
there a standard API (works in most browsers to cause this?) > > I remember netscape had a javascript call to do form signing. > > Tony > > > Sean Dockery wrote: > > > With regard to providing a certificate to the web site, but not > > authenticating per

Re: how to creat a developer dirctory

2003-02-14 Thread Sean Dockery
Can you find the admin.xml and manager.xml files in your webapps folder? - Original Message - From: "Xiongfei Wang" <[EMAIL PROTECTED]> To: "Turner, John" <[EMAIL PROTECTED]> Cc: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 15:52 Subject: RE: how to creat a dev

Re: Is server.xml DTD case-sensitive?

2003-02-14 Thread Sean Dockery
Yes. server.xml is case sensitive. All XML documents are case sensitive. Tomcat may not have reported parsing errors because it isn't an XML validator and your server.xml is well-formed. Tomcat constructed its XML DOM and simply looked for the nodes "name" and "value" under parameter. That ther

Re: Form based security

2003-02-14 Thread Sean Dockery
I could not see an easy way to determine if you were authenticated, however, using the struts tag libraries. The request tag library in the commons project does provide a means for creating a request bean, which you could then logic:test "remoteUser" against "", but that's not exactly obvious when

Re: Form based security

2003-02-14 Thread Sean Dockery
Redirecting all 400 errors to your index page is a questionable practice because not all 400 (SC_BAD_REQUEST) errors are "Invalid direct reference ..." errors. I wish that there was a legitimate configuration change to enable you to bookmark a login.jsp page--such as a j_success_url parameter whic

Re: Context/mapping question

2003-02-14 Thread Sean Dockery
The mapping for the Invoker servlet is disabled in the standard Tomcat release. It is disabled by default and I suggest that you leave it that way. It is a convenience that could lead to security problems. Is it currently enabled? (That is, it is supposed to be encodes in XML comment delimiters

Re: Context/mapping question

2003-02-14 Thread Sean Dockery
/HelloWorld? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTE

Re: Best practices - dev & deploy?

2003-02-14 Thread Sean Dockery
Up until recently, I followed the process you described because it was a "sure thing" as far as getting the right JSP pages and classes to load into Tomcat at run-time. Since then, Craig M. recommended the approach set out in the Tomcat application developers guide. I've been following that proce

Re: Basic Auth with Apache+Tomcat

2003-02-14 Thread Sean Dockery
No. That is incorrect. session.getAttribute("REMOTE_USER") will most certainly not work. The HTTP protocol has no concept of sessions; sessions are a hack built on top of HTTP for the convenience of application developers. HTTP supports restricting access to server resources through authenticat

Re: An easy one... Default Config in conf/web.xml

2003-02-14 Thread Sean Dockery
Your problem is a deployment problem--not a development problem. Therefore, you should only touch files associated with the process of deployment. Use the Environment declaration in server.xml to define variables which are specific to a given deployment. - Original Message - From: "Andon

Re: AW: modified jsp-files and jasper2

2003-02-14 Thread Sean Dockery
Hi, Sven. Down below... - Original Message - From: "Sven Köhler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 02:04 Subject: Re: AW: modified jsp-files and jasper2 > > It can take up to 15 seconds (default) for Tomcat to poll for changes to > > class files

Re: AW: modified jsp-files and jasper2

2003-02-13 Thread Sean Dockery
by default. I am uncertain whether or not JSP files are included in this particular check or if there is another layer elsewhere. But a good guideline is to wait for at least 60 seconds before testing newly uploaded JSP files. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer

Re: Tomcat 4.1.12 Form authentication with IIS 5

2003-02-13 Thread Sean Dockery
What happens when you move your form-login-page outside of the /admin/ folder? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: "Paul Bothma" <[EMAIL P

Re: How to enable secured JSP to be cached by browser?

2003-02-13 Thread Sean Dockery
I do not believe that caching the resulting pages will help you. If your form submission code returns errors, forward control back to the input page and automatically repopulate all of the form fields in anticipation of a user retrying (after fixing errors with the form). Sean Dockery [EMAIL

Re: Taglibs are not interpreted with Tomcat 4.1.18

2003-02-12 Thread Sean Dockery
; <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 16:50 Subject: Re: Taglibs are not interpreted with Tomcat 4.1.18 > On Wed, 12 Feb 2003 13:13:09 > Sean Dockery wrote: > >Uh, no. tagclass is not defined anywhere in your original message. You > >omitted it. > >

Re: How to hide a context path?[urgent!]

2003-02-12 Thread Sean Dockery
cal JSP page can be moved or replaced with a different one in an alternate location without having to go through the web application and change every resources that links to it. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http

Re: JAKARTA 3.2.1

2003-02-12 Thread Sean Dockery
Why would restarting Tomcat help your applets? How do your applets communicate with SQL Server? - Original Message - From: "Vernon Callantine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 12:26 Subject: JAKARTA 3.2.1 > Every Monday morning I get the fol

Re: Taglibs are not interpreted with Tomcat 4.1.18

2003-02-12 Thread Sean Dockery
MAIL PROTECTED]> Sent: Wednesday, February 12, 2003 12:48 Subject: Re: Taglibs are not interpreted with Tomcat 4.1.18 > On Wed, 12 Feb 2003 11:53:40 > Sean Dockery wrote: > >What about your tag-class definition? > > THe tld descriptors are located in /WEB-INF (see prev. message

Re: Taglibs are not interpreted with Tomcat 4.1.18

2003-02-12 Thread Sean Dockery
What about your tag-class definition? What version J2SDK are you running? - Original Message - From: "Thorsten Giesecke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 06:24 Subject: Taglibs are not interpreted with Tomcat 4.1.18 > > After changing from

Re: Keep getting logged out of Tomcat?

2003-02-11 Thread Sean Dockery
First possibility: Is your web browser accepting cookies from this web site? If not and you are relying on URL rewriting, your session chain will be broken when you visit a page where URL rewriting isn't in effect, such as a static HTML page. Second possibility: Perhaps your session timeout is

Re: web page errors

2003-02-11 Thread Sean Dockery
You might be able to accomplish this using a Tomcat Valve (by looking for a 404 response code). - Original Message - From: "Peter Choe" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 08:19 Subject: R

Re: Place to look for offtopic java/jsp info

2003-02-11 Thread Sean Dockery
Other site that deserve mention include... site:jakarta.apache.org site:www.onjava.com site:www.javaworld.com - Original Message - From: "Mike Jackson" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 16:27 Subject: RE: Place to look for

Re: How to configure Tomcat to follow symbolic links.

2003-02-11 Thread Sean Dockery
eragon" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 14:59 Subject: Re: How to configure Tomcat to follow symbolic links. > Sean Dockery wrote: > > Maybe try Resource.docBase="" to see what that does...

Re: help with client certificates

2003-02-11 Thread Sean Dockery
nd thing I am trying to do is logout the user (once they come in with > their cert). Doing a session.invalidate() does not cause the browser to > reprompt the user for their certificate information upon rehitting the site-was > wondering how to do that as well. > > Tony > > >

Re: FAQ (was Re: MY ATTIT...)

2003-02-11 Thread Sean Dockery
ve read, http://jakarta.apache.org/site/mail.html and shouldnt be > having these sorts of problems. If they didnt take the time to read it, > tough. > > > On Tue, 2003-02-11 at 13:25, Sean Dockery wrote: > > I'll think about it. :-) > > > > - Original

Re: Virtual Hosting Tomcat

2003-02-11 Thread Sean Dockery
www.inqbyte.com is not in your hosts file, so your machine looks to your DNS server to resolve to it to an IP. If you put www.ipqbyte.com in your hosts file, it should work as you expect. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD

Re: help with client certificates

2003-02-11 Thread Sean Dockery
Let me see if I understand what problem you are experiencing... By not having role-names, CLIENT-CERT authentication is not being enforced? Is that what you mean? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http

Re: Virtual Hosting Tomcat

2003-02-11 Thread Sean Dockery
ost within the same Engine definition. Then make changes to the copy. Your Host definition is far more sparse than mine. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message

Re: FAQ (was Re: MY ATTIT...)

2003-02-11 Thread Sean Dockery
Do I hear a volunteer? ;-) -- Tim Moore / Blackboard Inc. / Software Engineer 1899 L Street, NW / 5th Floor / Washington, DC 20036 Phone 202-463-4860 ext. 258 / Fax 202-463-4863 > -----Original Message- > From: Sean Dockery [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2

Re: web page errors

2003-02-11 Thread Sean Dockery
to what it might be. Does anyone know what characteristics Tomcat 3.2 (what Peter is using) has versus 4.1 (what I'm using) with respect to serving errors documents or .html documents? (relevant spec change? webapp DTD version? invoker servlet problem perhaps?) Sean Dockery [EMAIL PROTECT

Re: web page errors

2003-02-11 Thread Sean Dockery
Just a quick question... Did you actually put an HTML document named missing.html in the root folder of your context? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From

Re: Binding to Tomcat 4.x JNDI context

2003-02-11 Thread Sean Dockery
You can bind your resources in in server.xml, but you must to the global resource in each where you want the resource to be accessible. PS: JNDI is read-only to web applications because of catalina.policy. You can always change the permissions. :-) - Original Message - From: "Karl M

Re: web page errors

2003-02-11 Thread Sean Dockery
Yes. ... 404 /errors/notfound.html ... Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: "Peter Choe" <[EMAIL PROTECTED]> To: &

Re: How can I get the web application name?

2003-02-11 Thread Sean Dockery
HttpServletRequest.getRealPath("/") should get the document root of your web application. HttpServletRequest.getContextPath() should get the path (name) on which the context is mounted. ServletContext.getServletContextName() should get the description (name) of the application. Se

Re: FilePermission feature?

2003-02-11 Thread Sean Dockery
Don't you mean... grant codeBase "file:${catalina.home}/webapps/my_app/WEB-INF/-" { permission java.io.FilePermission "${catalina.home}/webapps/my_app/-", "read,write,delete"; }; Sean Dockery [EMAIL PROTECTED] Cer

Re: Ant - Tomcat deploy question

2003-02-11 Thread Sean Dockery
spath is constructed... ...This will automatically include any JAR files that you have placed in ${web.home}/WEB-INF/lib (and which are subsequently copied to ${build.home}/WEB-INF/lib) into the classpath for you. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Develo

Re: Handling non-Latin chars in servlet, jdbc

2003-02-11 Thread Sean Dockery
character set. That is from memory... Can anyone confirm this? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: "mech" <[EMAIL PROTECTED]> To: &qu

Re: help with client certificates

2003-02-11 Thread Sean Dockery
anted here... */ ... Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: "Tony Dahbura" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]&

FAQ (was Re: MY ATTIT...)

2003-02-11 Thread Sean Dockery
I am surprised that there isn't a FAQ that is circulated periodically--such as those automatically reposted to USENET newsgroups. Or perhaps a more formal document that comes out of [EMAIL PROTECTED] Comments? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Cert

Re: Virtual Hosting Tomcat

2003-02-10 Thread Sean Dockery
.0.0.1omega For each Host.name attribute in your server.xml, set it to a machine name. Like this... ... ... ... Then you should be able to access your local machine using different names like this... http://alpha:8080/ http://gamma:8080/ http://omega:8080/ G

Re: IIS+Tomcat security constraint = Unauthorized: Logon Failed

2003-02-10 Thread Sean Dockery
Tomcat through the standalone port versus accessing Tomcat through IIS. That might give you more information that you have now. :-) Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original

Re: Re-using roles defined in web.xml file

2003-02-10 Thread Sean Dockery
The only way that it could be done is to provide a custom realm to this yourself. Can you not just put the roles into LDAP? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message

Re: Error - tomcat-users.xml.new permission denied - while starting TOMCAT

2003-02-10 Thread Sean Dockery
You could try using sudo. It allows users to execute certain programs as if they were the superuser. - Original Message - From: "krip pane" <[EMAIL PROTECTED]> To: "tomcat" <[EMAIL PROTECTED]> Sent: Monday, February 10, 2003 10:28 Subject: Error - tomcat-users.xml.new permission denied -

Re: IIS+Tomcat security constraint = Unauthorized: Logon Failed

2003-02-10 Thread Sean Dockery
? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: "Felipe" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]

Re: How to listen for Session LastAccessedTime

2003-02-10 Thread Sean Dockery
The only trivial way that I can think of would be to put a filter on all requests. What are you going to use that information for? Maybe there is another way to accomplish what you're trying to do. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Progr

Re: exception after several hours idle

2003-02-10 Thread Sean Dockery
Further to this, is there a firewall between you and your database? I believe that you mentioned that your connection timeout for your database was set to INT_MAX. That would not prevent the firewall from timing out your connection and cutting the cord. Sean Dockery [EMAIL PROTECTED] Certified

Re: Unsubscription not working

2003-02-10 Thread Sean Dockery
You should receive an email that asks you to confirm that you wish to unsubscribe. Have you not received that email? You must reply to that email before you are unsubscribed. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http

Re: Strange error

2003-02-10 Thread Sean Dockery
Either your database connection is timing out or else you are trying to use a ResultSet obtained from a Statement which, in turn, was obtained from a Connection which you have closed yourself. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD

Re: IIS+Tomcat security constraint = Unauthorized: Logon Failed

2003-02-10 Thread Sean Dockery
Where have you defined the user and password that you believe you should be a valid user? What is the role constraint that you have defined on the web resource? Is the user in question set up for that role? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi

Re: Need help w. another jsp!

2003-02-09 Thread Sean Dockery
Hello again, Steve. I concur with Michael's recommendation that you should hone your Java programming skills before you tackle JSP. - Original Message - From: Steve Burrus To: Tomcat Users List Sent: Sunday, February 09, 2003 17:01 Subject: Re: Need help w. another jsp! SUCCESS gentleme

Re: Need help w. another jsp!

2003-02-09 Thread Sean Dockery
f can have a look to see what the problem might be. Do not post the file as an attachment as it may cause problems for some email programs; copy some or all of the content of the calendar.jsp file and paste it into your message instead. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Deve

Re: How to configure Tomcat to follow symbolic links.

2003-02-09 Thread Sean Dockery
How to configure Tomcat to follow symbolic links. > Hey, now. The full path does work. Good one. :-) > > Thanks, > > Mike Johnson > > On Sun, 2003-02-09 at 13:47, Sean Dockery wrote: > > Not sure why that would be happening. The documentation for Resources > > s

Re: How to configure Tomcat to follow symbolic links.

2003-02-09 Thread Sean Dockery
... Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: "Mike Johnson" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent:

Re: Tomcat complains: java.security.NoSuchProviderException: no such provider: BC

2003-02-09 Thread Sean Dockery
Java SecurityManager are configured in the $CATALINA_HOME/conf/catalina.policy file. This file completely replaces the java.policy file present in your JDK system directories." Maybe it can give you some clues as to what you need to do. Sean Dockery [EMAIL PROTECTED] Certified Java Web

Re: exception after several hours idle

2003-02-09 Thread Sean Dockery
does not exist? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: "Vladimir Kirillov" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EM

Re: Compile my ".java" directly in the Webapps directory....

2003-02-09 Thread Sean Dockery
No. Tomcat will automatically compile JSP files to servlets for you, but not .java source files. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: "fred&quo

Re: War files / codeBase and security permissions (v4.0.4)

2003-02-09 Thread Sean Dockery
omatically being unpacked? What error did you see? Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com - Original Message - From: "Kenneth J Baker" <[EMAIL PROTECTED]> To: "Tomca

Re: Tomcat complains: java.security.NoSuchProviderException: no such provider: BC

2003-02-09 Thread Sean Dockery
Remember that your classpath in your environment which is used by the java compiler when you issue a compile command from the command line is not the same classpath that Tomcat uses when it is running. Move the JAR into $CATALINA_HOME/common/lib. I don't believe that Tomcat supports loading JAR f

Re: Need help w. another jsp!

2003-02-09 Thread Sean Dockery
(by confirming that all of your JSP files are legal). When you are casually building a web application, pre-compiling JSP files unnecessary complicates the process. Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http

Re: trouble to run servlet

2003-02-09 Thread Sean Dockery
I would suspect it is because you are running Apache on port 80 and not Tomcat. You will need to set up a mod_jk (or mod_jk2) connector to have Apache forward specific URL requests to Tomcat. Why are you putting a HelloServlet inside the admin application anyway? - Original Message - Fro

Re: How to configure Tomcat to follow symbolic links.

2003-02-08 Thread Sean Dockery
this... and from there... I'm not sure. (I've never done this before--I'm just trying to figure it out based on what I've read and materials that can be found on the Jakarta web site.) -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certifi

Re: DataSourceRealm, Exception performing authentication ?

2003-02-08 Thread Sean Dockery
Did you declare the Realm after your Resource or before it? -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com "Uros Kotnik" <[EMAIL PROTECTED]> wrote in message 017501c2cf7f

Re: How to avoid error-reports? -Want

2003-02-08 Thread Sean Dockery
What do you mean when you say, "Tomcat creates an error report?" What exactly do you see? "Morten Mortensen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hi, > > Is it possible to avoid error reports? > > I have an application, where in some cases it is ap

Re: Connecting PostgreSQL with JNDI

2003-02-08 Thread Sean Dockery
In your web application's , you need a to specify that the global resource is accessible in a given context. Look at the example at the bottom of the page at... http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html#Resource %20Links -- Sean Dockery [EMAIL PROTECTED] Cert

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Sean Dockery
Here was the real message that should have been posted. The SMTP script that I included in my previous post apparently interacted with the gmane SMTP server (their NNTP service relayed my message to tomcat-user). "Sean Dockery" <[EMAIL PROTECTED]> wrote in message news:... >

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Sean Dockery
Oh, that's interesting. It seems that my inline SMTP script reacted with the gmane SMTP server. "Sean Dockery" <[EMAIL PROTECTED]> wrote in message b218r3$eea$[EMAIL PROTECTED]">news:b218r3$eea$[EMAIL PROTECTED]... > I'm running out of ideas. Maybe th

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Sean Dockery
I'm running out of ideas. Maybe the problem is with the SMTP connection... Put the following in a text file named commands.txt (without the tags)... HELO www.corridortechnology.com MAIL FROM:[EMAIL PROTECTED] RCPT TO:[EMAIL PROTECTED] RCPT TO:[EMAIL PROTECTED] DATA Subject: Re: SendMailServlet

Re: File upload servlet won't run on IBM AS/400 but runs OK on PC configured identically

2003-02-07 Thread Sean Dockery
t, what value does it say it is using for $CATALINA_TEMP? Try using that directory (instead of /tmp) for your file upload. Also, defaultFileRenamePolicy was initialized to be new DefaultFileRenamePolicy(), right? -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certif

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Sean Dockery
No. The content of "name" is the parameter name--not the name of your SMTP server. The content of "value" is the value of the parameter--that is, your SMTP server's name. Try this instead... mail.smtp.host mail.ctg.com -- Sean Dockery [EMAIL PROTECTED] Cer

Re: Can someone tell me please.........

2003-02-07 Thread Sean Dockery
Try setAttribute and getAttribute... "Steve Burrus" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Can someone tell me please just what the current methods are supposed to be for the deprecated "getValue()" and "setValue()" and there's some other method dealing

Re: JDBC Realm Authentication Problem

2003-02-07 Thread Sean Dockery
Yes, that is correct. To have a Realm apply only to a context, it must declared inside the context tags. So... becomes -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com "Geoff P

Re: SendMailServlet - problem, debugging tips

2003-02-07 Thread Sean Dockery
Did you restart Tomcat? "tomcat guy" <[EMAIL PROTECTED]> wrote in message 002b01c2cee1$7035c250$6601a8c0@ctg">news:002b01c2cee1$7035c250$6601a8c0@ctg... > It didn't seem to do the trick. This is gettin a little frustrating. I > wouldn't mind as the others are working but this is what I am looking

Re: servlet URL

2003-02-07 Thread Sean Dockery
to "see" other > servlets within the webapp, but today I think that access is limited. > > So, if you are in ServletA and want the URL to ServeltB, there's no obvious > way find that information. > > Regards, > > Will Hartung > ([EMAIL PROTECTED]) > >

Re: COMMUNICATION LINK FAILURE

2003-02-07 Thread Sean Dockery
Where is the database running? On another machine? Is there a firewall between you and the database? -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com "Laxmikanth M.S." <[EMAIL PROT

Re: servlet URL

2003-02-07 Thread Sean Dockery
HttpServlet.getServletName() would seem like the logical choice. -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com "Felipe Schnack" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECT

Re: question

2003-02-07 Thread Sean Dockery
/?page=features/junkmail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants

RE: Unwanted header when using Tomcat 3.2.4

2003-02-07 Thread Sean Dockery
=iso-8859-1 Servlet-Engine: Tomcat Web Server/3.2.4 (JSP 1.1; Servlet 2.2; Java 1.2.2; Windows NT 5.0 x86; java.vendor=Sun Microsystems Inc.) //18 lines of white - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

  1   2   >