Hi,
First , I apologies for abstract description of problem in previous mail. We have a requirement in which we have to configure JSPWiki 2.8.1 on JBoss4.2.3 on windows xp system. I have followed the steps mentioned at [ http://www.jspwiki .org/wiki/DeployJBOSS ] . After making the required changes in the JSPWiki.war file (i.e deleting the log4j.jar and modifying jspwiki.properties), I have copied the JSPWiki.war inside the server/default/deploy folder of the JBoss. On starting the JBoss and typing the link http://localhost:8080/JSPWiki/ I got the JSPWiki installation page. I have provided installation information and then pressed submit button and after that configure button (I have successfully installed JSPWiki many times on tomcat so no problem in this part). Meanwhile two errors are shown on the JBoss console. ============================================================================ 11:33:09,779 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp -127.0.0.1-8009 11:33:09,795 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag= JBoss_4_2_3_GA date=200807181417)] Started in 1m:7s:55ms 11:34:18,970 ERROR [STDERR] Mar 6, 2009 11:34:18 AM com.metaparadigm.jsonrpc .JSONRPCBridge registerLocalArgResolver INFO: registered local arg resolver com.metaparadigm.jsonrpc. HttpServletRequestArgResolver for local class javax.servlet.http. HttpServletRequest with context ja t.http.HttpServletRequest 11:34:18,970 ERROR [STDERR] Mar 6, 2009 11:34:18 AM com.metaparadigm.jsonrpc .JSONRPCBridge registerLocalArgResolver INFO: registered local arg resolver com.metaparadigm.jsonrpc. HttpSessionArgResolver for local class javax.servlet.http.HttpSession with context javax.servlet.ht vletRequest 11:34:18,970 ERROR [STDERR] Mar 6, 2009 11:34:18 AM com.metaparadigm.jsonrpc .JSONRPCBridge registerLocalArgResolver INFO: registered local arg resolver com.metaparadigm.jsonrpc. JSONRPCBridgeServletArgResolver for local class com.metaparadigm.jsonrpc. JSONRPCBridge with context vlet.http.HttpServletRequest 11:36:55,220 INFO [AbstractUserDatabase] Creating new user admin ============================================================================ After installation after the server restart, when I tried to access the JSPWiki by using the base url (i.e http://172.16.4.113:8080/JSPWiki/) then nothing is displayed, while when I tried to acess it using url http:// localhost:8080/JSPWiki then same installation page appears. Any pointers would be of great help. Thanks and Regards Amit Meena On Thu, Mar 5, 2009 at 5:54 PM, Siegfried Goeschl < [email protected]> wrote: > Hi Amit, > > telling us what actually failed would be of great help ... ;-) > > Siegfried Goeschl > > amit Meena wrote: > > Hi, > > > > We have a requirement in which we have to configure JSPWiki 2.8.1 on > JBoss > > 4.2.3. I have followed the steps mentioned at [ > > http://www.jspwiki.org/wiki/DeployJBOSS ] but was unsuccessful. Any > pointers > > would be of great help. > > > > Thanks and Regards > > Amit Meena > > > > >
