Hello,
I have my Apache http server running on localhost:80 and restlet server on localhost:8182, but I want to configure above combination just like Apache http server and Apache tomcat servlet container can be configured with mod_jk library.
Is it possible?
Do I have to modify code of mod_jk for this purpose.
Please advice!!!
Than...
Hi there,
i have a desktop application and a browser with a started web-application running on my computer. If i select something in the desktop application i want to let the web application execute some JavaScript.
My question is now, is there a possibility to communicate directly between this 'applications' or is the only way to noti...
I am looking for an open source media streaming server.
It should have an API. I want to be able to stream videos to a mobile phones. Could you tell me the relative advantages and disadvantages of the software. Currently I am experimenting with red5
...
Hello,
On my site http://www.mediadeals.co.uk , I'm getting this strange error. The site was working perfectly well a week ago on the old server.
The error is:
Fatal error: Cannot redeclare class
soapclient in
/home125b/sub013/sc71724-JPYM/www.mediadeals.co.uk/www/includes/libs/payment/do_payment.php
on line 5261
I'm sure i...
Hello,
I've decided to code some applications in PHP that are supposed to run offline in the user's machine. However, I can't seem to find an user-friendly install wizard to create a local server in where the script will run. Any ideas?
PS: Here's an example of what I want: http://www.nolapro.com
...
I have a problem where I am able to read from any connection only once and then never again.
When I select I do basically the following in a while(true) loop:
if(selector.select( 500 ) == 0)
continue;
for(SelectionKey sk : selector.keys()) {
// if (sk != anyOtherSk()) { obj = createAnObject(sk); }
// obj.readChannel()...
I want to Synchronize two Database in two server in sql server 2008. Database Mirroring is not working for me... I've created Master key, Certificate, endpoints... Everything is perfect.. But, even though, the Mirroring is not working.. Is there any other way to attain synchronization... Plz, Anybody Could help me???
...
I am setting up some servers for website development. I want it to be organized in a fairly standard way. How do you organize your servers for development of relatively small websites, each with a little bit of unique code?
Some details I am concerned about include (but not limited to):
What distinct servers exist with respect to the...
In relation to this question on an openid issue I'm having, someone asked me to check whether my server is able to make outbound requests on port 80 and 443.
Can you tell me how to verify that? The server is:
Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PH...
Is there any way to execute exe(say notepad.exe) that is in client? If so.. how can i do that from server side.? I know its a security violation..still i want to know.
...
I want to build a question/answer game with rooms and chat. My question is: Is it possible to make it with just php and http requests? From you're experience, how many visitors will it hold. I know it's better with socket server but i only have a shared host rith now.
...
hello
i have set up a basic client and a basic server using java sockets. it can successfully send strings between them.
now i want to design some basic messages.
could you give me any recommendations on how to lay them out?
should i use java's serialzation to send classes?
or should i just encode the information i need in a custom st...
hello i have a basic client-server system running using java sockets.
my problem is, that an object that i send from the client to the server does not contain the correct data after it has been sent once.
the first time i send it, it arrives with the correct values, but when i send it another time with different values, it still arrive...
Hi!
I'm writing an application that's basically a midlet that connects via WiFi to a server on the internet. Everything's running fine, once I load the midlet onto the phone and start it, I get prompted on which way would I like to connect to the internet, so I select a WiFi access point and connect to the server.
Now, I would like to...
It's hard for me to go into exact detail on what the server needs to do (due to NDAs and what not), but it should be sufficient to say that it needs to handle a lightweight binary protocol with many concurrent connected users, ~20.000 is where we have a pretty decent estimate.
Note that clients won't be sending/receiving constantly, but...
I have a django app on my local computer. I can access the application from a browser by using the url: http://localhost:8000/myapp/
But I cannot access the application by using the ip of the host computer: http://193.140.209.49:8000/myapp/ I get a 404 error.
What should I do? Any suggestions?
...
For a new project that I'm working on I need to set up a centralized computing environment with a primary server (master) and several workstations (slaves).
The master will recieve several types of job orders with diferent intervals and expiration dates, example:
NAME INTERVAL EXPIRATION OPERATIONS
Job A 5 m ...
Hi
I have a Virtual Dedicated Server, how can I run an application periodically (ie: every Monday - 19:00). I mean, the application starts automatically at a given time.
Is there any way to do it with Java, Ajax, PHP? (sorry, I'm noob)
...
Hi
I have a requirement to run a server script on scheduled times entered by the user. This is for a program for scheduling emails. A user can enter the specific times when they want to send the mail. I have a table which stores the userid, the email text and the time at which the mail is to be sent. This time is defined in minutes. I d...
I am using visual studio 2005. When I debug and reached at exception point. I got following error dialouge.
message screenshot
When I click No, I got following error page.
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your req...