Question
|
Answer
|
What happens to the customized jsp files when I uninstall BPM Webflow?
|
The modified jsp files are copied to the jsp.bak subdirectory of the application.
|
How can I save Java class files before or after publishing a BPM Webflow application?
|
If you published the BPM Webflow application, then save the class files in one of the following directories (AppServer refers to BP Server webapps directory):
%AppServer%\sbm.war\BizSolo\common\classes
%AppServer%\sbm.war\BizSolo\<Application Name>\classes
If the application was not published, then save the class files under the following directories:
%OEBPS_HOME%\BPMWebflow\common\classes
%OEBPS_HOME%\BPMWebflow\<Application Name>\classes
You may also save the files to the following directory:
%AppServer%\sbm.war\WEB-INF\classes
|
Where are the log files generated?
|
Logs are generated under OEBPS_HOME\logs\bpmwebflow.log or you may access the log viewer for BPM Webflow by clicking and then by selecting the BPM Webflow option from the Log file to view list.
|