문제

I have been looking for the server that is user when we are in development mode, when we deactivate AppEngine! I am used to see the server in J2EE mode in eclipse but here I can't really tell which server is used! PS: I get this when I run the Web App:

log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

does that mean that Apache is used?

도움이 되었습니까?

해결책

By default, development mode runs an internal Jetty instance to serve your web application.

Reference: https://developers.google.com/web-toolkit/doc/latest/DevGuideCompilingAndDebugging#DevGuideDevMode

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top