Category: ASP
Create Tomcat website on Mist
Setup Tomcat website:
- Find out the customer’s Domain name
- Create Webroot Folder on Mist named as the Domain name, the path is D:Websites{DOMAIN_NAME}
- Create an IIS FTP site to point to webroot created above. Need customers required FTP username and password for this.
- Create new virtual host XML Node in server.xml, Add after the other XML nodes, BEFORE the tag. The path to server.xml is D:apache-tomcat-5.5.20confserver.xml.
- Restart Tomcat service. Right-click on My Computer/Manage/Services and Applications. Choose services, then Restart service called “Apache Tomcat Tomcat”
- Point the customer’s domain name or a hyve temporary domain name via name servers to the IP Address 66.70.70.55
- Test my creating index.jsp in the web root with the following code and hit in a browser.
<%="It works"%>
- Setup New Database and user in MySQL (If required)
- /Start/Programs/Mysql administrator. Click Catalogs, Create new schema.
- User administration/Create new User, add details. Need required Database username and password from the customer for this.
- Run scripts on behalf of the customer in /Start/Programs/Mysql Query Browser
Tomcat