Tag: linux
-
Apache CXF Linux Deployment
A short reminder of small issues I had with deploying Apache CXF web service I built on linux server (CentOS in my case): yum install tomcat5 went really well 🙂 and then I had to add webapps and manager packages with separate commands. tomcat5 package depends on jdk-1.4 so in case you haven’t already installed…