My requirements is how to configure *.cer in Tomcat's server.xml file.
You mean you want to set up a connector that uses SSL?
- Yes
Actually I don't want to use "keytool -import" command to import the
*.cer file into *.keystore file.
Any particular reason for your preference?
- The customer has
John Renne wrote:
On Jan 29, 2012, at 1:27 PM, André Warnier wrote:
Sorry to appear to pounce on you, but putting a element in server.xml
is discouraged, see here :
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html#Introduction
No offense taken
I am not myself an expert, so treat
On Jan 29, 2012, at 1:27 PM, André Warnier wrote:
>
> Sorry to appear to pounce on you, but putting a element in
> server.xml is discouraged, see here :
> http://tomcat.apache.org/tomcat-6.0-doc/config/context.html#Introduction
>
No offense taken
> I am not myself an expert, so treat this wi
On 29/01/2012 11:06, Pid wrote:
> On 29/01/2012 03:42, Caldarale, Charles R wrote:
>>> From: Dean Del Ponte [mailto:dean.delpo...@gmail.com] Subject:
>>> Tomcat 6 - How to make an application available at
>>> www.mydomain.com
>>
>>> How can I make this application available at
>>> "http://www.mydo
John Renne wrote:
On Jan 29, 2012, at 4:35 AM, Dean Del Ponte wrote:
I'm running tomcat 6 behind apache.
I currently have an application deployed as "myApplication" and it is
available at "http://www.mydomain.com/myApplication";.
How can I make this application available at "http://www.mydoma
> Thomas Rohde wrote:
>>
>> That is a good point. I will change my configuration to
>>
>>JkMount /myApplication/* tomcat
>>
> Actually, you need 2 lines to cover all :
>
> >JkMount /myApplication tomcat # for the index ?
> >JkMount /myApplication/* tomcat# for the res
On Jan 29, 2012, at 4:35 AM, Dean Del Ponte wrote:
> I'm running tomcat 6 behind apache.
>
> I currently have an application deployed as "myApplication" and it is
> available at "http://www.mydomain.com/myApplication";.
>
> How can I make this application available at "http://www.mydomain.com";
Thomas Rohde wrote:
That is a good point. I will change my configuration to
JkMount /myApplication/* tomcat
Actually, you need 2 lines to cover all :
>JkMount /myApplication tomcat # for the index ?
>JkMount /myApplication/* tomcat# for the rest
Or you can use th
> André Warnier wrote:
>> Thomas Rohde wrote:
I'm running tomcat 6 behind apache.
I currently have an application deployed as "myApplication" and it is
available at "http://www.mydomain.com/myApplication";.
How can I make this application available at "http://www.mydom
On 29/01/2012 03:42, Caldarale, Charles R wrote:
>> From: Dean Del Ponte [mailto:dean.delpo...@gmail.com]
>> Subject: Tomcat 6 - How to make an application available at www.mydomain.com
>
>> How can I make this application available at "http://www.mydomain.com";
>> without deploying it as ROOT.wa
On 29/01/2012 10:46, Borut Hadžialić wrote:
> Hi,
>
> the best way is to deploy your application to run inside tomcat
> without a context path - eg. to be available at http://localhost:8080/
> instead of http://localhost:8080/myApplication and use your apache
> reverse proxying / virtual host as i
> André Warnier wrote:
>> Thomas Rohde wrote:
I'm running tomcat 6 behind apache.
I currently have an application deployed as "myApplication" and it is
available at "http://www.mydomain.com/myApplication";.
How can I make this application available at "http://www.mydom
André Warnier wrote:
Thomas Rohde wrote:
I'm running tomcat 6 behind apache.
I currently have an application deployed as "myApplication" and it is
available at "http://www.mydomain.com/myApplication";.
How can I make this application available at "http://www.mydomain.com";
without deploying it
Thomas Rohde wrote:
I'm running tomcat 6 behind apache.
I currently have an application deployed as "myApplication" and it is
available at "http://www.mydomain.com/myApplication";.
How can I make this application available at "http://www.mydomain.com";
without deploying it as ROOT.war?
My serv
Just a small correction:
1. Make a file called
${catalina.base}/conf/Catalina/localhost/ROOT.xml that contains:
instead of
1. Make a file called
${catalina.base}/conf/Catalina/localhost.ROOT.xml that contains:
On 1/29/12, Borut Hadžialić wrote:
> Hi,
>
> the best way is to deploy your applicat
Hi,
the best way is to deploy your application to run inside tomcat
without a context path - eg. to be available at http://localhost:8080/
instead of http://localhost:8080/myApplication and use your apache
reverse proxying / virtual host as it is.
Trying to strip application context in virtual ho
> I'm running tomcat 6 behind apache.
>
> I currently have an application deployed as "myApplication" and it is
> available at "http://www.mydomain.com/myApplication";.
>
> How can I make this application available at "http://www.mydomain.com";
> without deploying it as ROOT.war?
>
> My server is r
17 matches
Mail list logo