Recently I've installed on a machine Fedora Core 4 linux and installed and configured the mono with appache2.
I've copied a test app crated in VS that works fine on windows under Cassini web server.
When I run it on linux it gives me this error:
Server error in '/' application
Description: Error processing request.
Error Message: HTTP 500.
Stack Trace:
NVelocity.Exception.ResourceNotFoundException: Resource could not be located: home/index.vm |
this I added in my httpd.conf
LoadModule mono_module modules/mod_mono.so
AddHandler mono .rails .aspx .ashx .asmx .ascx .asax .config .ascx
MonoRunXSP True
Alias / "/web/MyApp"
AddMonoApplications default "/:/web/MyApp"
<Location />
SetHandler mono
</Location>
<Location /mono>
SetHandler mono-ctrl
Order deny,allow
Deny from all
Allow from 192.168.100.20
</Location>
do I need to configure something else?
Thanks,
Mircea
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________ CastleProject-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/castleproject-users
