Configuring WebLogic logging output
Some hints how to configure log output in Oracle WebLogic 11g: Configuring logging in standalone Weblogic server 11g on Unix
Some hints how to configure log output in Oracle WebLogic 11g: Configuring logging in standalone Weblogic server 11g on Unix
This article shows how to create stack traces from background java processes: Creating Java Stack Traces
It is normally good practice to let technical design documents review by other people, most likely by another developer. The way this is usually done is to pass the document to those other people, and they read through it line by line, trying to understand it and looking for inconsistencies.
But does this really help to verify the usefulness and completeness of the information provided in the design document? Does it help to ensure that all necessary information is available in the document? I do not think so. There might quite some typos being found, and probably also some sections which are not well written and hard to understand, so these can be enhanced. But I think that simply reading the document does not provide much benefit in ensuring that all important information is contained in the document.
Instead, why not try another approach (the assumption is that the source code already exists for the system which is described in the design specification, and that the review step is a late step in the development process to make sure that the specification contains all necessary information):
I am pretty sure that this approach will uncover many gaps in the design document. The developer who needs to solve the bug will come back with all the questions, if the answer is missing from the design document (How do I build the software? How do I launch the software? How do I debug the software? How is the tier architecture of the software? Which database do I need? Why did you use the visitor pattern in this case? Why is class XYZ a singleton? And many more). Each of these questions point to information which is missing in the design document and which needs to be included.
The benefits of this approach are:
Of course, if the system is already in production and bugs have already been reported by the customer, you do not need to introduce bugs yourself – but even in this case, when doing some particular bug fixing, take the chance to review any existing technical design document and enhance it with any missing information. It will help in the future.
I just finished a new tutorial which shows step-by-step how to set up an application server environment to develop web applications / J2EE applications with Eclipse. It covers Apache Tomcat, Oracle WebLogic 12c and JBoss AS 7.1. Read the complete tutorial here.