how to host webapp via https

2009-08-18 Thread Gagan Malik
Hi, I'm hosting a webapp on tomcat5 via http. I've simply copied the .war file to the webapps folder. How can I host this via https? I'm running tomcat5 on RHEL.. -- View this message in context: http://www.nabble.com/how-to-host-webapp-via-https-tp25034284p25034284.html Sent from the Tomcat -

Re: tomcat service public key

2009-08-18 Thread Gagan Malik
this didn't help.. Abhinav Shah wrote: > > vi /etc/ssh/sshd_config > AllowUsers tomcat > > Restart sshd service. > > > > Gagan Malik wrote: >> >> this is exactly the problem.. how do I generate a private/public key pair >> for

Re: R: tomcat service public key

2009-08-18 Thread Gagan Malik
em with the following steps: > > #Create the .ssh key directory > > mkdir /usr/share/tomcat5/.ssh > > #Assign ownership to tomcat > > chown tomcat /usr/share/tomcat5/.ssh > > I don't think further steps are necessary... > > Leandro > > >>

Re: tomcat service public key

2009-08-17 Thread Gagan Malik
this is exactly the problem.. how do I generate a private/public key pair for the user 'tomcat'.. Abhinav Shah wrote: > > Why don't you add the tomcat user to the ssh list of users.. > > Gagan Malik wrote: >> >> if logging in as tomcat was possible the

Re: tomcat service public key

2009-08-17 Thread Gagan Malik
ay to check is login as tomcat user on RHEL > box and then do a ssh to the svn server.. > > > Gagan Malik wrote: >> >> Hi, I'm a newbie to both tomcat and ssh and here's my problem: >> >> I have a web-app (Hudson) running on tomcat (ver 5). This Tomca

Re: tomcat service public key

2009-08-17 Thread Gagan Malik
Hi Rusty.. I'm quite sure this is not hudson related. Its more on how would any application running on tomcat use ssh.. Rusty Wright-2 wrote: > > I'd try the hudson mailing list; us...@hudson.dev.java.net and you'll > need to sign up first I'll bet. > >

tomcat service public key

2009-08-17 Thread Gagan Malik
Hi, I'm a newbie to both tomcat and ssh and here's my problem: I have a web-app (Hudson) running on tomcat (ver 5). This Tomcat runs as a service on RHEL box. Hudson triggers a custom 'ant' script to do a build which uses ssh to login to another server (svn server). The ant script runs perfectly