hi,
i wish to configure the
tomcat manager application and i encounter issue.
bin/tomcat-users.xml is:
<role rolename="admin"/>
<role rolename="admin-gui"/>
<role rolename="manager-gui"/>
<user username="tomcat" password="tomcat" roles="admin,admin-gui,manager-gui" />
server.xml
<Host name="www.ousor.com" appBase="webapps" unpackWAR="true" autoDeploy="true">
www.ousor.com ->192.168.77.142
conf/Catalina/www.ousor.com/manager.xml
<Context privileged="true" docBase="/root/apache-tomcat-7.0.61/webapps"
<Valva className="org.apache.catalina.valves.RemoteAddrValve"
allow="192\.168\.77\142" />
>
http://www.ousor.com:8080 is working but when i try to click on manager application button i receive error.
the same error if i try
http://www.ousor.com:8080/manager/html
when i deploy an war file let`s say under /u directory,by command line,first i copy it under webapp directory and then i copy from here to /u directory.
if i copy war file directly under /u then no expanded directory will be.
is there other way to deploy by command line a war file under /u?
thans,
marius