Re: Securing Tomcat
stevewatts wrote:
>
> We have just had a security audit done and have been recommended to
> remove the sample jsp apps and the servelet examples.
>
> I've stopped them bost by renaming their respective folders in
> var/opt/novell/tomcat/webapps/.
>
> Is this a recommended way to do it, or should this be done more
> gracefully some other way?
rpm -qa |grep tomcat
Get the names of the rpms that have installed those files and then rpm
-e package-name
--
Cheers,
Edward
|