vagrantでstrutsを動してみよう♪

まずlibの権限変更
[vagrant@localhost apache-tomcat-8.5.33]$ sudo chmod 755 lib

strutsのjarファイルをtomcatのlibに移動する。
[vagrant@localhost struts-1.3.10]$ sudo mv lib/*.jar /opt/tomcat/apache-tomcat-8.5.33/lib

これでOKらしい。

続いて、appsのwarファイルをtomcatのwebappsに移動
mv apps/struts-examples-1.3.10.war /opt/tomcat/apache-tomcat-8.5.33/webapps

[vagrant@localhost webapps]$ ls
ROOT examples manager struts-examples-1.3.10.war
docs host-manager struts-examples-1.3.10

tomcat再起動
[vagrant@localhost webapps]$ sudo /opt/tomcat/apache-tomcat-8.5.33/bin/shutdown.sh
[vagrant@localhost struts-1.3.10]$ sudo /opt/tomcat/apache-tomcat-8.5.33/bin/startup.sh
Using CATALINA_BASE: /opt/tomcat/apache-tomcat-8.5.33
Using CATALINA_HOME: /opt/tomcat/apache-tomcat-8.5.33
Using CATALINA_TMPDIR: /opt/tomcat/apache-tomcat-8.5.33/temp
Using JRE_HOME: /usr
Using CLASSPATH: /opt/tomcat/apache-tomcat-8.5.33/bin/bootstrap.jar:/opt/tomcat/apache-tomcat-8.5.33/bin/tomcat-juli.jar
Tomcat started.

以下のURLを叩く
http://192.168.33.10:8080/struts-examples-1.3.10/welcome.do

うおおおおおおおおおおおおおおおおおおおおおおおおおおおおおお
なにこれ?????????????????????

動いたのは分かったが、framework触ってる気が全くしないぞ。。