
June 29th, 2005, 08:13 AM
|
|
Registered User
|
|
Join Date: Jun 2005
Posts: 1
Time spent in forums: 48 m 39 sec
Reputation Power: 0
|
|
|
How to run Struts 1.2.7 application in Big Apache 1.06
I have installed BigApache 1.06 and I want to run struts application in BigApache. The version of struts is 1.2.7 , and the application is the sample application:struts-examples which comes with the installation
I had copied the war file in ..\BigApache\Jboss\server\all\deploy folder for deployment. The server is running i had checked the sample web applications of Big Apache . but when i tried to run my application through browser
it gave me following error on the browser:
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
Error 404
How can i solve this , do i need to restart the server , when i try to restart the server it gives me following error
[Mon Jun 27 09:22:11 2005] [alert] (OS 5)Access is denied. : FastCGI: CreateMut
ex() failed
Syntax error on line 86 of C:/BigApache/Apache/conf/httpd.conf:
failed to create FastCGI application accept mutex
Note the errors or messages above, and press the <ESC> key to exit. 28...
Can any body tell me how can I resolve this issue, do I need to do some configuration
|