Starting Hudson server
Is there an way of starting the hudson server with just the .jar files in .hudson\war\WEB-INF\lib\ ?? Is it necessary to extract it from the hudson.war file?? I am using windows and I don't want it to start as a service.. ...
Is there an way of starting the hudson server with just the .jar files in .hudson\war\WEB-INF\lib\ ?? Is it necessary to extract it from the hudson.war file?? I am using windows and I don't want it to start as a service.. ...
I have a user control in my page which is inside a update panel.By using the user control i am displaying a message for the user.I need to change the message every 5 min.The message is stored in the data base and the user control will retrieve the message from the database every 5 min once automatically. My problem is when there are ...
Hi I am having a vm image of an ubuntu server. Vmware is setup and it shows the login screen and allows me to login. Now I want to get the ip address that the vmware gave to this machine instance. I tried ifcong -a but it doent show any ip address other than 127.0.0.1. Am i doing it correctly or missing something? Kindly help. thanks...
I'm trying to write some code that various sites will embed, calling a script on my server. That script streams the binary data for an image and spits it into an image tag. However, I'm trying to control who has access to that script. So if I hand out my embed code to, say, yourwebsite.com, I want to make sure the client requesting th...
Hi, What’s the best language and IDE to develope socket server? I want a language I can learn quickly that will work on an enterprise level. Please set me up with some good resources:) Thanks RECOMMENDED LANGUAGES 'I only know Flash and scripting languages' • JAVA • C languages and VB++ • PHP I’m tring to get my Flash animations to co...
Sometimes, when i click on my app link, it takes about 30 seconds before the app starts loading, while it's in the verifying stage. Other times, with the same install, one which i have loaded and used many times, it takes no time at all. Why? What can i change about the deployment to stop this? Please note that i have no admin access...
Hi all I am new to https ( HTTP using SSL). I have managed to generate a self signed certificate file and have added the following lines to the apache conf file: SSLEngine on SSLCertificateFile /path/to/cert/file/myfile.crt SSLCertificateKeyFile /path/to/key/file/myfile.key SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdow...
Hello, I am trying to change a file exenstion, but whenever I do the file seems to corrupt. $oldFileName = $targetDir . DIRECTORY_SEPARATOR . $fileName; $newString = preg_replace('"\.tmp$"', '.jpg', $oldFileName); rename($oldFileName, $newString); The code works and changes the extension, but yet the file when downloaded, comes up as...
How would I run a python script on my site? I wrote a script that takes values (the values should come from a form that the end user fills out) and then returns a string. What would I need to add to the submit form to make the script run with the values? Is this possible or should I be using PHP? (The script involved web scraping, so ...
I need to build simple server that reads (potentially large) xml files processes them in memory(eg transform them to a different xml structure) writes them back to disk. Some important aspects of the program: speed ability to distribute the server. That means placing (what does that mean) several such servers and each server will ...
Learning java server technologies, trying to clarify some things. There are few technologies that allow java applications to communicate with each other. 1) Web services (REST/SOAP) over http 2) Simple POST/GET using URLConnection over http. 3) Sockets 4) RMI = Sockets + Object Serialization + Some Utilities 5) Different media serv...
I have a Netbeans PHP project set to run on a local server. I added some files in the filesystem; Netbeans detects and shows the changes in it's project view, but does not propagate the changes to the local server (based in a different folder). Hence project files on the local server are missing or out of date. Can Netbeans manually ref...
I was wonder if there were any resources regarding Mondango development out there, it's been tough to find any via google. ...
Hey Guys, I want to migrate my system from Active Python 2.4 to Python 2.6.5. However I face some problem in parsing XML files. The I/O is very slow. My sample xml file <config><dicts><dictName>EnvDict</dictName><dictElems><key>AppServerIP</key> <value>localhost</value><key>DBServerIP</key> <value>localhost</value><key>DBServerName...
I have an iPhone http server running on my iPhone but this supports just a single file upload and without and progress bar. I read that SWF upload can do this for me but I dont know if it works or not as the iPhone http server doesnot support server side scripting. I want to know if i can use SWF upload in for my cliet side....and how? P...
Hello!!! I need some suggestions about to create .flv from 1000 images. The application I'm building will be use flash to show the .flv, and the server, who have red5 rtmp and php5. The server will be do the conversion from .jpg to .flv. I searching information but I didn't find which language can be the best to do conversion, or some...
HI I am doing following steps to create new SharePoint site and then associating site As Project server site I am creating new site sing SPWebCollection.Add method with inheriting permission from its parents Then i am creating Project in Project center programmatically using (Project.AddProjectRow) Then updating newly created site ...
I have written a small ASHX handler that uses a small state object that I'd like to persist through the lifetime of a series of requests. I have the handler putting the object in the server-side cache (HttpContext.Current.Cache) and retrieving it at the start of ProcessRequest. How long can I expect that object to remain in the cache? ...
Can You please give me some clear idea about Socket / Port / IP address and how they are working each other in a Client Server Program? ...
I'm trying to write a server for a webSocket connection. I've read the spec (76, not 75) carefully. I'm using minefield as the browser. When I try to create a WebSocket from javascript in the browser: var ws = new WebSocket("ws://localhost:8766/hoho"); The browser responds with "Firefox can't establish a connection to the server at ...