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:
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
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
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