Re: [Webeditor-development] Installation on Allaire JRun on Windows 2000
Brought to you by:
agarcia3
From: <ag...@mu...> - 2001-05-04 22:17:04
|
Hi Marcel! Your instructions are really cool. Would you like to write it down for the "oficial" documentation? Regards > Hi, > > I managed to install webEditor 0.3 on a Windows 2000 Server with > Allaire'sJRun 3.0. > I use JVM 1.3.0 (came with Netscape 6). > 1a. Install JRun with default options. Connect to external web > server if you > want - I did not investigate this. After installation, JRun > administrator is > launched. > 1b. Download and unzip the webEditor.war.zip file. > 2. Choose "Deploy an application" under JRun Default Server in JRun > administrator, click "Deploy an application" and browse to the > .war file. > select "JRun Default Server" > Application name: webEditor > Application URL: /webEditor > Application Deploy Directory: C:\Program > Files\Allaire\JRun\servers\default\webEditor > (Note: upper and lower case does make a difference!) > 3. Edit C:\Program > Files\Allaire\JRun\servers\default\webEditor\WEB-INF\web.xml: > Change the line with <param-value>[$TOMCAT_HOME] ... etc. to: > <param-value>C:/Program > File > 4. Copy the file xerces.jar from the webEditor lib directory to > C:\ProgramFiles\Allaire\JRun\lib > 5. Edit global.properties in the same directory: > in the line that starts with "java.classpath=" insert > {jrun.rootdir}/lib/xerces.jar as the first entry. Leave the rest > as it is. > 6. Restart server > 7. Start your web browser and go to localhost:8100/webEditor (mind the > uppercase E!!!), open index.html (in JRun administrator you can > make this > file the default document for this site). > There you are (at least I hope so)! > |