Hello All !!!
I have got a problem with spring, could not understand where should i redirect this to..
We are using Spring framework's ResourceBundleMessageSource, to use i18n feature, now my requirement is to have the errorMessages out of my jar, and may not be necessarily on classpath, so...
Hello All !!!
What is the best way, performance wise, to ensure, one user can initiate only a single session and if he tries to initiate another session, while logged in, he should get an error page, saying your session is currently active?
One of the ways I could think of is keeping...
Hi All !!!
I have used tomcat, jsp, servlets to build my application under FreeBSD Unix Environment. Now I intend to produce a build script such that the user can get war file by running a simple "./BUILD.sh".
I am not considering using ANT because, the user might be aversive to using...
Hi All !!!
I am trying to create a program to connect to some server wherein, I intend to implement time out. However I have observed that this feature is supported by Java5.0 API, but sadly its missing in Java 1.4.x, which happens to be my production environment.
If any of you guys...
Hi !!!
A situation which has stumped me.
Scenario -
The web-server running with two NICs hence, two IP-address. Now the Webserver is listening on one IP.
Requirement -
The Web server should be intelligent enough to shift to another IP, in case the first NIC fails.
I do not know if...
Hi there!!!
I have a strange issue, at hand
Scenario:
Our clients have three LANs guarded by three different proxy. We configure their IE to match appropriate proxy and the applications run fine. Now they have this "bad" habit of pulling out workstations from one LAN and hook it up...
Hi !!!
I am using the following web.xml file since long but since the time that I have added these two new entries for index1.jsp, AddWish and modified this one Index Servlet.
The AddWish and Index servlet work on Development PC with Linux, but do not work on Testing environment under...
Hi !!!
I have installed Tomcat v5.0.25 and was able to surf through the pages in $CATALINA_HOME/webapps/examples but when i created my own directory $CATALINA_HOME/webapps/myjsp and put a simple HelloWorld println in it. I got the following error >>
HTTP Status 404 - myjsp/first.jsp
type...
Hi !!!
I have installed Tomcat v5.0.25 and was able to surf through the pages in $CATALINA_HOME/webapps/examples but when i created my own directory $CATALINA_HOME/webapps/myjsp and put a simple HelloWorld println in it. I got the following error >>
HTTP Status 404 - myjsp/first.jsp
type...
Hi All!!!
Its a strange situation for me that I am unable to run Java applets in my IE, when I have already made the required changes in Tools/Internet Options/... to enable Java Applets (actually that was allready checked). I am running IE 5.0, with jdk1.3.1. It would be extremely helpful...
Hi!!
Actually I am working on a code where I am required to know what percentage of CPU is being used and how much memory is used at current point of time, as I m executing the program. If I am not clear lets talk something through example, when we go in the task manager in Win NT the...
Hello,
Dear All,
I wish to use Windows API to access the following information through C Program :
Software currently running.
System Up time.
Numbr of Process Loaded,
Number of Process Running.
I hope i m able to make my question clear.... coz it cannot be more clearer than the...
Dear all this is a prog. which means to turn the CAPSLOCK on. This prog works fine in Win9x, WINNT, DOS but when I tried it in Windows 2000 - DOS it simply didnot work.
the code follows -
int main()
{
int *p;
p=0x417;
*p=65;
}
I wud also like to know how to access the system variables which...
Dear All,
I am required to send a signal from one program to another program so as to execute the specified function. I am familiar with raise() and signal() ie. what they do. But I am unable to use them. Can anyone be kind enough to give me a sample source code. I am posting this again coz...
Dear All,
I am required to send a signal from one program to another program so as to execute the specified function. I am familiar with raise() and signal() ie. what they do. But I am unable to use them. Can anyone be kind enough to give me a sample source code.
Thanx,
SwapSawe.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.