Directory problem

2002-01-25 Thread JBrawner
I am running Tomcat 4 standalone. Currently, I have my website running with a base directory called Brawner. Therefore, to access my site you have to use the following URL... http://localhost/Brawner/ I need it to work off the root directory like the following... http://localhost/ Is there a

Re: Directory problem

2002-01-25 Thread Craig R. McClanahan
On Fri, 25 Jan 2002 [EMAIL PROTECTED] wrote: Date: Fri, 25 Jan 2002 12:52:13 -0500 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Directory problem I am running Tomcat 4 standalone. Currently, I have my website running with a base

RE: Directory problem

2002-01-25 Thread Robert Winningham
You can remove (or rename) the $TOMCAT_HOME/webapps/ROOT directory, and then move the contents of Brawner into $TOMCAT_HOME/webapps/ROOT. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 11:52 AM To: [EMAIL PROTECTED] Subject: Directory

Re: [tomcat 4.1dev] Starting in another directory problem

2002-01-20 Thread ???
:12 PM Subject: [tomcat 4.1dev] Starting in another directory problem Hi, I'm having problem starting Tomcat 4.1dev (i.e. latest nightly build 18/1/2002) when I use catalina.base to start it from another directory. It works fine with Tomcat 4.0, Tomcat 4.0.1 and Tomcat 4.0.2b2

[tomcat 4.1dev] Starting in another directory problem

2002-01-19 Thread Vincent Massol
Hi, I'm having problem starting Tomcat 4.1dev (i.e. latest nightly build 18/1/2002) when I use catalina.base to start it from another directory. It works fine with Tomcat 4.0, Tomcat 4.0.1 and Tomcat 4.0.2b2 but _not_ with Tomcat 4.1dev. The error is attached. Here's my start script :

RE: Directory problem

2000-11-30 Thread Saurabh Shukla
You have add a few things in your server.xml like specifying the Doc base for a context. Have you done that ? Shuklix -Original Message- From: Neil Aggarwal [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 30, 2000 5:54 AM To: [EMAIL PROTECTED] Subject: Directory problem Hello

Directory problem

2000-11-29 Thread Neil Aggarwal
Hello: I am trying to use tomcat with apache and am having a problem with my virtual host directory. In my httpd.conf file, I added index.jsp to my listing of index files: DirectoryIndex index.jsp index.php index.html index.htm index.shtml index.cgi I also have the following virtual host