DI Websever

I am trying to see if the Webserver is running on DI 11.5. This is a DI running on solaris 10 server. How do I make sure that the webserver is running. What are the commands to stop and start the webserver. When I entered svrcfg there are only two options for “Option 4” (configure Webserver), I only see “edit” and “quit”. Where can I do the stop and start of this DI webserver. Thank you.


new_bouser (BOB member since 2009-05-13)

Menu point 1, you can start/stop all configured services. So there is no menu to stop webserver alone but together with the entire DI services it is stopped.


Werner Daehn :de: (BOB member since 2004-12-17)

Thanks for your response. Is there a command line verification for the WebServer process. Example ps -ef|grep processName or any keyword I can grep for to see if the webserver is running. Any errors logs I can see that are related to the webserver.


new_bouser (BOB member since 2009-05-13)

DI/logs/webadmin.log and the such.


Werner Daehn :de: (BOB member since 2004-12-17)

you check the output of ps -aef | grep java

the command line arguments will have following in the end

-Djava.awt.headless=true -DDB2_CONN_POOL=TRUE -DREFRESH_INTERVAL=30 org.apache.catalina.startup.Bootstrap -config $LINK_DIR/ext/WebServer/conf/server-di-1.xml start

you can also get the process id of the java process from the $LINK_DIR/Webserver/logs/Tomcat_process.pid file, not sure if this is getting generated in 11.5


manoj_d (BOB member since 2009-01-02)