Programming: Java
java.sun.com
Posted At: 8/20/2001 11:14:05 AM
Posted By: Guest
Viewed: 7971 times
Likes: 0 Dislikes: 0
I had to build mod_jk.so (The Tomcat Java App Server <--> Apache Web Server connector) at work for Solaris. The instructions in the documentation do not work under Solaris, so I figured I'd detail my findings for future use.
Go get the Java 2 SDK for Solaris (if you don't have it) - If you're not…
Go get the Java 2 SDK for Solaris (if you don't have it) - If you're not…
Posted At: 7/11/2001 5:40:34 PM
Posted By: Guest
Viewed: 7802 times
Likes: 0 Dislikes: 0
In order to debug an problem involving an application that uses Jrun, you will need to use the Jrun logs. Not only do these log files give you evidence of how Jrun is performing, they can also reflect issues "upstream" from Jrun, such as errors from the JAD, TAD, or the mainframe.
In /logs/Jrun,…
In /logs/Jrun,…
Posted At: 2/22/2001 2:45:46 PM
Posted By: Guest
Viewed: 10116 times
Likes: 0 Dislikes: 0
An Introduction to Java Stack Traces
By Calvin Austin
July 1998
It's the night before your product release. You run your final tests and then it happens--you get a JavaTM stack trace. You look through your Java programming books, but this seems to be an area that's missing! Well no need to panic,…
By Calvin Austin
July 1998
It's the night before your product release. You run your final tests and then it happens--you get a JavaTM stack trace. You look through your Java programming books, but this seems to be an area that's missing! Well no need to panic,…
Posted At: 9/12/1999 5:54:52 PM
Posted By: Guest
Viewed: 5180 times
Likes: 0 Dislikes: 0
While this example is for ColdFusion, it looks more like marketing demanded that their code sample had to use at least some ColdFusion dependancies. The only thing actually calling ColdFusion-specific functionality is the setting of three global variables, which can easily be done using the…
