2 Replies Latest reply on Jan 5, 2007 3:25 PM by hitenb

    JBoss with Sun One Web Server

    vchinta

      I am unable to find any information on how to configure Sun One Web Server to work with JBoss. Can you please post the link which has information on how to configure Sun One Web Server?

        • 1. Re: JBoss with Sun One Web Server
          ajith_153

          did u found any idea for setting the sunserver with JBoss if so please do fwd it to me too,I too struck up with that problem

          Thanks in advance
          Ajithkumar.S

          • 2. Re: JBoss with Sun One Web Server

            Making Connectivity between IWS and JBOSS :

            Add below lines to IWS obj.conf -

            NameTrans fn="assign-name" from="/jmx-console/*" name="jknsapi"
            NameTrans fn="assign-name" from="/web-console/*" name="jknsapi"
            NameTrans fn="assign-name" from="/NASApp/<app_name>*" name="jknsapi"



            ObjectType fn=force-type type=text/plain
            Service fn="jk_service" worker=


            Add below lines to magnus.conf - ( Apart from libj2ee line )

            Init fn="load-modules" funcs="jk_init,jk_service" shlib="/home01/iws6.1/bin/https/lib/nsapi_redirector.so" shlib_flags="(global|now)"
            Init fn="jk_init" worker_file="/home01/iws6.1/https-testjboss/config/workers.properties" log_level="debug" log_file="/home01/iws6.1/https-testjboss/logs/jk.log"