|
ToDo:
|
仕事がたーくさん溜まっているので出勤です。
Oracle XEとPort8080がバッティングしているのでJBoss側を変更する。
conf\bindingservice.beans\META-INF\bindings-jboss-beans.xml
<bean class="org.jboss.services.binding.ServiceBindingMetadata">
<property name="serviceName">jboss.web:service=WebServer</property>
<property name="bindingName">HttpConnector</property>
<property name="port">8088</property>
<property name="description">JBoss Web HTTP connector socket; also drives the values for the HTTPS and AJP sockets</property>
</bean>