Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: caesarkim
  • Content: Threads
  • Order by date
  1. caesarkim

    making a folder web folder on windows 2003

    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...
  2. caesarkim

    question about modal box

    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...
  3. caesarkim

    JavaScript Error removing and appending Node

    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...
  4. caesarkim

    Javascript parsing XSL

    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...
  5. caesarkim

    Perl messaging queue

    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.
  6. caesarkim

    getting the url of other frame or window

    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...
  7. caesarkim

    network connection problem

    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...
  8. caesarkim

    check if a given directory exits.

    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.
  9. caesarkim

    modifying java properties file.

    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...
  10. caesarkim

    problem: reading values from ServletRequst in Filter

    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...
  11. caesarkim

    installing win 2003 web edition.

    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?
  12. caesarkim

    using Apache as a proxy server

    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...
  13. caesarkim

    setting up multiple domain names

    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>...
  14. caesarkim

    newbie question about network cards with IP addresses

    I want to have four ip addresses on my server. does it mean that I need four network cards?
  15. caesarkim

    JSP synchronization with multiple action class

    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...
  16. caesarkim

    Apache workers.properties problem.

    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 -------------------------...
  17. caesarkim

    Newbie: Hosting setup.

    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...
  18. caesarkim

    linux server

    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...
  19. caesarkim

    documentElement.childNodes problem

    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...
  20. caesarkim

    focusing a child IE window.

    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...

Part and Inventory Search

Back
Top