- Setting up the servers (both Admin and Managed Server) as Windows Services. Not strictly a LiveCycle step but useful nonetheless. Just don't forget to copy the lines you added to "startManagedServer.cmd" into your new service.
- Adding the SQL driver to the classpath. When using SQL Server we need the sqljdbc4 JAR file in the CLASSPATH. Unfortunately the text LiveCycle gives you during the installation to copy into your startup script doesn't include this. Again this might be the way we had configured WebLogic but I needed to add the path onto the end of the CLASSPATH supplied in order to get us talking to the database (we had setup the data source manually in WebLogic rather than bundling it into the LiveCycle EAR files.
I'll keep adding to this as and when I come across other configurations.
No comments:
Post a Comment