PrinterOn KB Powered By ePRINTit USA

How to remove the Web Page field from the Web Print page - c06404362

  1. Stop the Central Print Services Windows Service
  2. Navigate to C:\Program Files (x86)\PrinterOn Corporation\Apache Tomcat\webapps\cps
  3. Open the SelectOptions.jsp file in Notepad
  4. Search for "SelectOptionsUriInfo"
  5. Place comment tags around the entire row
    eg. <!-- <div class="row"> <div class="col-md-3"> <label class="control-label"><s:message code="SelectOptionsUriField"/></label> <span class="question" data-original-title='<s:message code="SelectOptionsUriInfo"/>' data-toggle="tooltip" data-placement="right" aria-hidden="true">?</span> </div> <div class="col-md-5"><input class="form-control" type="text" name="documentURI_uri" size="26"/></div> </div> -->
  6. Save changes
  7. Start the Central Print Services Windows Service

Before:

After: