Chapter

20


 

 

20.                                                Deploying Applications

            Once an application has been built, it is ready to be run by users.  A WOW application can be run by any user on your network or Internet/Intranet/Extranet.  WOW applications can be run by specifying a URL in the form:  http://yourIP/wow64/run?id=x where yourIP is the TCP/IP address of the WOW server and x is the WOW application id.  The IP can be found by opening a DOS window on the WOW server and issuing an IPCONFIG command as shown below:

 

In this example, WOW applications can be run using:

http://192.168.0.2/wow64/run?id=0      where 0 is the WOW application id which is found in Step 2 Setup Applications in the WOW Builder.  Each new WOW application gets the next sequential number. 

 

NOTE:  Tomcat and WOW install by default on port 8080 which would require a URL such as:

 

http://192.168.0.2:8080/wow64/run?id=0     

 

Tomcats port can be configured in the default Tomcat directly (…/config/server.xml).  See Tomcat documentation for details. 

 

WOW Application IDs