Changeset 1970 for FCKeditor.Java/branches/2.4/src/site/apt/demo.apt
- Timestamp:
- 2008-05-09 00:10:13 (8 months ago)
- Files:
-
- 1 modified
-
FCKeditor.Java/branches/2.4/src/site/apt/demo.apt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/src/site/apt/demo.apt
r1758 r1970 22 22 ------------------------------ 23 23 24 Demo 24 Demo Web Application 25 25 26 Put the file FCKeditor-[version].war in the webapps folder of your servlet container. 27 To run the demo, you just have to point yout browser at http://domainName.ext/fckeditor-java. 26 The demo is intended for novices, beginners and for everyone who wants to see 27 the FCKeditor in action right out of the box. It's also a good reference for 28 you to see how all integral parts work together. 28 29 29 The upload and viewing of files is disabled by default. To enable this, you have to put a 30 file named 'fckeditor.properties' in the root of the classpath of fckeditor-java with the 31 following content: connector.sessionDataImpl=net.fckeditor.impl.BasicSessionData 30 It takes two simple steps to see the demo in action: 31 32 [[1]] Deploy the <<<fckeditor-java-demo-2.4-beta-1.war>>> in your servlet container 33 or application server and make sure that the context is enabled. 34 35 [[2]] Open up your browser and point to {{http://localhost:8080/fckeditor-java-demo-2.4-beta-1}}. 36 (assuming your server is running local at port 8080 for testing purposes) 37 38 [] 39 40 You are now ready to explore the FCKeditor!