I don't see anything in the catalina.out log on the server. Is there another log I should be looking at, or a setting to log more info? The only thing I see anywhere is in the SmartClient Developer Console which shows this.
This is the latest mapping I've tried and still no luck.
Code:
16:37:36.585:WARN:RPCManager:Transport error - HTTP code: 404 for URL: sc/productSearch?q=chair, response: {operationId: "custom", clientContext: undef, context: Obj, transactionNum: 12, httpResponseCode: 404, httpResponseText: "<html><head><title>Apache Tomcat/6.0.20 ..."[1021], xmlHttpRequest: [object XMLHttpRequest], transport: "xmlHttpRequest", status: -90, clientOnly: undef, httpHeaders: Obj, isStructured: true, callbackArgs: null, results: Obj, data: "Transport error - HTTP code: 404 for URL..."[66]}
Code:
<servlet> <servlet-name>ProductSearch</servlet-name> <servlet-class>com.islandpacific.gui.server.search.ProductSearch</servlet-class> </servlet> <servlet-mapping> <servlet-name>ProductSearch</servlet-name> <url-pattern>/sc/productSearch*</url-pattern> </servlet-mapping>
Comment