How to check the status of mail server (SSL, SMTP port 465) in C++
Ping is not working. Telnet is not an option, sending a mail also. Preferably a function from a library that returns true or false. Thanks. ...
Ping is not working. Telnet is not an option, sending a mail also. Preferably a function from a library that returns true or false. Thanks. ...
I currently run Visual Studio 2008 SP1 connecting to Team Foundation Server. I want to try out the VisualSVN client connecting to a separate repository I have in SVN. Is it possible to install the VisualSVN client on my existing dev machine such that I can use Visual SVN for some of my solutions and TFS for others? ...
I would like to have a local DNS server which I can configure in some way. Maybe a php script, which gets the requested hostname and returns the IP. I don't want to have an IP/Hostname list, but I want to generate the IPs in code! Do you know how to do this? ...
Hey yall, I have a wicket- and also a server-related question: We built a little server with java (yeah, I know, why re-invent the wheel ... I got that a lot when I asked the question on the wicket-mailing-list) .... so let's just say, it is desperately needed b/c ... ehm ... I still can't think of a good reason, but there's not a lot I...
with apache, is it reasonable to reduce MaxClients when KeepAlive is Off? currently, MaxClients is set to 150, which is the default for mpm-worker. nginx serves static files and reverse-proxies to apache we are averaging around 12-15 requests per second cpu load avg is never above 0.8 on a quad-core box thanks! ...
Hi All, I'm writing an Android App and I'm looking for the fastest (In terms of setup) way for me to send data to a server and receive information back on request. We're talking basic stuff. I have a log file which tells me how a user is using my application (In beta, I wouldn't runin a user experience by constantly logging usually) an...
Is it possible to configure Apache web server to map a directory to a path on another web server? For example, can I make requests for http://server1/resource/ return http://server2/resource/. If this is possible, how do I go about setting this up? ...
Hey everyone, I know my "problem" or the way I want this to work might not be a common approach, but I hope someone can point me in the right direction. I am still messing with a self written java server (let's call it "myserver"). But I kinda just want it to validate whether a user is allowed to access the servlet he is requesting. I am...
Hey everyone, as can be seen from two other question I had I am looking for a secure webserver as there where discussion at work how safe tomcat really is. But basically what I found on the net regarding how safe it is is greek to me. So I was hoping, someone could explain to me how safe tomcat really is? Like, is it possible to mess wi...
I have a Visual Studio 2008 solution that contains a handful of projects. One project contains a WCF Service I'm deploying. That WCF Service references some code in one of the other projects. That code is trying to read a file that's in a folder in the WCF project. Pseudo-project structure: Solution Project1 myclass.cs string ...
Is there any simple way to find broken ntfs symbolic links in windows and delete them? (other than manual search and destroy) I'm in this mess because of windows home server's inability to upgrade without removing disks :/ and the files are scattered randomly on a bunch of disks (but the structure is intact and mirrored on all disks) ...
I am developing a sharepoint portal for a suggestions and rewards system and need to alert duplicate suggestions. Suggestions will be in free text format, hence need fuzzy search. I understand that “Damerau-Levenshtein algorithm” does fuzzy search, but how do I implement in Sharepoint portal? Can Microsoft Search Server help? If yes, how...
I am writing a program. my program receive data from a server through HTTP protocol. the data will be pushed by server to my program. I tried to use WebRequest, but only received one session of data. How can i keep the connection alive, to receive the data from server continuosly, Any help is appreciated. the following is the SDK docu...
What are some of the techniques / tools you use to analyze your application server logs? My dev environment is Windows and my logs are on prod unix boxes .Some times I need to go thru archived logs(atleast on 4 servers) from many months ago to figure out a root cause of a error or exception. It is kind of a time consuming process and I ...
If we are to separate our web server and app server, would we need java on both machines? I've had one coworker say to install jboss on both machines (seems to defeat the purpose if both machines have app server installed) and another says just install jboss on one and apache on the other (app server/web server). I have the web project...
There are tons of Google examples on making a POP3 client in .net but I want to make a simple custom POP3 service/server to retrieve email for the user from a custom database. Are there any components or examples of that? ...
Hi, We're in the throws of redesigning a screen from "old style" edit and submit, to AJAXy style with auto saving every few seconds. The result will be way more, but way smaller server/db round trips. For example as a user edits a textarea field, we'll autosave their changes every 60 seconds via AJAX. Currently they would update one or...
Hi I get this error in windows xp, when try to access http://localhost:8080. I do not see any errors in resin before hand. Also the JAVA_HOME in windows is set. 500 Servlet Exception Resin can't load com.sun.tools.javac.Main. Usually this means that the JDK tools.jar is missing from the classpath, possibly because of using a JRE ins...
I was able to run Default.aspx but i think i am doing this wrong. I uploaded my ASPX files and Global.asax to httpdocs i did a simple test to see if there was any URL rewriting and there was none (which every page requires except for Default.aspx). I am unsure how to properly upload and run this. ...
Locally this works but on the server when i do something like /user/profile i get a 404 however if i do /user/profile.aspx it works. I also rewrite images from /s/example.png to /localLocation/example.png, this doesnt work. If i write /localLocation/example.png it does show up however it defeats the purpose of my rewriting. Also if i att...