Hi,
I'm using script.aculo.us for some effects on a site I'm building. One of the effects I'm using is Effect.highlight().
The actual code for this would be (for example)
<span id="back" class="wide-button" onclick="new Effect.Highlight(this, { startcolor: '#ffffff' })">
When this div is...
Hi,
I've a linux (Redhat 8) machine on a DMZ. I want to SEND email only from this machine (only to address within our own LAN) and no email has to be received. However, when I try to send email, the following type of error is cropping up in the /var/log/maillog: (the names of the machines have...
Hey there
I need to get a data feed from a sqlserver 6.5 database sitting on a NT 4.0 box, and populate a mysql database (on a pc running red hat 8) with this feed. I have a java program that gets the feed running on a machine running windows xp, but this uses a registry-stored ODBC System DSN...
Hi there,
I want to parse xml from an incoming socket stream. I want my parser to be able to respond individually to discrete xml documents arriving on the same socket (i.e. I can't use the close() method to decide when and where an xml document actually ends). I think the only way of doing this...
Hi,
I have scripts whose stdout and stderr output I pipe to 2 different files like so:
script.sh > /tmp/out 2>/tmp/out_err
I would like this output (both stdout and stderr) to also appear on the screen when I run the script. I know I could do
script.sh | tee /tmp/out
but this would pipe all...
You must give your <select> a name attribute, i.e. have something like <SELECT NAME="STOCK_OPTION">.
Also, start and end the <select> OUTSIDE the for loop, so have
<select NAME="STOCK_OPTION">
<%
for(...)
{
%>
<option....>
<%
}
%>
</SELECT>
Also each option must be given a...
I presume you're setting this attribute in the request prior to loading this jsp page. If you are then try using the request.getAttribute() method to read it. You don't need a hidden field unless you want to re-submit the value again via the next request.
Hi there.
I have another question about this. I want to zero pad a number of the form '12345+' where the plus signifies the sign of the number. The fact that the sign is at the end of the number means that printf does not recognise it as a valid number, and therefore will not print the + when I...
Hi there,
I'm trying to use printf in awk to format some text a certain way. However I'm encountering problems when passing in the text to awk as a shell variable when the variable contains spaces. Say I want to use the text "hello there" as my formatable text. The following works...
Hello,
I'm doing my weblogic development on an aix box with WL 5.1 SP10 (all development is done using expanded classes under weblogic/myserver/servletclasses, for production we use WAR files). Each time I update a class while developing it seems I have to restart the server to get it to refresh...
Hi,
I need to parse a cron file and find out when a specific job will next be executed on my aix box. Has anyone here seen a script to do this, and if not, do people think that awk would be powerful enough to decipher any crontab entry, including ranges, multiple comma-seperated entries and...
Hi there,
I have a crontab file with several entries. I would like the job being run by crontab to actually check the crontab file that has executed it to ascertain when exactly the job will be run next. Is there an easy way to do this or as I expect do I have to write a massive script to...
I discovered the problem: The ejb classes were being deployed along with the rest of my application, so weblogic was reading these (older) ones rather than the ones in the ejb jar.
Thanks anyway
Hi there,
I'm developing ejb's locally, and dropping them onto a remote web server. At the moment I'm debugging a bean, so I'm adding new log messages to it. However, when I view the console output from weblogic, it seems as if weblogic is still reading the very first instance of the bean I...
sorry, I found that problem. In my fixation with jar files I forget to check if a free class existed with that name; it does under weblogic.classes
Thanks anyway
Hi there,
I'm trying to test a class that will eventually run by a servlet on its own. I'm using weblogic to pick up the database connections the class needs from one of its pools. The class runs fine on my win2000 pc, but when I try to run it on an aix machine it gives me a NoClassDefFoundError...
Hi,
I have an rdist from an aix machine to a linux box. Does anyone know if it is possible to get rdist to rdist a certain directory to a different directory on the remote machine? i.e. I want to rdist a directory aaaa/bbbb/cccc to a differently named directory xxxxx/yyyyy/zzzzzz on the remote...
We run into problems with dependencies when compiling the new rdist for aix. It requires other packages to be installed as well, and we don't want to move from out current aix version, because these machines contain our mission-critical apps.
Yeah, I've looked at that one, but as I understand it that version is a newer one. You can get it to reference the oldrdist for old rdist commands,but it doesn't look like the oldrdist is included in the distribution
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.