Alias in tomcat

2004-02-09 Thread Alex Korneyev
Hello,

 In apache there is a directive Alias


 
Alias /users/ "c:/somedirectory/"


Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all




which basically says that any requests that start with /users/ are
based out of that directory.

now, my  workers.properties for mod_jk2 has a mapping


[uri:/*]
worker=ajp13:localhost:8009


it HAS to be this way. So, in tomcat, can i do the same thing as Alias
in apache?

alex k.
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Defining alias in Tomcat

2003-11-10 Thread Armenio Pinto
Hi there, how can I define alias to directories in Tomcat 3.2.1 (like in
Apache)? Thanks in advance,

Arménio Pinto


Help with Alias in Tomcat 4.0.2

2002-01-28 Thread Renato

Hi all,

I'm setting Tomcat 4.0.2 with multiple hosts. The tag "" doesn't 
seem to work as it should ( it works in Tomcat 3.3 ). The syntax I'm using 
is:
 
 
 
 
 

Is it correct for Tomcat 4.0 ? Or should I create a Host entry for each 
domain ?

Thanks
Renato 

--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Tomcat alias in tomcat standalone SSL

2001-02-07 Thread Barbara Nelson

I'm trying to integrate Tomcat 3.2.1 with my application, and have modified
the implementation of SSLSocketFactory to use my keystore and trust manager.
I have a certificate in my keystore, but it has a different alias (not
tomcat) and I cannot change the alias.

Where in the tomcat source code does it specify that it will use the
'tomcat' alias for its SSL certificate? Can I change it? (I am assuming that
it uses the alias tomcat because the instructions for generating the
certificate for tomcat specifies that you should give it the alias tomcat.)

Many thanks,

Barbara Nelson.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Help with Alias in Tomcat 4.0.2

2002-01-28 Thread Ozzie Gurkan

I believe the syntax is as follows,
www.site1.com
wap.site1.com
and that works for me.

Ozzie

- Original Message -
From: "Renato" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 28, 2002 2:13 PM
Subject: Help with Alias in Tomcat 4.0.2


> Hi all,
>
> I'm setting Tomcat 4.0.2 with multiple hosts. The tag "" doesn't
> seem to work as it should ( it works in Tomcat 3.3 ). The syntax I'm using
> is:
>  
>  
>  
>   debug="0" crossContext="false" reloadable="true" />
>  
>
> Is it correct for Tomcat 4.0 ? Or should I create a Host entry for each
> domain ?
>
> Thanks
> Renato
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: Help with Alias in Tomcat 4.0.2

2002-01-28 Thread Patrick Roumanoff

>  

>  

>  

>   debug="0" crossContext="false" reloadable="true" />

>  

As far as I can understand, the syntax for aliasing is

www.site1.com
wap.site1.com

see documentation:
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/host.html#Host%20Name%20Aliases

hope this help

pkr

--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: Tomcat alias in tomcat standalone SSL

2001-02-07 Thread Pete Ehli

Have you at least tried to use your certificate? if yes what errors are you
getting?. It's easy to generate your own .keystore file using JSSE if your
cert will not work.
-- Pete --
- Original Message -
From: "Barbara Nelson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 07, 2001 5:36 PM
Subject: Tomcat alias in tomcat standalone SSL


> I'm trying to integrate Tomcat 3.2.1 with my application, and have
modified
> the implementation of SSLSocketFactory to use my keystore and trust
manager.
> I have a certificate in my keystore, but it has a different alias (not
> tomcat) and I cannot change the alias.
>
> Where in the tomcat source code does it specify that it will use the
> 'tomcat' alias for its SSL certificate? Can I change it? (I am assuming
that
> it uses the alias tomcat because the instructions for generating the
> certificate for tomcat specifies that you should give it the alias
tomcat.)
>
> Many thanks,
>
> Barbara Nelson.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]