This is how I got roller installed in weblogic 9.2:
While installing I came across some issues while trying to activate the Roller app. Here is my basic directory structure
webapp/roller
wls9.2_webapp/roller
wls9.2_webapp/roller/data
wls9.2_webapp/roller/data/search-index
wls9.2_webapp/roller/data/themes
wls9.2_webapp/roller/data/uploads
wls9.2_webapp/roller/lib
- downloaded Roller and extracted to a location on my hard drive.
- I then created a copy of the webapp directory and renamed the new one wls9.2_webapp
- Under the new directory I created the following directories: data/ , lib/ .I MOVED the themes directory from the roller directory to the data directory i just created. I then created search-index and uploads directories under the data directory. I now have three directories under data (search-index, themes, uploads). In the lib directory I created the file roller-custom.properties.
- Added wls9.2_webapp/roller/lib to the classpath constructed in startwebloic.cmd
- Added the connector Java mysql driver to the classpath as well.
- Created a new domain and managed server. The admin and managed are one server. For this situation I just used the default port 7001.
- Start the weblogic admin server and deploy the directory wls9.2_webapp/roller
Issues that I encountered while trying to activate the roller webapp:
1. mail/Session not found
solution: added WEB-INF/weblogic.xml:
2. java.io.FileNotFoundException: \logs\roller.log
solution: override the roller.log log4j setting by adding the following line to roller-custom.properties. if you are on a PC make sure you escape all the backslash. log4j.appender.roller.File=
No comments:
Post a Comment