Help with setting up aliases , it kind of works , but the getRealPath does not

2005-07-27 Thread Randy Paries
Hello I will try to be brief I am running apache 2, tomcat 5 I currently have this configuration /home/topdomain= www.topdomain.com /home/topdomain/subdomain1 = sub1.topdomain.com /home/topdomain/subdomain2 = sub2.topdomain.com under each subdomain i have users. ie

Re: help in setting up

2005-06-29 Thread ganesan malairaja
Technical Services [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: help in setting up Date: Wed, 29 Jun 2005 01:52:39 -0400 It depends: 5.5.x only needs JRE 5.0.x and earlier versions needs full JDK

RE: help in setting up

2005-06-29 Thread Venkat Radha Venkataramanan
: help in setting up hi guys i know that to settup tomcat , there no need for apache i wanna know what java i should use is it j2dk or j2ee because i saw some example that uses both.. i am going to run JSP to retrieve info from database i need guide on how to setup tomcat .. ie what java

help in setting up

2005-06-28 Thread ganesan malairaja
hi guys i know that to settup tomcat , there no need for apache i wanna know what java i should use is it j2dk or j2ee because i saw some example that uses both.. i am going to run JSP to retrieve info from database i need guide on how to setup tomcat .. ie what java version i shoud use.

Re: help in setting up

2005-06-28 Thread Richard Reyes
I use JDK. On 6/29/05, ganesan malairaja [EMAIL PROTECTED] wrote: hi guys i know that to settup tomcat , there no need for apache i wanna know what java i should use is it j2dk or j2ee because i saw some example that uses both.. i am going to run JSP to retrieve info from

Re: help in setting up

2005-06-28 Thread Parsons Technical Services
@jakarta.apache.org Sent: Tuesday, June 28, 2005 11:42 PM Subject: help in setting up hi guys i know that to settup tomcat , there no need for apache i wanna know what java i should use is it j2dk or j2ee because i saw some example that uses both.. i am going to run JSP to retrieve info

RE: Help/Examples setting up security settings

2005-06-15 Thread Gagnon, Joseph M \(US SSA\)
? Thanks, Joe -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 6:37 PM To: Tomcat Users List Subject: Re: Help/Examples setting up security settings As Mark indicated in another post, the first problem you need to resolve is how you

RE: Help/Examples setting up security settings2

2005-06-15 Thread Frank Zammetti
List Subject: Re: Help/Examples setting up security settings As Mark indicated in another post, the first problem you need to resolve is how you have installed your webapp. ROOT is itself a webapp, and although it might seem right that you want to put your webapp under it, that isn't the case

RE: Help/Examples setting up security settings2

2005-06-15 Thread Gagnon, Joseph M \(US SSA\)
See my comments/questions below. -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 11:37 AM To: tomcat-user@jakarta.apache.org Subject: RE: Help/Examples setting up security settings2 Although I don't think this is the source of your

RE: Help/Examples setting up security settings2

2005-06-15 Thread Gagnon, Joseph M \(US SSA\)
Let's try that again so that you can see it. See my comments/questions below. -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 11:37 AM To: tomcat-user@jakarta.apache.org Subject: RE: Help/Examples setting up security settings2 Although I

Re: Help/Examples setting up security settings2

2005-06-15 Thread Frank Zammetti
Although I don't think this is the source of your problem, it strikes me as odd to be protecting the root of your webapp when this is where the unprotected page are as well (i.e., login.jsp, login_error.html) [Gagnon, Joseph M] What can I say, I don't know much about what I'm doing. That is a

RE: Help/Examples setting up security settings2

2005-06-15 Thread Øyvind Johansen
on you login/error pages... Øyvind -Opprinnelig melding- Fra: Frank Zammetti [mailto:[EMAIL PROTECTED] Sendt: 15. juni 2005 17:37 Til: tomcat-user@jakarta.apache.org Emne: RE: Help/Examples setting up security settings2 Although I don't think this is the source of your problem

RE: Help/Examples setting up security settings2

2005-06-15 Thread Øyvind Johansen
on you login/error pages... Øyvind -Opprinnelig melding- Fra: Frank Zammetti [mailto:[EMAIL PROTECTED] Sendt: 15. juni 2005 17:37 Til: tomcat-user@jakarta.apache.org Emne: RE: Help/Examples setting up security settings2 Although I don't think this is the source of your problem

RE: Help/Examples setting up security settings

2005-06-15 Thread Frank W. Zammetti
, I would be prompted to provide and user name and password. Isn't that what's supposed to happen? Thanks, Joe -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 6:37 PM To: Tomcat Users List Subject: Re: Help/Examples setting up

RE: Help/Examples setting up security settings1

2005-06-15 Thread fzlists
List Subject: Re: Help/Examples setting up security settings As Mark indicated in another post, the first problem you need to resolve is how you have installed your webapp. ROOT is itself a webapp, and although it might seem right that you want to put your webapp under it, that isn't the case

RE: Help/Examples setting up security settings

2005-06-14 Thread Gagnon, Joseph M \(US SSA\)
:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 3:06 PM To: Tomcat Users List Cc: Tomcat Users List Subject: Re: Help/Examples setting up security settings Having just spent a couple of weeks integrating a new security framework into an existing app, a framework that works in concert with J2EE

RE: Help/Examples setting up security settings

2005-06-14 Thread Frank W. Zammetti
On Tue, June 14, 2005 9:26 am, Gagnon, Joseph M \(US SSA\) said: Very simple stuff. However, when I try to login (by loading the login.jsp page), I get the following error from Tomcat: HTTP Status 404 - /SPID_JSP/j_security_check

RE: Help/Examples setting up security settings

2005-06-14 Thread Gagnon, Joseph M \(US SSA\)
Subject: RE: Help/Examples setting up security settings On Tue, June 14, 2005 9:26 am, Gagnon, Joseph M \(US SSA\) said: Very simple stuff. However, when I try to login (by loading the login.jsp page), I get the following error from Tomcat: HTTP Status 404 - /SPID_JSP/j_security_check

Re: Help/Examples setting up security settings

2005-06-14 Thread Mark Thomas
Gagnon, Joseph M (US SSA) wrote: snip 2. I have placed a WEB-INF directory under my test application directory ([tomcat install dir]/webapps/ROOT/SPID_JSP) and put a web.xml file in it. (SPID_JSP is where the JSP and HTML files reside.) snip You will need to fix this before anything

Re: Help/Examples setting up security settings

2005-06-14 Thread Frank W. Zammetti
provided so far.) Thanks, Joe Gagnon -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 9:39 AM To: Gagnon, Joseph M (US SSA) Cc: Tomcat Users List Subject: RE: Help/Examples setting up security settings On Tue, June 14, 2005 9:26 am

Help/Examples setting up security settings

2005-06-13 Thread Gagnon, Joseph M \(US SSA\)
Hello, Does anyone have any examples of how to set up my deployment descriptor (web.xml in Tomcat 5.5.9) to do BASIC authentication (of any of the other methods, for that matter)? I've looked at various sources of information on the web (including some of Sun's sites), but have not yet found

Re: Help/Examples setting up security settings

2005-06-13 Thread Frank W. Zammetti
Having just spent a couple of weeks integrating a new security framework into an existing app, a framework that works in concert with J2EE security, let me see if I can help... Hang on, this is going to be a long post!... J2EE security (I *thimk* that's what it's called this week!) works with the

RE: [OT] Help/Examples setting up security settings

2005-06-13 Thread Caldarale, Charles R
From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Subject: Re: Help/Examples setting up security settings Having just spent a couple of weeks integrating a new security framework into an existing app, a framework that works in concert with J2EE security, let me see if I can help

RE: [OT] Help/Examples setting up security settings

2005-06-13 Thread Frank W. Zammetti
happy to do so. :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, June 13, 2005 3:45 pm, Caldarale, Charles R said: From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Subject: Re: Help/Examples setting up security settings Having just

Help on setting up tomcat paths properly

2004-09-22 Thread Shanti Priya
Hi !! I am using tomcat 4.1.18 version.Whenever i startup my tomcat it throws the following error .I have actually set up the paths properly. Plz go through the following 4 issues. 1---) My classpath(Env variables) is as below %CLASSPATH%;D:\tomcat\common\lib\tools.jar;

