Thanks Tim, I wud look into that direction till now, i was just looking for some short cut. On a second thought, I am still open to short-cuts ;)
Cheer Up, The worst is yet to Come.
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...
Dear sedj !!!
Using a db mighnot be suiting for best performance, as this would involve call to db which may take time, considering number of users (may be 1000).
Dear feherke !!!
That was really a nice catch you found out. I wonder why did not I think of it.
Thanks to both of...
Dear sedj !!!
Thanks for reply, my comments inline.
1) Fail, alerting the user that they must set the env. var.
There's the catch how do I go for it.
2) Prompt them to enter it during the script.
First I need to know how to check the JAVA_HOME.
3) Execute a 'find / -type f |grep...
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...
I am not sure what you are looking for, probably this should help you.
I feebly remember a class called Runtime in java, which can be used to execute a command, where in you may execute the following command "<PATH_TO_IE.EXE>\IExplorer www.google.com" and it should open the IE window...
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 Tim,
Thanx for everything. Follows the code that works, it needs few jars -commons-httpclient, commons-logging, commons-codec.
SwapSawe.
import org.apache.commons.httpclient.*;
import org.apache.commons.httpclient.methods.*;
import org.apache.commons.httpclient.params.HttpMethodParams...
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...
Hello, I just now found that you can make webserver to listen on more than one IP Address in case you have multiple NIC, I don't know if I am understanding it correctly this link tells me that probably I have found a solution, ie. in case one NIC is down the other NIC would still be available...
Thanks sedj, even if its not a solution, but atleast you informed me that I am looking in wrong direction for the solution.
I guess I should think about some thing like Load balancing techniques... however since I am looking for least expensive soln. I would be looking for a software for...
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 !!!
I finally resolved the issue using Proxy Autodetection feature of IE. I have also posted an faq which gives an idea as in how to resolve it. faq608-5768
Regards,
SwapSawe.
Cheer Up, The worst is yet to Come.
Environment-
ISC-DHCP3
FreeBSD 4.11
Apache2.0
Requirements-
A DHCP Server
A Web Server (both are same m/c in my case)
A Microsoft Client
Server-side Procedure-
Install isc dhcp in my case the version was 3.0, once dhcp server is installed, the next step is to configure dhcpd.conf...
Thanks, seems that it would do the work let me try it, however you stumped me when u said,
I do not think i could understand the above statement.
Regards,
SwapSawe.
Cheer Up, The worst is yet to Come.
It so happens because the tomcat gets a JVMBindException, and hence could not start; meaning that Tomcat was not shutdown appropriately, ie. giving it enuf time to release the sockets and other resources. Or may be, some other process is using the port number which u have designate to Tomcat...
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...
Hello sedj !!!
Thanks for putting in so much effort. However, you were correct that didnot matter. I changed it still i am having same problem.
Regards/SwapSawe
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...
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.