Saturday, January 26, 2013

WebLogic: developing Web Applications

Developing WebLogic Web Applications has proven quite tricky to me; and I remember that it was tricky 8 years ago, last time I did it.... so not much seems to have changed.

As a rule, when things act weird:

- clear cookies
- rm -rf $DOMAIN_HOME/servers/$SERVER_NAME/tmp/
- rm -rf $DOMAIN_HOME/servers/$SERVER_NAME/cache/
- update webapp
- restart server



In Tomcat I never had all these problems.... mystery....

No comments: