|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
MonoRail with Mono on Linux problemHi all,
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 '/' applicationDescription: Error processing request. Error Message: HTTP 500. Stack Trace:
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 CastleProject-users@... https://lists.sourceforge.net/lists/listinfo/castleproject-users |
|
|
|
Re: MonoRail with Mono on Linux problemYou are in a good shape, the error you are seeing came from
NVelocityViewEngine, which means that you are already have apache and the web.config
setup properly. My first thought would be to check for the casing of the
index.vm and/or the home directory. Then, checking what the current directory
is for apache and testing that. From: castleproject-users-bounces@...
[mailto:castleproject-users-bounces@...] On Behalf Of Mircea
Jivoin Hi all, Server error in '/' application
Description: Error processing request. Error Message: HTTP 500. Stack Trace:
------------------------------------------------------------------------- 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 CastleProject-users@... https://lists.sourceforge.net/lists/listinfo/castleproject-users |
|
|
|
Re: MonoRail with Mono on Linux problemAgreed. Change directories and files on the view folder to lowercase
and if you have code like RenderView("Something"); change them to lower case as well. On 10/11/06, Ayende Rahien <ayende@...> wrote: > You are in a good shape, the error you are seeing came from NVelocityViewEngine, which means that you are already have apache and the web.config setup properly. > > My first thought would be to check for the casing of the index.vm and/or the home directory. Then, checking what the current directory is for apache and testing that. -- Cheers, hammett http://hammett.castleproject.org/ ------------------------------------------------------------------------- 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 CastleProject-users@... https://lists.sourceforge.net/lists/listinfo/castleproject-users |
|
|
|
Re: MonoRail with Mono on Linux problemYes, you are right.
By making lower case folder names, now it works. Thanks guys. Mircea On 10/11/06, hammett <hammett@...> wrote: Agreed. Change directories and files on the view folder to lowercase ------------------------------------------------------------------------- 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 CastleProject-users@... https://lists.sourceforge.net/lists/listinfo/castleproject-users |
| Free embeddable forum powered by Nabble | Forum Help |