ibm was - IBM Liberty issue -
an architect having issues bringing liberty up. currently, individual running server on local computer , want move shared server. when tries deploy simple “helloworld” it’s failing , receiving error “context root not found”. not sure set in server.xml file have wlp recognize application. have odm 8.5 on mainframe. thinks might if saw example of ear or war file deployed. ideas or suggestions?
either put application in dropins
folder, detected , started automatically, or put in apps folder , configure in server.xml
this:
<webapplication id="helloapp" location="helloapp.war" name="helloapp"/>
by default context root application file name without extension, can change adding contextroot="mycontext"
attribute.
Comments
Post a Comment