Context question

2005-01-14 Thread Hollerman Geralyn M
I was recently given a new application to maitain. It uses Tomcat 5.0.16 and an Oracle database. I have used various versions of Tomcat to work with applications on two other kinds of databases, one of which uses DBCP, so I am somewhat familiar with the needed parameters and went to the Tomcat

Re: Context question

2005-01-14 Thread Parsons Technical Services
PM Subject: Context question I was recently given a new application to maitain. It uses Tomcat 5.0.16 and an Oracle database. I have used various versions of Tomcat to work with applications on two other kinds of databases, one of which uses DBCP, so I am somewhat familiar with the needed

JNDI Environment context question

2004-12-16 Thread D. Stimits
I'm using tomcat 5.0.30, and trying to learn a bit more about JNDI. The sample config comes with a simpleValue variable set to 30, using an Environment tag in conf/server.xml. According to the docs I've found, this should make it available to all web apps via

Redirection and Context Question

2004-07-08 Thread Worley Brent - bworle
I'm trying to do a redirection using Javascript on Tomcat 5.0.24 (standalone, no apache server). The code redirects index.html to login.htm. Here is what I have: script language=JavaScript location.replace('login.htm'); /script When I do this, it appears to go into a near-endless loop

SECOND TRY: Redirection and Context Question

2004-07-08 Thread Worley Brent - bworle
I'm trying to do a redirection using Javascript on Tomcat 5.0.24 (standalone, no apache server). The code redirects index.html to login.htm. Here is what I have: script language=JavaScript location.replace('login.htm'); /script When I do this, it appears to go into a near-endless loop

Re: JK2 uri context question

2004-05-18 Thread Nikola Milutinovic
Jack Lauman wrote: I have a site where users enter the members area through a URL like this: http://www.domain.com/members/minutes.jsp My workers2.properties file [uri:/minutes/*] group:ajp13:localhost:8009 How do you remap the members directory so that jk2 know that it point to a tomcat app

Re: JK2 uri context question

2004-05-18 Thread Jack Lauman
Here's a more detailed description of the problem: Apache 2.0.49 site 'www.domain.com' has a subdirectory called 'members'. Users entering this directory are authenticated using .htaccess. The index.html file in the 'members' directory has a hyperlink to a webapp called 'minutes'

JK2 uri context question

2004-05-17 Thread Jack Lauman
I have a site where users enter the members area through a URL like this: http://www.domain.com/members/minutes.jsp My workers2.properties file [uri:/minutes/*] group:ajp13:localhost:8009 How do you remap the members directory so that jk2 know that it point to a tomcat app called minutes in the

Quick context question.

2004-01-21 Thread Rick Szeto
Hi, Does Tomcat 5 allow starting, stopping and/or restarting of a context without affecting the other contexts of the same webapp? Also, can a context be stopped or restarted gracefully(ie keep running until all of the sessions are dead)? Thanks, Rick Szeto

Re: Quick context question.

2004-01-21 Thread Daniel Gibby
Your question seems a little confusing to me, because a context is the same thing as a webapp in my opinion. If I have multiple contexts, I consider them multiple webapps. Are you saying that your webapp is whatever it is that you put on the tomcat server that didn't come with it? Those are

workers2 context question

2003-03-30 Thread Richard Anderson
In the workers2.properties file why must the path specified in the [uri:] be equal to the context path? [uri:/ccpd.foo.edu/*] info=dir ccpd context=/ccpd.foo.edu ---desired version--- [uri:/ccpd/*] info=dir ccpd context=/ccpd.foo.edu -or even better, a virtual host-

form authentication/ Context question

2003-02-18 Thread Barley
I have form-based authentication set up far enough that if I request a protected resource, Tomcat redirects me to the login page. When I submit the login page to j_security_check, Tomcat gives me this 500 error: No Context configured to process this request The server encountered an internal

RE: simple context question for tomcat

2002-03-15 Thread Jeff Prideaux
to the same place. The problem is in my development environment (which I am not familiar with configuring subdomains or contexts...). -Original Message- From: Chris Novak [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 6:52 PM To: Tomcat Users List Subject: RE: simple context question

simple context question for tomcat

2002-03-14 Thread Jeff Prideaux
In my development environment, for my myapp web-app, I'm doing the following jsp:include page=/commmon/header.jsp flush=true/ and it finds the file just fine. header.jsp is in the common directory under the myapp webapp. Although, if I use an anchor a href=/common/header.jsptest/a it

RE: simple context question for tomcat

2002-03-14 Thread Chris Novak
:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 2:58 PM To: tomcat user Subject: simple context question for tomcat In my development environment, for my myapp web-app, I'm doing the following jsp:include page=/commmon/header.jsp flush=true/ and it finds the file just fine. header.jsp