Wiki source code of WebSphere installation

Version 2.4 by Manuel Smeria on 2012/12/11

Show last authors
1 {{info}}
2 These instructions cover WebSphere V6.1; other versions may differ.
3 {{/info}}
4
5 = Install the XWiki application =
6
7 * Start the application server if it isn't running:(((
8 {{code language="none"}}$WAS_HOME/bin/startServer.sh server1{{/code}}
9 )))
10 * Start the console. The default URLs are:
11 ** http://localhost:9060/ibm/console/logon.jsp (non-secure)
12 ** https://localhost:9043/ibm/console/logon.jsp (secure)
13 * Expand the Applications menu and click on "Install New Application"
14 * Fill in the following:
15 ** Full path to [[XWiki WAR>>xwiki:Main.Download]]
16 ** Context root to /xwiki
17 * Click "Next"; at this point if your WAR file is on a different machine from the server it will be copied over.
18 * Fill in each screen and click "Next" for each of them:
19 ** Step 1: You may want to modify the application name
20 ** Step 2: Nothing to do
21 ** Step 3: The jdbc/XWikiDS is not used by XWiki, but you still need to fill it out. Simply click "Browse..." under Target Resource JNDI Name, choose the "Default Datasource" and click "Apply"
22 ** Step 4: Nothing to do
23 ** Step 5: Click "Finish"
24 * A screen with the results is displayed next. At this point the changes have not been written to the file system. Click on the "Save" button to finish the installation step.
25
26 = Configure WebSphere =
27
28 * WebSphere v6.1 does not have the PNG MIME type configured by default, so you need to do so. If you do not follow this step, you'll get a NullPointerException at com.xpn.xwiki.web.SkinAction.isJavascriptMimeType.
29 ** In the Console, expand "Environment" and select "Virtual Hosts"
30 ** Click on the default_host link (or whatever host you installed XWiki onto)
31 ** Click on the "MIME types" link
32 ** Click "New" to add a new MIME type
33 ** Fill out the form this way:
34 *** MIME Type: image/png
35 *** Extensions: PNG png
36 * Click "OK", save the configuration and restart the server

Get Connected