Ted Husted
06-28-2006, 06:05 PM
I'd be interested in getting Spring.Web running under Fedora 5.
My first quick attempt ended with
----
Server error in '/' application
Failed to load httpHandler type `Spring.Web.Support.PageHandlerFactory, Spring.Web'
Description: Error processing request.
Error Message: HTTP 500. Failed to load httpHandler type `Spring.Web.Support.PageHandlerFactory, Spring.Web'
-----
Though, I was impressed by how little effort it took me to at least expose an error message :)
So far, all I did was:
0) Start with our basic Fedora 5 server
1) Download and unzip the mono.zip and webserver.zip RPM distributions (1.1.13.6) from http://www.mono-project.com/Downloads
2) Install it all in one fell swoop with rpm -iVh *.rpm
3) Follow the notes at http://www.mono-project.com/Xsp to get the simple server running
4) Checked out my working Web application from Subversion (as we do for IIS) under the "test" folder used by #3
5) Tried to open the application at http://zippy:8080/wqd/ (then reupped the server and tried again)
We use the Fedora 5 server to run JIRA and Confluence under Tomcat, and to host Subversion. It would be great to also use it as a test-site for the ASP.NET apps.
-Ted.
My first quick attempt ended with
----
Server error in '/' application
Failed to load httpHandler type `Spring.Web.Support.PageHandlerFactory, Spring.Web'
Description: Error processing request.
Error Message: HTTP 500. Failed to load httpHandler type `Spring.Web.Support.PageHandlerFactory, Spring.Web'
-----
Though, I was impressed by how little effort it took me to at least expose an error message :)
So far, all I did was:
0) Start with our basic Fedora 5 server
1) Download and unzip the mono.zip and webserver.zip RPM distributions (1.1.13.6) from http://www.mono-project.com/Downloads
2) Install it all in one fell swoop with rpm -iVh *.rpm
3) Follow the notes at http://www.mono-project.com/Xsp to get the simple server running
4) Checked out my working Web application from Subversion (as we do for IIS) under the "test" folder used by #3
5) Tried to open the application at http://zippy:8080/wqd/ (then reupped the server and tried again)
We use the Fedora 5 server to run JIRA and Confluence under Tomcat, and to host Subversion. It would be great to also use it as a test-site for the ASP.NET apps.
-Ted.