[appfuse-user] How to log server output into a file using cargo

2008-12-03 Thread Andrew Sky
Hello everyone, I am using the mvn cargo:start -Dcargo.wait=true to test my appfuse web application. However, the log information is displayed on the screen. What is the way to also log the information onto a file ? Any help is appreciated. Thanks Andrew -- View this message in context: http:

[appfuse-user] How to bypass the MVC model in appfuse to display simple html and jsp page

2008-11-27 Thread Andrew Sky
Hi everyone, I need a special standalone servlet in my appfuse project that spits out simple html page with a text box and a submit button for display in handphone screen. When the html page is displayed, it uses the css style provided in the framework and also display the default login tab. How

[appfuse-user] writing servlet to access the manager in appfuse2.0

2008-09-08 Thread Andrew Sky
Hi all, I am trying to write a simple servlet to access all the service manager layer that i created with Appfuse 2.0. Is there any tutorial on this ? Reason being that i need to create a midlet that need to consume services from the service layer. I guess the most straightforward and time effici

[appfuse-user] How to log debug info to file when running tomcat in cargo container

2008-09-04 Thread Andrew Sky
Hi everyone, I am using Appfuse 2.0.2 to develop a swing struts2-hibernate project. I am testing my application with the following "mvn cargo:start -Dcargo.wait=true" The issue i have is how to turn on debugging such that the debug info can be logged into a file in the tomcat log folder ? Below