Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-4) was last changed on 05-Sep-2016 14:16 by BlakeMcBride

This page was created on 02-May-2011 21:13 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 76 changed 3 lines
{{{
cd webapps/ROOT
mv index.html manage.html}}}
First, the application __cannot__ be under the {{webapps}} directory. It needs to be moved to a different location.
At line 80 changed one line
Create an index.html page in that directory with the following:
Edit {{conf/server.xml}} as follows. Just prior to the line with {{</Host>}}, add the following:
At line 83 changed 7 lines
<html>
<head>
<meta http-equiv="refresh" content="0;URL=http:myapp/">
</head>
<body>
</body>
</html>
<Context path="" docBase="/home/arahant/myapplication">
<WatchedResource>WEB-INF/web.xml</WatchedResource>
</Context>
At line 92 removed 7 lines
Make sure to change "myapp" in the above XML.
You can still access tomcat manager with {{{http://mydomain/manage.html}}}
If you also switch to https you must use the whole URL. You can, however,
auto-forward to the HTTP address and then have tomcat switch to HTTPS.
Version Date Modified Size Author Changes ... Change note
4 05-Sep-2016 14:16 2.564 kB BlakeMcBride to previous
3 24-Aug-2015 07:44 2.724 kB BlakeMcBride to previous | to last
2 16-Aug-2011 22:25 2.716 kB BlakeMcBride to previous | to last
1 02-May-2011 21:13 2.716 kB UnknownAuthor to last
« This page (revision-4) was last changed on 05-Sep-2016 14:16 by BlakeMcBride