Re: Help on setting up tomcat paths properly

2004-09-22 Thread QM
On Wed, Sep 22, 2004 at 11:36:53AM +0530, Shanti Priya wrote: : I am using tomcat 4.1.18 version.Whenever i startup my : tomcat it throws the following error .I have actually set up the paths : properly. Plz go through the following 4 issues. : : : 1---) My classpath(Env

Help is setting up my First Servlet

2003-09-22 Thread Giri Gopal
Hello: I am new to JAVA and JSP. Last week with help from the post, I have tomact 5.0 installed and working. (side note: I can start tomcat only from startup cmd in the Bin folder). I cannot start from the GUI I get when I installed tomcat. Either way, it's working that's good news. I can run

RE: Help is setting up my First Servlet

2003-09-22 Thread Lon Palmer
-classorg.apache.jsp.empQBean/servlet-class will look to WEB-INF/classes/org/apache/jsp/empQBean.class Hope this helps... Lon Palmer -Original Message- From: Giri Gopal [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 10:03 AM To: Tomcat Users List Subject: Help is setting up my First

RE: Help is setting up my First Servlet

2003-09-22 Thread Giri Gopal
Hi Palmer: You are correct, It's my error. It is : 5.0\webapps\root\web-inf\classes\org\apache\jsp thanks -Original Message- From: Lon Palmer [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 9:16 AM To: Tomcat Users List Subject: RE: Help is setting up my First Servlet I

RE: Help on Setting Up Application

2001-12-10 Thread Guddu Kumar
url-pattern/*/url-pattern /servlet-mapping Hope this helps, Jim -Original Message- From: Guddu Kumar [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 4:23 PM To: Tomcat Users List Subject: Help on Setting Up Application Hi Jim Can u let me know

RE: Help on Setting Up Application

2001-12-07 Thread Jim Urban
-Original Message- From: Guddu Kumar [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 4:23 PM To: Tomcat Users List Subject: Help on Setting Up Application Hi Jim Can u let me know the changes in web.xml --- Guddu Kumar [EMAIL PROTECTED] wrote: Hi, I have to setup tomcat for an my

Help on Setting Up Application

2001-12-06 Thread Guddu Kumar
Hi, I have to setup tomcat for an my application. Basically i am using MVC2 Design pattern for the application. That means i have a Controlservlet which is to be called on every request. I have defined the context path in server.xml as path=/myapp and docbase=webapps/myapp. I have to put my

RE: Help on Setting Up Application

2001-12-06 Thread Jim Urban
Sounds like you need to set up servlet mapping in your context web.xml. Jim -Original Message- From: Guddu Kumar [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 1:51 PM To: [EMAIL PROTECTED] Subject: Help on Setting Up Application Hi, I have to setup tomcat for an my

Help on Setting Up Application

2001-12-06 Thread Guddu Kumar
Hi Jim Can u let me know the changes in web.xml --- Guddu Kumar [EMAIL PROTECTED] wrote: Hi, I have to setup tomcat for an my application. Basically i am using MVC2 Design pattern for the application. That means i have a Controlservlet which is to be called on every request. I have