Thanks for the tip, I will fix that, although I do not think that is the
cause of my problem as accessing each of the webapps by http redirects me
correctly.

Under each of the appBase I have index.html that redirects to the subfolder
of the application:

[EMAIL PROTECTED] www.domain1.com]# cat index.html
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
    <head>
    <title>Apache Tomcat</title>
 <meta http-equiv="refresh" content="0;
url=http://www.domain1.com/ExpenSysWT"; />
</head>
<body>
</body>
</html>

[EMAIL PROTECTED] www.domain1.com]# pwd
/usr/local/tomcat/webapps/www.expensys-ged.com

[EMAIL PROTECTED] www.domain1.com]# ll
total 10688
drwxr-xr-x 5 root root        4096 Jul 17 10:59 ExpenSysWT
-rw-r--r-- 1 root root    10907980 Jul 17 10:59 ExpenSysWT.war
-rw-r--r-- 1 root content      411 Jul 16 22:49 index.html
drwxr-xr-- 5 root content     4096 Jun 18 23:07 manager 



Przem

-----Original Message-----
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 19, 2007 2:08 PM
To: Tomcat Users List
Subject: RE: problems with IP based virtual hosting with multiple SSL
certificates and APR

> From: Przemyslaw Ceglowski [mailto:[EMAIL PROTECTED] 
> Subject: RE: problems with IP based virtual hosting with 
> multiple SSL certificates and APR
> 
> Although I do not think I have something wrong in it

For one thing, placing <Context> elements in server.xml is strongly
discouraged these days.  These are supposed to go in either
META-INF/context.xml of each webapp or
conf/Catalina/[host]/[appname].xml.

> <Context path="" docBase="" debug="1"/>

I have no idea what a docBase attribute of an empty string is supposed
to do.

What actually exists under each of your appBase directories?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to