[ http://issues.apache.org/jira/browse/AXIS-1530?page=comments#action_12331377 ]
Arun Prasad R commented on AXIS-1530: ------------------------------------- im using 1.2.1, still have this problem, any update on this front > JWS has troubles starting on JBoss 3.2.5 > ---------------------------------------- > > Key: AXIS-1530 > URL: http://issues.apache.org/jira/browse/AXIS-1530 > Project: Apache Axis > Type: Bug > Components: Deployment / Registries > Versions: 1.1 > Environment: 10:04:10,290 INFO [Server] Release ID: JBoss [WonderLand] > 3.2.5 (build: CVSTag=JBoss_3_2_5 date=200406251954) > 10:04:10,976 INFO [ServerInfo] Java version: 1.4.2_04,Sun Microsystems Inc. > 10:04:10,977 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM > 1.4.2_04-b05,Sun Microsystems Inc. > 10:04:10,977 INFO [ServerInfo] OS-System: Linux 2.6.7-1-686,i386 > 10:04:30,977 INFO [StandardEngine] Starting Servlet Engine: Apache > Tomcat/5.0.26 > 1 > Reporter: Stefan Champailler > Priority: Minor > > I installed Axis 1.1 this way : > Download the appliaction > make a WAR out of the webapps/axis directory > moved the WAR into jboss/server/default/deploy > started JBoss > Then connected to http://localhost:8080/axis/EchoHeaders.jws?method=list > JBoss log then reports > Class javax.servlet.http.HttpServletRequest not found in import. > for the class EchoHeaders.java > I fixed this myself by doing > JBOSSJAR=${JBOSS}/server/default/deploy/jbossweb-tomcat50.sar > JBOSS_CLASSPATH=${JBOSSJAR}/servlet-api.jar > export JBOSS_CLASSPATH > before starting JBoss. > However, I thought the Axis integration should work flawlessly, that's why I > fill a bug. > I've seen other reference to this problem here : > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20464 > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17906 > Hope it helps. > Stefan -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
