IIS - Tomcat - SSL - Please Help

2004-06-28 Thread Apahce Tomact
I have an SSL certificate already installed on IIS and would like my web pages to be 
displayed in HTTPS mode using Tomcat.
 
What steps must I take to do this?
 
Thank you very much in advance.
 
Regards,
Rama



-
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.

Migrating from Tomcat4.1 to Weblogic 8.1

2004-04-01 Thread Apahce Tomact

Hi All,

 

I want to migrate web application which running on Apache 2 and Tomcat4.1.24 to 
Weblogic8.1. 

 

If any have any docs or links regarding migration from Tomcat4 to Weblogic, Please 
reply . 

 

Your help will be greatly appreciated.

 

Regards,

Rama


Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam

Re: Apache as Service on Linux - Help

2004-03-08 Thread Apahce Tomact
Hi Doug,
 
Thank you very much for your info.
 
Regards,
Rama

Parsons Technical Services <[EMAIL PROTECTED]> wrote:
Rama,

What Mathew is talking about is that Linux does not have services as windows
does. I think that the term you need to search for is daemon. Or google for
run Tomcat daemon.

Tomcat 5 has instructions for this on the setup page. I don't know if this
can be applied to TC4.
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/setup.html

Hope this helps.

Doug
www.parsonstechnical.com

- Original Message ----- 
From: "Apahce Tomact" 
To: "Tomcat Users List" ;

Sent: Monday, March 08, 2004 10:27 AM
Subject: Re: Apache as Service on Linux - Help


> Mathew,
>
> Yes. I want to run Apache and Tomcat as servcices.
>
> Thanks,
> Rama
>
> Mathew wrote:
> As service in Linux ?? In NT U can do that
>
> > Hi All,
> >
> >
> > Is there any way to install Apache2 and Tomcat4 as service on Linux? If
> > so, please advise me. Your help is greatly appreciated.
> >
> >
> >
> > Regards,
> > Rama
> >
> >
> >
> > -
> > Do you Yahoo!?
> > Yahoo! Search - Find what you're looking for faster.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> Do you Yahoo!?
> Yahoo! Search - Find what you're looking for faster.



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


-
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.

Re: Apache as Service on Linux - Help

2004-03-08 Thread Apahce Tomact
Mathew,
 
Yes. I want to run Apache and Tomcat as servcices.
 
Thanks,
Rama

Mathew <[EMAIL PROTECTED]> wrote:
As service in Linux ?? In NT U can do that

> Hi All,
>
>
> Is there any way to install Apache2 and Tomcat4 as service on Linux? If
> so, please advise me. Your help is greatly appreciated.
>
>
>
> Regards,
> Rama
>
>
>
> -
> Do you Yahoo!?
> Yahoo! Search - Find what you’re looking for faster.


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


-
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.

Apache as Service on Linux - Help

2004-03-05 Thread Apahce Tomact
Hi All,
 

Is there any way to install Apache2 and Tomcat4 as service on Linux? If so, please 
advise me. Your help is greatly appreciated.

 

Regards,
Rama
 


-
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.

URL Rewrite - Please Help

2004-02-10 Thread Apahce Tomact
Hi,
 
I am Using HTTPSession to store the user_id and session_id to validate the session. I 
want to make web site should work even if client browser disables the cookies (Does 
not allow the cookies).
 
For this I am using URLRewrite i.e.. appending jsessionid in to the URL in the form 
tag. 
 
This is showing the jsessionid in Browser URL (Browser Address bar)
 
Is there any way to Hide jsessionid in the URL (Browser Address bar) ?
 
Using Apache2, mod_jk2 and Tomcat4.1.24.
 
If you have any better way of doing this, please advise me.
 
Your help is greatly appreciated.
 
Thanks,
Rama 



-
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online

URL Rewrite Issue Help

2004-02-09 Thread Apahce Tomact
Hi,

I am Using HTTPSession to store the user_id and session_id to validate the session. I 
want to make web site should work even if client browser disables the cookies (Does 
not allow the cookies).
 
For this I am using URLRewrite i.e.. appending jsessionid in to the URL in the form 
tag. This is showing the jsessionid in Browser URL (Browser Address bar)

Is there any way to Hide jsessionid in the URL (Browser Address bar) ?

Using Apache2, mod_jk2 and  Tomcat4.1.24.
 
If you have any better way of doing this, please advise me.

Your help is greatly appreciated.

Thanks,
Rama 


-
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online

Re: Apache2, Mod_jk2 and Tomcat 4 on Linux - Help

2004-02-03 Thread Apahce Tomact
Hi,
 
Thanks for your reply.
 
I need to have connector. I have installed Apache and Tomcat on Linux and 
independently they are working but failing when tried to load the mod_jk2 module.
 
Regards,
Rama

Josh Rehman <[EMAIL PROTECTED]> wrote:
There are lots of resources on the net. Do a search. I don't have any 
links handy or I'd post 'em.

One word of advice: avoid installing a unique tomcat user. Just install 
it as your user name and not as root. As you develop and start/stop 
tomcat, log files and other things are generated with your UID. This 
essentially prevents you from using that special tomcat user anyway, so 
may as well avoid it.

chown -R user:user $CATALINA_HOME
chmod -R g+rwx user:user $CATALINA_HOME

is your friend. :)

(In production, having a tomcat user is a Good Idea - but not for 
development IMHO)

I don't know about the connector stuff. However, I do know that it is 
hard to integrate tomcat with the whole runlevel service thing while 
having it integrated with Apache. But then, I haven't spent serious time 
on that. I run tomcat stand-alone mostly. I would consider running with 
apache and a connector to be an "advanced topic" and I am certainly not 
advanced. Yet.

Apahce Tomact wrote:

>Hi,
> 
>I want to configure Apache2, Mod_jk2 and Tomcat 4 on Linux. If any body
>has any procedure, Please send me.
> 
>I have done this in Windows environment successfully and Struggling to
>configure on Linux.
> 
>Your help is greatly appreciated.
> 
>Regards,
>Rama.
>
>
>-
>Do you Yahoo!?
>Yahoo! SiteBuilder - Free web site building tool. Try it!
>
> 
>


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


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!

Re: Apache2, Mod_jk2 and Tomcat 4 on Linux - Help

2004-02-03 Thread Apahce Tomact
Hi Francois,
 
Thank you very much for your help.
 
I am trying to configure mod_jk2. Do you have any procedure for it.
 
Regards,
Rama

Francois Masson <[EMAIL PROTECTED]> wrote:

Hi,

I did an installation on Fedora, with Apache2, Tomcat 4.1.29 and mod_jk 
1.2. You can access the installation journal at 
http://www.javateria.net/fedora/index.php.

Regards,
Francois


Apahce Tomact wrote:

>Hi,
> 
>I want to configure Apache2, Mod_jk2 and Tomcat 4 on Linux. If any body has any 
>procedure, Please send me.
> 
>I have done this in Windows environment successfully and Struggling to configure on 
>Linux.
> 
>Your help is greatly appreciated.
> 
>Regards,
>Rama.
>
>
>-
>Do you Yahoo!?
>Yahoo! SiteBuilder - Free web site building tool. Try it!
> 
>



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


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!

Apache2, Mod_jk2 and Tomcat 4 on Linux - Help

2004-02-03 Thread Apahce Tomact
Hi,
 
I want to configure Apache2, Mod_jk2 and Tomcat 4 on Linux. If any body has any 
procedure, Please send me.
 
I have done this in Windows environment successfully and Struggling to configure on 
Linux.
 
Your help is greatly appreciated.
 
Regards,
Rama.


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!