小编Bri*_*esh的帖子

Location of compiled JSP in WepSphere Application Server

My application is deployed on websphere application server and I am getting error in jsp file. How to get compiled java code for that jsp in websphere. In development environment I am using jboss server and same code working fine.

Below is error log.

            [12/29/15 10:40:58:929 HKT] 0000013b LocalTranCoor E   WLTC0017E: Resources rolled back due to setRollbackOnly() being called. 
            [12/29/15 10:40:58:929 HKT] 0000013b webapp        E com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Servlet Error]-[/jsp/product/SIExpressionEditor.jsp]: java.lang.IllegalArgumentException 
                    at com.ibm.wsspi.webcontainer.util.RequestUtils.parseName(RequestUtils.java:353) 
                    at com.ibm.wsspi.webcontainer.util.RequestUtils.parseQueryString(RequestUtils.java:142) 
                    at com.ibm.ws.webcontainer.srt.SRTServletRequest.parseQueryStringList(SRTServletRequest.java:2377) 
                    at com.ibm.ws.webcontainer.srt.SRTServletRequest.parseParameters(SRTServletRequest.java:2353) 
                    at …
Run Code Online (Sandbox Code Playgroud)

java websphere jsp

2
推荐指数
1
解决办法
5477
查看次数

标签 统计

java ×1

jsp ×1

websphere ×1