Skeith
Skeith

Reputation: 2542

deploying Axis2.war in tomcat 5.5 gets internal server error

I have downloaded the axis2.war file from the apache website.

I put it in the tomcat/webapps folder and it automatically creates a axis2 folder.

I open my web browser and navigate to http://127.0.0.0:8080/axis2/ and get the page that has services, validate and administration.

The problem is that if I click on any of the links a page with the apache logo is shown saying internal server error.

I have tried extracting the axis2.war my self and the file list is the same. the official apache website says that the axis2.war may not have unpacked correctly or it could be missing files. i have tries 1.6 and 1.5 of axis2 and still get the same error.

Can anyone explain what is causing this error and how to fix it ?

Upvotes: 2

Views: 2508

Answers (5)

Kloenkie
Kloenkie

Reputation: 1

I had the same problem although i was not able to login on the axis2 administration on the localhost (http://localhost:8080/axis2/axis2-admin/) where i also got the "internal server error". After removing the old axis2 (axis2.1.7.5) and deploying an older version (axis2.1.7.0) it was possible for me to login with the default username and password (admin, axis2). It could be that the newer axis2 file was corrupted but i have not reinstalled the newer version yet.

Upvotes: 0

Codinghubby
Codinghubby

Reputation: 57

copy jstl-1.2.jar file in the Tomcat-Home\lib Folder, then your Problem Will Solve.

Upvotes: 0

sridhar
sridhar

Reputation: 11

Please copy jstl-1.2.jar file in the %CATALINA_HOME%\lib folder. It will definitely solve the problem.

Upvotes: 1

Skeith
Skeith

Reputation: 2542

turns out that it was the security settings blocking AXIS2

Upvotes: 0

Rupok
Rupok

Reputation: 2082

did you check weather tomcat is running.http://127.0.0.0:8080/.

please go through the following link to setup and test axis properly.

http://axis.apache.org/axis2/java/core/docs/userguide-installingtesting.html

Upvotes: 0

Related Questions