Hi all,
I post this trick if you need to modify the Web Application Name (the default is KEServer) from "KEServer" to "MyKEServer" (so the url become http://servername/MyKEServer/webvision instead of http://servername/KEServer/webvision), do the following steps:
- Rename the \KEServer\ directory name under \Tomcat 5.5\webapps\KEServer\ to whatever you choose.
- Likewise, you need to change the Advanced Options in the Server Details in Provision, you need to set the 'Web Application Name' to MyKEServer.
- You may also need to change the redirector in IIS to include these changes, or bypass IIS altogether and just use port 8080 to access, so http://servername:8080/MyKEServer/webvision
- Rename the KEServer.xml into myKEServer.xml in the C:\Programmi\Apache Software Foundation\Tomcat 5.5\conf\Catalina\localhost folder.
- Open the myKEServer.xml file and rename the path into ="/myKEServer".
That’s all.
Have a nice weekend!
Gabriele