RE: changing ROOT context

2002-09-23 Thread Rutledge, Aaron
home. -Mensaje original- De: Rutledge, Aaron [mailto:[EMAIL PROTECTED]] Enviado el: lunes, 23 de septiembre de 2002 10:48 Para: Tomcat Users List (E-mail) Asunto: changing ROOT context I am simply trying to change the ROOT context from /ROOT to /mydirectory and I have been up all night doing it. I

changing ROOT context

2002-09-23 Thread Rutledge, Aaron
I am simply trying to change the ROOT context from /ROOT to /mydirectory and I have been up all night doing it. I have changed server.xml from... to... and the default home page still went to /ROOT. After much frustration I thought I could perhaps live with my ap being

TomCat network authentication in Windows Domain

2002-09-09 Thread Rutledge, Aaron
Hi List, I have run in to a problem that I can't track down. In my intranet application I can't get a servlet to retreive any file system objects that do not have read-only access for everyone even though the same code allows me to access these objects using the same JVM on the same machin

trouble creating file object

2002-09-06 Thread Rutledge, Aaron
Hello List, I am simply trying to browse a file server for a list of filenames with the following JSP snipit below. For some reason, It is returning null for the listfiles() method. I know there are files in the directory and when I run the same piece of code inside of a main() from the

SOCKS and Tomcat

2002-08-13 Thread Rutledge, Aaron
Sorry list, I'm trying this again. It got quickly buried last time, and I just KNOW someone out there has run into this configuration problem before. Plus, I really have nowhere else to look--I've checked every other resource I can think of. I am trying to use Tomcat behind a SOCKS firewall. I

Tomcat and SOCKS proxy server

