I have a server running windows 2003 standard. Due to a limited licensing, I am just using Apache HTTP server instead of using IIS. The problem is I am running out of space because of many image files and media files, so I want to make one directory (located in other hard drive) web-accessible...
I have a modal box that is triggered via "onmouseover" on a certain image. The problem is that when the modal box is opened, it disappears because the background becomes opaque and the mouseout is called. So it keeps opening a modal box and closing it. it seems the modal box blinks. How can I...
I am trying to replace the current node with an updated node. But when I try to replace a node, I get "Cannot mix different threading models in document" in "insertBefore" function call. I tried "replaceChild" and "appendChild". But I got the same javascript error.
I have no idea why it is...
I have a javascript function generating HTML by parsing XSL and XML. It was working fine. All of sudden, it stopped working.
I get "The XSL stylesheet document must be free threaded in order to be used with the XSL Template object"
Here is my code. Please help. Thanks.
var xslTemplate = new...
Is there any module about Perl messaging queue? I am using perl 5.8.8. I can't find any resources related to the perl mq. does anyone know about this? I'd appreciated it.
I am working on a project that has multiple frames (managed by other groups) and pop-up windows. But there is a problem. I am trying to get the url of the web application coming from a different host (managed by other group). I saw a resource saying that it is not doable. So I am just wondering...
I have four ports for network connections in my server. but for some reason, these connection go down at least once a day. so whenever it goes down, I have to click "repair" on the network connection icon. I am just wondering if clicking "repairing" too much causes any problem, or where I should...
does anybody know a good tutorial about shell scripting?
I just started learning a shell script.
I just want to know how to check if a given directory exists and how to write to a plain text file.
Thanks.
I am not sure which task I have to use to modify java properties file.
Here is my case.
I have a propeties file, demo.properties. I want to change the value dynamically at runtime.
for example.
port=8809.
then I want to change it to 8810 other port and save it to the same properties file...
I am trying to intercept all request info (GET and POST method) coming from a user.
So I have a filter that captures some basic info (request method and uri) from request. But whenever I read parameters contained in http request for "POST" method, I can't figure out how to repost parameters to...
I have a server that has 4G memory and 2 processors. but i want to install win 2003 web edition. i know that it has some limitation, like it should be installed on a server that has less than 2G memory. is there a way to install it on a server that has 4G memory?
I would like to use Apache 2 as a proxy server on Windows 2003.
I am thinking of running two apache web servers listening to port 81 and 82. So the proxy server listening to port 80 can forward it to one of them. is there any documentation about this kind of setting?
The reason is that i have...
I am trying to set up the multiple domain names in Apache 2.
let's I have a domain name www.test.com that needs to be bound to xx.xx.xx.xxx ip address.
But even though I specify like the following, it doesn't work. I have to type http://www.test.com/test
<VirtualHost xx.xx.xx.xxx:80>...
I have several action classes and some JSP pages. but one JSP page is shared with multiple action classes. The model built in the action class is displayed in the JSP page something like request.getAttribute(DATA_MODEL_VAR).
But I am just curious if there is any synchronization issue for JSP...
I have two instances of JBoss running on different ports. So far it works fine, except session issue.
I am using Apache 2.0.52 and mod_jk2/2.0.4 and JBoss 4.0.0.
here are my workers.properties and http.conf.
------------ workers.properties -------------------------...
I have a site that needs to be hosted. but I am trying to make it clustered environment with one machine.
so the url is going to be something like,
192.168.1.100:81
192.168.1.100:82
So i want any incoming request to go to either one of them.
Can anybody give me some instrunction to do it...
I am trying to build a server based on linux. The server is going to run JBoss for 2 J2EE sites and Apache. But I am not sure which linux is good. i know that there are many products like RedHat or SUSE. can somebody give me some info, like security issue or network performance? I hope that this...
I have a new xml(B) that needs to merge into another XML(A).
I am using documentElement.childNodes for merging. The weird thing is that It does not merge properly.
I have the correct number of nodes in B xml. but when it iterates and appends to B xml, for some reason it does not append all...
I have a scenario. I have an IE child browser opened by a main browser. And I want to close the child browser and make it open again after 5 minutes. But the thing is that it actually opens after 5 minutes, but it doesn't come up to the front if I am using other applications.
is there any way...
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.