Tony Anecito

Greenhorn
+ Follow
since Feb 19, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Tony Anecito

Hi Andy,
Thanks for the reply.
Is it possible to use install axis on after you install the Tomcat/JBoss combo.
The main thing I am trying to do is separate out Jboss from Tomcat in case I need to install JBoss on a different server than Tomcat. I thought I could get away with the minimal configuration when starting JBoss but ran into a problem with deploy of ear files. Seems shutting down web services also means no support for EAR deployment.
Sigh, I will try dropping a jar file in the deploy directory and launch JBoss in minimal configuration.
Thanks Again,
-Tony
20 years ago
Has anyone tried integrating latest JBoss with latest Tomcat? Seems JBoss group one major rev behind in thier distribution of JBoss/Tomcat combo.
Is it possible to get the latest JBoss only download and integrate Tomcat 5.0.x? I could not find the latest Jboss only download to try integrating with Tomcat 5.0.x.
Thanks for the help.
20 years ago
Hi Everyone,
My experience has been that Intel CPU's are about 50% slower than Sun CPU's in general. But, since intel is so much cheaper but you do get better OS with SUN and in the past I have seen Sun boxes stay working at high CPU utilization where WinTel dies which is very important in a 24x7 environment.
Also, tuning the jvm and app server can lead to very significant performance improvements and well worth the time.
20 years ago
Hi All,
I notice in the Windows OS when a window passes over an Applet that the panes are not repainted. I have a JSplitPane with three panes and two are not redrawn window a window (non-java) is slid over the split pane. The two panes that are not redrawn have JToolbar and JTabbedPane in them. It occurs in JRE 1.4.1_02, 1.3.1_06 or 1.4.2 beta.
Any ideas? Do I need to overload paint method for those controls?
Many Thanks,
Tony
20 years ago
Hi All,
Has anyone been able to add a button to the title bar of a JFrame or JInternalFrame instance?
21 years ago