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 -
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
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
>
>
>>
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
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
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.
>
>
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