2002-08-12 Thread Rutledge, Aaron
I am trying to use Tomcat behind a SOCKS firewall. I have a servlet that is trying to access information outside the application context and I am getting the following exceptions java.net.NoRouteToHostException: No route to host: connect at java.net.PlainSocketImpl.socketConnect(Nati

Tomcat and SOCKS

2002-08-08 Thread Rutledge, Aaron
Hello, I am trying to get Tomcat working with a SOCKS firewall. Can this be done? I tried setting it like this... TOMCAT_OPTS=-DproxySet=true -DproxyHost= -DproxyPort=1080 ..without luck. Anyone been able to get this going? This was the only reference I've been able to find on getting T

RE: adding a virtual directory

2002-08-02 Thread Rutledge, Aaron
this. It looks for a *.jsp in the URL. See $CATALINA_HOME/conf/web.xml and source code for org.apache.jasper.servlet.JspServlet for more details RS "Rutledge, Aaron" &l

RE: adding a virtual directory

2002-08-02 Thread Rutledge, Aaron
Thanks! Very informative. -Original Message- From: Will Hartung [mailto:[EMAIL PROTECTED]] Sent: Friday, August 02, 2002 5:37 PM To: Tomcat Users List Subject: Re: adding a virtual directory > From: "Rutledge, Aaron" <[EMAIL PROTECTED]> > Sent: Friday, A

RE: adding a virtual directory

2002-08-02 Thread Rutledge, Aaron
shared destination directory. Ofcourse you could run into a few problems if "my_ap" is the Context and "my_dir" isn't under "my_ap". RS "Rutledge, Aaron" <[EMAIL PROTECTED]>

adding a virtual directory

2002-08-02 Thread Rutledge, Aaron
I'm sorry for this very basic question, but I can't find an answer anywhere. Within my web application I would like to map everything requested from one directory (such as http://my.com/my_ap/my_dir) to another directory located on another server (mapped like \\Server_name\directory\my_static_con

RE: Multiple HttpServletRequest objects

2002-07-24 Thread Rutledge, Aaron
: Wednesday, July 24, 2002 3:33 PM To: Tomcat Users List Subject: Re: Multiple HttpServletRequest objects On Wed, 24 Jul 2002, Rutledge, Aaron wrote: > Date: Wed, 24 Jul 2002 15:04:52 -0600 > From: "Rutledge, Aaron" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMA

Multiple HttpServletRequest objects

2002-07-24 Thread Rutledge, Aaron
Is it possible to have more than one HttpServletRequest object per session? I am trying to store a request from one form as a session object, process an intermediary form, and then pass the original request to a servlet. I have a couple clunky ways of doing this (having the servlet write a hidde

RE: applet jars

2002-07-15 Thread Rutledge, Aaron
under /mywebapp/applets, for example /mywebapp/applets/myApplet.jar. Then your web page would have something like Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Rutledge, Aaron [mailto:[EMAIL PROTECTED]] >Sent: Monday, July 15, 2002 1:33 PM >To: Tomcat U

RE: applet jars

2002-07-15 Thread Rutledge, Aaron
e Applet runs in the user's browser, not in tomcat. Nick On Monday, July 15, 2002, at 12:32 PM, Rutledge, Aaron wrote: > Hello list, > I have been trying to embed a simple applet in a web page and keep > getting a ClassNotFoundException. However, I have placed the jars in my >

applet jars

2002-07-15 Thread Rutledge, Aaron
Hello list, I have been trying to embed a simple applet in a web page and keep getting a ClassNotFoundException. However, I have placed the jars in my webservers CLASSPATH and I am able to launch (non-applet) applications contained in the JAR succesfully form the server. I am wondering if I

RE: forcing SSL

2002-05-23 Thread Rutledge, Aaron
THANK YOU! -Original Message- From: Ingo Bruell [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 1:03 PM To: Tomcat Users List Subject: Re: forcing SSL Hi, RA> I'm trying to clear one last hurdle on this whole SSL thing. How RA> exactly do I force a certain page to require h

forcing SSL

2002-05-23 Thread Rutledge, Aaron
I'm trying to clear one last hurdle on this whole SSL thing. How exactly do I force a certain page to require https protocol? The How-To on SSL (which I have just about memorized at this point) states... "Any pages which absolutely require a secure connection should check the protocol type ass

RE: Enabling SSL in tomcat--specific questions

2002-05-23 Thread Rutledge, Aaron
bling SSL in tomcat--specific questions On 05/23 03:14 "Rutledge, Aaron" wrote: > If I am able to create a .keyfile, do I have JSSE installed correctly? I use JDK1.4 and Tomcat 4.0.3; it was all I needed to get SSL running. (And the .keystore file, of course, in the root's ho

Enabling SSL in tomcat--specific questions

2002-05-22 Thread Rutledge, Aaron
ight anyone can give. If I could just ask someone who has set this up before a couple questions I would be extremely grateful! Regards, Aaron -Original Message- From: Rutledge, Aaron Sent: Wednesday, May 22, 2002 7:21 AM To: Tomcat Users List Subject: RE: Enabling SSL in tomcat He

RE: Enabling SSL in tomcat

2002-05-22 Thread Rutledge, Aaron
I guess I'll try this one more time. Last time I posted it quickly got burried. Any help would be greatly appreciated and would contribute greatly to my mental health! Regards, Aaron -Original Message- From: Rutledge, Aaron Sent: Wednesday, May 22, 2002 7:21 AM To: Tomcat Users

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Rutledge, Aaron
a new session. When I say that the session times out, a check reveals that there is an entirely new session value set when I try to click something in the original page. This happens on all dev computers, running all different versions of Internet Explorer. -Original Message- From: Rutledge,

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Rutledge, Aaron
What do you mean "the session times out"? Are you testing for session variables and the session expires after this page loads on localhost, but not from another browser on another machine? Or, does your page never load? I assume the page loaded in the new window is a JSP or Servlet generated. W

RE: Enabling SSL in tomcat

2002-05-22 Thread Rutledge, Aaron
Hello, I keep seeing the topic of SSL configuration come up, but I have yet heard anyone with a simmilar problem as mine. I am surprised this can be so problematic since it seems so straight forward. I tried using Joaquin's example and got the same exception... StandardWrapperValve[jsp]:

RE: Doubts on SSL configuration.???

2002-05-20 Thread Rutledge, Aaron
r.xml file you will see that there is a section commented out that is a sample for doing this. Aaron -Original Message- From: Mike Jackson [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 4:26 PM To: Rutledge, Aaron Subject: RE: Doubts on SSL configuration.??? You really don'

RE: Doubts on SSL configuration.???

2002-05-20 Thread Rutledge, Aaron
mod_jk, and JSSE on Win32 for you. And I will provide the sample applications and configurations you need for those needs. Interesting? Send me an email. Pae - Original Message ----- From: "Rutledge, Aaron" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROT

RE: Doubts on SSL configuration.???

2002-05-20 Thread Rutledge, Aaron
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html I'm not sure if you've found this article or not. On first run-through it appears to be the "Idiot's Guide to SSL", but I am still having problems. I configured my Tomcat exactly like it is explained and now I get a java.lang.Illeg

RE: SSL Exception

2002-05-17 Thread Rutledge, Aaron
, I do not see any exception related to that. Pae - Original Message - From: "Rutledge, Aaron" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 17, 2002 3:58 PM Subject: SSL Exception Hello List, I am trying to configure SSL for Tomacat(4.0.1). I

SSL Exception

2002-05-17 Thread Rutledge, Aaron
Hello List, I am trying to configure SSL for Tomacat(4.0.1). I am using jdk 1.3.1_02 and jsse-1_0_2. I followed the instruction to the tee as explained at http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html Anyway, I am hoping someone might help me narrow down my problem. WHat co