There are two URLs you can use to view the sample query application in an Experience Manager environment. The first URL invokes the AssemblerPipelineServlet component to complete the request:
http://host:port/assembler/browse
Where host and port refer to the ATG production server’s host and HTTP port. For example, assuming you accepted the default HTTP port for the ATG production server under WebLogic, the URL is:
http://localhost:7003/assembler/browse
The second URL invokes the InvokeAssembler servlet bean to complete the request:
http://host:port/assembler/index.jsp
Again, assuming a default HTTP port, the URL is:
http://localhost:7003/assembler/index.jsp

