美文网首页
花生壳配置服务器、路由器

花生壳配置服务器、路由器

作者: Aberstin | 来源:发表于2016-11-21 15:18 被阅读55次

一:先注册 花生壳账号 可获取 域名

http://www.oray.com/

image001.png

二:Tomcat配置

Service.xml
<Engine name="Catalina" defaultHost="aberstin.6655.la">
<Realm className="org.apache.catalina.realm.LockOutRealm">
<Realm className="org.apache.catalina.realm.UserDatabaseRealm"
resourceName="UserDatabase"/>
</Realm>
<Host name="aberstin.6655.la" appBase="webapps"
unpackWARs="true" autoDeploy="true">
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
prefix="localhost_access_log" suffix=".txt"
pattern="%h %l %u %t "%r" %s %b" />
</Host>
</Engine>

三:路由器配置

http://192.168.1.1


image005.png
image003.png

相关文章

网友评论

      本文标题:花生壳配置服务器、路由器

      本文链接:https://www.haomeiwen.com/subject/wveupttx.html