Running the SII inquiry
The SII Inquiry is run through a browser and requires Tomcat authentication to be set up for all users.
- 
        Locate this XML file:
        
<<Tomcat folder>>\conf\tomcat-users.xml
 - 
        Replace the user ID and password in the XML file:
        
- 
            
Copy, paste, and change these lines for all users that you wish to create:
            
<role rolename=" infor-local.ly-sii "/> <user password="password" roles="infor-local.ly-sii" username="userId"/>For example, if you want your user to be siiuser with a password s11spain, then you would change the lines to:
<role rolename=" infor-local.ly-sii "/> <user password="siispain" roles="infor-local.ly-sii" username="siiuser"/> - When your editing is complete, save your changes and restart Tomcat.
 
 - 
            
Copy, paste, and change these lines for all users that you wish to create:
            
 - 
        To open the webapp to all hosts:
        Note: By default, this webapp can only be viewed from the local host.
- 
             Locate the context.xml file in this folder:
            
<<Tomcat folder>>\webapps\Sii\META-INF\
 - 
              Comment out this line:
            
<Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1" /> 
 - 
             Locate the context.xml file in this folder: