server

How to develop a client-server seat booking program via java socket programming ?

I have a project to develop a client server application in java. This is to be done using socket programming. Our lecturer, used 2 files, the TCPClient.java and TCPServer.java, to make a connection and we typed "Hi" in the client and the server displayed that message. I need to develop a seat booking application. Any suggestions for...

NSURLConnection on simulator and iphone performance issues

I'm experiencing a weird problem and i wonder if anybody else has noticed this: I'm using NSURLConnection as it appears in apple's examples to get xml files from a certain server - pretty straight forward. And most of time it works, but sometimes it's just stuck after initialing and don't get into connection's delegate methods. I'm worki...

Out of Process COM Server - function calls and threads

When you have an out of process COM Server and you call a function from a Client inside this server from Thread X inside the client, then how this function get executed in the COM Server? In the thread its currently executing on, or on its main thread? ...

Can you pass _POST variables from 1 server to another?

I have a web form on an IIS server (has no PHP). I have a PHP script on a LAMP server. My _POST var array is coming up empty on the LAMP server. My suspicion is I cannot pass POST vars from 1 server to another but I would like to have that confirmed. Does anyone know the answer to this? If that's the case then I know I need to with use ...

Directory of "index.html" on site

I wonder if the index.html MUST be in the "www" folder on the server after uploading the site? This because I have actually made everything in a folder called "SV", so my site is located in : "www/SV/index.html" My Q is, on the server, could I just create a folder named "SV" under "www" and expect index.html to be automatically display...

change document root

I have apache2 and need to change the document root folder from: /var/www/ to /var/www/SV/ Now, I have checked the httpd.conf file, but it is empty, so I read someplace that all info is nowdays placed into apache.conf. However, I cant find any "DocumentRoot" line in that file. Should I add that line? Thanks ...

Javamail: Get mail server information

I trying to find out how to get the mail server information on the server I connect to with Javamail. I know in the debug statements when you connect you will get something like "S: +OK [MAIL_SERVER_NAME] ready.". Is there an easier way to get this information (and hopefully more information) than just parsing the debug output? ...

RSA C# Encrypt Java Decrypt

Hi guys, In my program (server side - Java) I've created keystore file, with command: keytool -genkey -alias myalias -keyalg RSA -validity 10000 -keystore my.keystore and exported related X509 certificate with: keytool -export -alias myalias -file cert.cer -keystore my.keystore After I saved cert.cer on client side (C#) and I writ...

Using iframe to load Video Chat Page from different Web Address is a best option to saves the CPU usage of Host server?

I have a Social Community Website and I want to add Video Chat,but if i add directly video chat in my WebSite then it will slow down my web server. for example. http://welinked.com/myvideochat.php if i load my Video Chat program in this page in WeLinked Domain,then it will slows down the other features of my website,and CPU usage of t...

disable keep-alive in NSURLConnection

How can I disable keep-alive when using NSURLConnection? Seems, that after cancelling and close it it still saves somewhere a socket that I was connected to server with and while the server fetches for information i cannot access another urls from the same server. I wonder if there is a way to completely reset a socket and start another ...

What are typical server to client communication patterns?

What are the usual patterns for bidirectional communication between a client and a server in a wlan environment. How is it possible for the server to push data to a mobile client over wlan after a connection has been established. Lets say I have a webservice running on a server and the moblie cients in the wlan can use this webservice....

Can Jetty be installed on ubuntu server?

I plan on using solr on my VPS. My server is Ubuntu. Does anybody know if Jetty can run without problems on Ubuntu, just as in the example Solr distribution? With Tomcat it is possible, but my Q is, is it possible with Jetty? Thanks ...

Do I need JDK or only JRE?

I use Solr in my website, and now I am about to configure my VPS account. I am at the stage where I need to install java in order to make Solr work. Now, I only plan on running solr, and using it as it is (I have no java programming skills at all), so my Q is, do I need the entire JDK which includes JRE, or is JRE enough? Thanks BTW:...

Running Solr on VPS problems

I have a VPS with Ubuntu OS. I run solr om my local machine (windows xp laptop) just fine. I have configured Jetty, and Solr just the same way as on my computer, but on the server. I have also downloaded the JRE and installed it on the server. However, whenever I try to run the start.jar file, the PuTTY terminal shows a bunch of text...

Will a CF code run on regular server?

I am tasked to integrate a CF code(about 70 lines) into our site then configure it to communicate to another site's server. However, our hosting site is just a typical server without CF support. Will the code run? All I know is that CF is Adobe's version of PHP and ASP. I have no experience coding it. Could you please enlighten me? From ...

SCRUM + MS Project Server

Looking for free solution which integrates MS Project Server and SCRUM daily meetings. Any suggestions? ...

Rails: Object#id will be deprecated; use Object#object_id

Hi everyone, Very quick question. My server is warning me that line 37 will be deprecated, specifically: #Server error: views/projects/index.html.erb:37: warning: Object#id will be deprecated; use Object#object_id #Views/projects/index.html.erb: 6: <% for project in @projects do %> 36: <%= project.id %> 37: <%= Matching.find_all_by_cu...

Solr authentication possible? (or apache port authentication would also work)

Currently anybody can access the solr admin page by going to my_ip:8983/solr I can't have it like that, so how can I make it prompt for password or something? I have setup my servers apache2.conf file to prompt for password whenever my site is accessed by www.mydomain.com. But when using another port, the "require password" wont show ...

Can cometchat be used with socialengine 3.xxx while it stays on a different server

Hi, Is there a way to use cometchat with socialengine while we keep the ajax scripts handling chat requests on another data and still integrate it to the Socialengie3.xx Also if cometchat can support a socks server please let me know if yes which sever? -- Usman ...

How to use SVN without a server?

Hi, the idea is to use SVN (Tortoise) but, the thing is I dont have and dont want to use a server, cuz this will be used with only one person, is a college project. I have an old computer that I could use to make a server, the idea is to use it like a server. What documentation should I read, or what should I do to make it happen?... ...