weblogic

TwitterFacebook
Get flash to fully experience Pearltrees
ldap

If you would like to improve the speed at which you can develop a WebLogic Portal 9.2 application, this blog is for you. Actually, most of this advice applies to anyone developing medium to large Java web applications, but I will focus on WLP. http://peterlaird.blogspot.com/2007/05/optimized-development-for-weblogic.html

Optimized Development for WebLogic Portal Apps

Configuring Apache 2 and Tomcat 5.5 with mod_jk

http://agiletesting.blogspot.com/2005/10/configuring-apache-2-and-tomcat-55.html Update May 15th 2007 If you're interested in setting up Apache virtual hosts with Tomcat 5.5 and mod_jk, check out my recent blog post on that subject. I recently went through the painful exercise of configuring Tomcat 5.5 behind Apache 2 using the mod_jk connector.
http://weblogic.sys-con.com/node/42876

Making the Most of WebLogic Classloaders @ WEBLOGIC JOURNAL

As a Java developer, have you ever found yourself running into what might be politely called 'issues' related to the CLASSPATH and class loading? If you haven't, you're one of the few. This is one of the most notorious sources of developer aggravation in Java development.
I strongly recommend that you use Tomcat inside Eclipse instead of trying to manually deploy apps and start/stop Tomcat. The time it takes to download the IDE and learn the bare bones basics of use will be quickly made up for by the simplification in development, debugging, and deployment. http://www.coreservlets.com/Apache-Tomcat-Tutorial/

Apache Jakarta Tomcat 5.5: Configuration and Usage Tutorial

Automate resource configuration on WebLogic Server

http://www.javaworld.com/javaworld/jw-10-2005/jw-1010-wlst.html Resource configuration using WLST and Ant on WebLogic Server By Tanmay Ambre, JavaWorld.com, 10/10/05 Every deployable J2EE component must be specifically configured on the application server to function.