Line 151:
Line 151:
Now make the test application accessible in a browser (this is a test app from mono package):
Now make the test application accessible in a browser (this is a test app from mono package):
−
[code]
+
mkdir -p /home/e-smith/files/ibays/Primary/html/mono-test
−
mkdir -p /home/e-smith/files/ibays/Primary/html/mono-test
+
cp -r /opt/novell/mono/lib/xsp/test/* /home/e-smith/files/ibays/Primary/html/mono-test
−
cp -r /opt/novell/mono/lib/xsp/test/* /home/e-smith/files/ibays/Primary/html/mono-test
+
chown -R admin:shared /home/e-smith/files/ibays/Primary/html/mono-test
−
chown -R admin:shared /home/e-smith/files/ibays/Primary/html/mono-test
−
[/code]
(This way you're sticking it in the Primary ibay to avoid needing to create an ibay for testing)
(This way you're sticking it in the Primary ibay to avoid needing to create an ibay for testing)
−
After the above steps you'll get a sample page at http://<smeserver>/mono-test
+
After the above steps you'll get a sample page at '''http://<smeserver>/mono-test'''
If you like to use mono on another place, an ibay for example, you're free to do.
If you like to use mono on another place, an ibay for example, you're free to do.
You can copy the test files above to another place:
You can copy the test files above to another place:
Create an ibay "mono" and
Create an ibay "mono" and
−
[code]
+
mkdir -p /home/e-smith/files/ibays/mono/html/sample
−
mkdir -p /home/e-smith/files/ibays/mono/html/sample
+
cp -r /opt/novell/mono/lib/xsp/test/* /home/e-smith/files/ibays/mono/html/sample
−
cp -r /opt/novell/mono/lib/xsp/test/* /home/e-smith/files/ibays/mono/html/sample
+
chown -R admin:shared /home/e-smith/files/ibays/mono/html/sample
−
chown -R admin:shared /home/e-smith/files/ibays/mono/html/sample
−
[/code]
−
−
And test pointing an browser to page http://<smeserver>/mono/sample/
−
−
+
And test pointing an browser to page '''http://<smeserver>/mono/sample/'''