Hello,
i have many projects in tomcat webapps folder. say my webapps has project1.war and proejct1 folder, project2.war and project2 folder i have also created subdomain proejct1.mydomain.com and project2.mydomain.com and redirected to respective folder so when i type project1.mydomain.com in url, browser automatically goes to project1 but the url now shows my droplet/project1 my requirement is that the url should show project1.mydomain.com
my apache conf file is
<VirtualHost *:80>
ProxyPreserveHost On
# this will pass all the requests from httpd to tomcat7
ProxyPass / ajp://localhost:8009/
ProxyPassReverse / ajp://localhost:8009/
</VirtualHost>
my tomcat server.xml
<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true">
</Host>
how can i achieve this
Thanks and Regards, Pranav C Lunavat
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
