My project has some money to spend before the end of the fiscal year and we are considering replacing a Sun-Fire-V490 server we've had for a few years. One option we are looking at is the CoolThreads technology. All I know is the Sun marketing, which may not be 100% unbiased. Has anyone actually played with one of these?
I suspect it...
Recently, Sun launched a new hosting site, like SourceForge and GitHub, but for Mercurial. However, for the time being, it's invite-only.
Being a Hg user, I'm very interested in getting an invite, but I have no idea where to find them. Are only Sun-employees given invitations to hand out? What can one do to earn such an invite?
...
I have Sun webserver iws6 (iplanet 6) proxying my bea cluster.
My cluster is under /portal/yadda.
I want anyone who goes to http://the.domain.com/ to be quickly redirected to http://the.domain.com/portal/ .
I have and index.html that does a post and redirect, but the user sometimes sees it.
Does anyone have a better way?
Aaron
I have t...
I have a pair of Sun web servers (iws6) sitting behind a load balancer. It likes to know if the web servers are up and continually asks for /alive.html.
That is fine but how do I not log that in my access log?
Failing that, how could I have the archiver strip out that accesses when it roles the file over?
I would prefer something more ...
Hi
I was just wondering does anyone know if there any massive differences in the SCWCD 1.4 exams and the 1.5 exams?
Also does anyone know of any good urls or pdf's that can be used to study for this exam
...
I've recently began using dTrace and have noticed just how awesome it is. Its the perfect tool for profiling without placing the burden on programmers to set up hundreds of probes in their applications.
I've found some nice one liner and sample scripts here and there, but I was wondering about what scripts, tools and links others might ...
When I am using Bitvise Tunnelier and I spawn a new xterm window connecting to our sun station everything works nicely. We have visual slick edit installed on the sun station and I have been instructed to open it using the command vs&. When I do this I get the following:
fbm240-1:/home/users/ajahn 1 % vs&
[1] 4716
fbm240-1:/home/users/a...
At my new job I'm getting acclimated with the IDE we have Visual SlickEdit 8.0 installed on our sun solaris workstation that we telnet into(lol yes ssh is turned off).
Now it does the basics but is missing many things I considered must haves like code hiding and parenthesis matching. Are there any alternatives to constantly ftping my wo...
Hi ,
How can we make a web-src for Access Manager customizations and a par-src for portal server customizations?Are there concrete steps to do this?
Thanks & Regards,
Vivek
...
I've seen a lot of mentions like this one that Sun has patented their name mangling scheme for C++.
It's certainly true that Sun's name mangling is much more efficient than the scheme used by IBM's xlC compiler, for example.
But I can't find the actual patent anywhere. Does anyone have the patent #, or a link to the patent?
Thanks!
...
Hi ,
I guess I can extend the base providers to manipulate the base layout etc.Is there any place where I can get the java source code for default providers? Where are the classes for these default providers copied to ?What are list of things that I can manipulate by extending base containers? Is there a comprehensive documentation on me...
Hi,
I'm trying to make updates to some static html templates running from Sun Applicaion server 8.2. When I save these updates and refresh on the client side I don't see any changes.
From looking at the logs, its seems to be using the old cached page:
[#|2008-10-30T17:44:01.775+0000|INFO|sun-appserver-pe8.2|javax.enterprise.system.s...
Anyone want to share some nice code that gives the position of the sun (elevation and azimuth) given latitude and longitude and time of day ?
And date, of course.
...
I hope this is "close enough to programming" to pass the bar :)
Is there any way to monitor SSL transactions / sec on Sun Webproxy? Preferably with SNMP, but anything goes :)
...
I was reading Java Platform Performance and section A.3.3 worried me.
I had been working on the assumption that a variable that dropped out of scope would no longer be considered a GC root, but this paper appears to contradict that.
Do recent JVMs, in particular Sun's 1.6.0_07 version, still have this limitation? If so, then I have a l...
I have never actually held a job as a professional programmer, yet I have done a lot of training, and have contributed to production projects. I am about to do my Enterprise Architect Certification in Java, and would like to know what level jobs each certification would open the doors to.
What certifications in Java would correlate t...
I'm developing an application using Java, Tomcat, Spring Framework and Spring LDAP 1.2.1 for LDAP access.
According to our LDAP administrator, it is not possible to find out programmatically, if a specific user is locked out in the directory - the user is just not returned. This makes life difficult for me, as I need to identify locked ...
Hi all,
I am a developer of about 2 years, who is looking to progress my career. I've mainly worked with Java up to now on various projects, and was considering trying to take the Sun Certified Java Programmer / Developer exams. Are these a useful thing to have on my CV and what are people's experience of them?
Any opinions would be we...
I use ${...} instead of in JSPs; in tomcat 6.0.10, it can parse it successfully. But in SunOne Application Server 8.2, it doesn't support this kind of usage
...
Hello,
I have done this on Websphere (re: title of this topic) using wsdl2java for generating wsdl to java mapping xml file.
My endpoint is a generic stateless EJB. The code in EJB is generated by traversing the each wsdl and getting the wsdl operation and stuck it in the generated remote EJB interface.
Each EJB method impl is generic an...