Hi,
I am trying to replicate data from server A (Sun DS 6.3.1) to server B (Sun DS 5.2). On server A, using DSCC I had specified the connection to be Authentication by DN and had entered the correct DN (cn=replication manager, cn=replication, cn=config) and password. I had verified this through using command line to run the replication ...
I am using a function Rename() (php) to move some images from one folder to another.
The destination folder has special characters in them.
However, when doing this on the server I get the error that the folder isn't found with the name. And in that error, the folder names special characters are replaced with Squares:
Warning: rename(...
How do you set the visibility of a (fileupload) control from ASP.net code (I need to hide a fileupload control in a webuser control from server site, otherwise hasFIle is always false).
Also setting the "Visible" property to false does not work (as is confuses the AJAX panel so the fileupload forgets that it has a file).
theFileUpload....
How would I make a Visual Basic application talk to a web server? Someone will press something on the site and I want the application to display the information that the web site passes along to it.
...
How to enable IIS server functions on windows from your C# Programm (or just using BAT file)?
...
Is there any Example of PHP user to user chat on sockets?
...
How to open PHP socket onto some URL? (like www.ex.com:8080/mySock/)
I want to send user to a user Chart Room 1 if ho goes to www.ex.com:8080/mySock/Chart1 and www.ex.com:8080/mySock/Chart2 to some other chart room if he goes into another (live php multy useres chart on sockets (Flash backend))
...
we are running into an issue with our ASP server.
If you try to access a password protected page it does a security check and redirects you if you are not logged in, retaining the URL (ie. Members/MemberLogin.aspx?doc=/PodCast/Default.aspx)
The vb script places the "/PodCast/Default.aspx" in a variable and holds it until the login proc...
I have a form that lets users upload a photo of themselves. This seems to work. The photo does exist on the server once uploaded. When I try to access the file I get a "403 forbidden - you don't have permission to access this url on this sever" and also I get "Additionally, a 410 Gone error was encountered while trying to use an ErrorDoc...
I have Apache installed on a corporate XP (yeah, I know) machine that I can't re-image. I have partial admin rights on the box. I can install software, but I cannot disable/uninstall or change configs on any of the corporate junk.
Random content is not getting served to localhost from Apache. The same content may be served fine (or n...
I have a Lighttpd server plus mod_fastcgi. And today I had Internal Server Error 500. I've checked my error log and it goes like this:
2010-04-22 22:59:14: (server.c.1464) server stopped by UID = 0 PID = 3332
2010-04-22 22:59:15: (mod_fastcgi.c.1768) connect failed: No such file or directory on unix:/tmp/php.socket-5
2010-04-22 22:59:1...
Is there any opensource Flash+PHP multyuser whiteboard?
...
Rigth now I am using two glassfish servers for my application. At the time of loggin in I set the cookie in first server in following manner,
Cookie userCokey1=null;
userCokey1=new Cookie("userName", new String(Base64.encodeBase64(userName.getBytes())));
userCokey1.setPath("http://192.168.1.132:8080/touch/");
res.addCookie(userCokey1);
...
I installed mercurial-server on one of my machines, cloned my project there, it has 3 subrepos, and when I try to clone it back to another location I get an error:
remote: mercurial-server: Cannot
create repo under existing repo
abort: no suitable response from
remote hg!
So I'm starting to think that mercurial-server does...
I am doin a Some Socket Programing Stuff in Java..
Here i have created a button(Create Server)..and when i click it ,it starts server...but i want to change the button name to (Stop Server) after Starting the server...
so i did this..
but when i press start server it starts and the button name remains the same...
and when a client gets ...
Not sure if this is a valid question. I have an application running under oracle application server (apache). I need to upload a file from the PC to webserver directory.So I need to find directories to which the web server can write. Where is this info available.
...
Hi everybody.
I already read that there is no possibility to run GSON in GWT client code, but that it is possible to run it in server code.
The latter one is which I'm trying to achive, but not getting to work. I thought any class within the com.whatever.server package has access to the whole JRE namespace including reflection. It seem...
Hello,
I would like to make a server for a chat and I wonder whether a server must, for example,
connect to MySQL whenever a client enter to a room to check if he is moderator or banned from this room.
Is it necessary that I use MySQL to update the number of connected clients whenever a client go to another room(to display the number of ...
I need a way to make sure my script won't block the viewed page,
if the server serving the script is down (port 80 is blocked for some reason).
Currently when I test it and take down the server (Apache), or close the firewall,
I see in the browser that it is trying to load the resource (script in that case), without success for long sec...
I have, let's say, a root website with mysql db on a remote server.
I want to connect to that particular database (to make queries), from many other little websites (with lower priviledges).
Can this be done?
Language: jsp, java, php
...