Language, We can see some webapps that run in Java beacause the .jsp .jsf .do .faces extension is shown in urls, or .php for PHP, or .asp, aspx for .NET, but i some other is not displayed, like zoho.com/view/ZB_Main for example.
Does exists some technique for knowing that?
...
Hello,
I have a drop down list that appears throughout my site. For code re-usability purposes I made it a Server Control.
Everything was working great. However I would like to add a event handler for SelectedIndexChanged
This is not working for me:
this.OnSelectedIndexChanged = "CultureSelectorControl1_SelectedIndexChanged";
followe...
We're considering creating a program which sends a POST request to a server-side program for some processing. We'd like to consider some sort of verification to make sure the POST request isn't a random spammer attempting to overwhelm our system or something. I don't know too much about this stuff, but I was thinking the client might s...
Will a vps with 360 megs of ram running Linux be able to support a single user developing a java web application that uses Spring, Hibernate, and MySQL for the database? The server will be for development only so the application will not have more then one or two concurrent users.
edit:
By development I mean a server I can deploy and tes...
I'm looking for MM7 server that can be used within a .Net program, on windows server 2008 environment.
What I found so far:
InetLab MM7.Net - not very stable on Win2008, but OK,
ActiveXperts SMS and MMS Toolkit 5.2 - only SMS server, no MM7 server.
Any other ideas?
...
I'm designing a system where I have 2 nodes: 1 node with a web server that serves JSP pages, and forwards requests to web services in another node. In this other node, these webservices forward the eequests to the business logic layer, which then interacts with a DBAcccess layer.
Is JBoss suitable for this layout? Will I have to deplo...
Hi all,
We are in the process of setting up a new development environment for about a dozen developers in our IT department, and I've got a few questions as far as server setup goes..
We're going to be using TFS 2008 for our 6 or so .NET developers, and subversion for the half dozen CF people.
Is it ok/recommended/not recommended to h...
Can I stop SQL Server reorganising and rebuilding index task while it is still going?
Thanks
...
I am trying to run git-svn using TortoiseGit and am having problems (405 Method not allowed) and am wondering if the problem is that the svn server is too old (svn 1.3). Is there any documented compatibility list of git-svn and svn server?
...
Hi all,
I am very new to java, and have been struggling with it. I am looking for an easy way to get files that are situated on a remote server. For this I created a local ftp server on my windows xp, and now I am trying to give my test applet the following address:
try
{
uri = new URI("ftp://localhost/myTest/test.mid");
File mid...
There are some WebDAV clients available for Delphi (for example included in Indy 10). Is there also a simple WebDAV server solution written with Delphi?
If there is none yet, maybe you know an implementation in a different language (C#, Java) which you can recommend as a starting point for a WebDAV server implementation? (It does not ha...
I'm going to get a low-end old (CHEAP!) computer to run non-stop as a little server for Subversion, Mercurial, Trac and maybe a little other things 99% for myself - performance isn't a concern. It'll probably have a 1 GHz P3/P4/Celeron, 256 MB SDRAM, 30 GB IDE HDD or something like that, any video card so I can hook up a monitor. I could...
We are looking into solution which involves playing copyright protected video using Microsoft DRM Server and Silverlight player. the video will be played to registered users on the web using Silverlight player.
I've read all MSDN documentation on this subject and kind of get an idea how it is supposed to work.
However, I couldn't find ...
suppose a client starts a selenium session on an RC server, but at the middle of the session the client "went away". The browser will remain open, and eventually, after enough such dropped sessions, there will be enough "orphan" browsers to slow down the computer.
How can I make sure those browsers are closed?
Why isn't there a "keep-a...
I am using windows server 2008 + Plesk to setup website.
I have certain program want to install in subfolder.
eg: trial.blablabla.com/username1
eg: trial.blablabla.com/username2
eg: trial.blablabla.com/username5
So everytime when there's a new installation, I will insert it into database and it as pending status.
Then every minute, .v...
Whats a good server side language for doing some pretty cpu and memory intensive things that plays well with php and mysql. Currently, I have a php script which runs some calculations based on a large subset of a fairly large database and than updates that database based on those calculations (1.5millions rows). The current implementatio...
I am running 3 virtual machines that are running tests using cc.net server. Currently tests are running simultanously on 3 machines. All the tests require to access Excel file. When tests run individually they all work fine but running them on virtual server is causing this error.
Any idea how to resolve this issue.
...
I need PHP for UI coding and I'll be making AJAX requests to a Java backend. I've never deployed two servers before. I'll need Apache for PHP and Tomcat for Java.
How can I do this?
...
I've got a really nasty problem...
I wrote a Red5 app and so on and it is running perfectly on my local computer.
Now the problem occurs =>
How can I make this program work on a remote server?
Local : Mac OS X 10.5 - Red5 0.63
Server: CentOS 5 - Red5 0.90
Maybe it's because of the version difference. But I can't test Red5 0.90 loc...
I recently have a problem that my java code works perfectly ok on my local machine, however it just wouldn't work when I deploy it onto the web server, especially the DB part. The worst part is that the server is not my machine. So I had to come back and forth to check the versions of softwares, the db accounts, the settings, and so on.....