Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SwapSawe

    Need Help with Spring i18n

    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.
  2. SwapSawe

    Need Help with Spring i18n

    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...
  3. SwapSawe

    Single Session at a Time

    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...
  4. SwapSawe

    Checking $JAVA_HOME in Build Script

    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...
  5. SwapSawe

    Single Session at a Time

    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...
  6. SwapSawe

    Making a simple java into something run by browser

    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...
  7. SwapSawe

    Checking $JAVA_HOME in Build Script

    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...
  8. SwapSawe

    Timeout not supported for HttpURLConnection in Java1.4.0

    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...
  9. SwapSawe

    Timeout not supported for HttpURLConnection in Java1.4.0

    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...
  10. SwapSawe

    Web server to shift between 2 NICs

    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...
  11. SwapSawe

    Web server to shift between 2 NICs

    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...
  12. SwapSawe

    Web server to shift between 2 NICs

    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...
  13. SwapSawe

    Proxy issue.

    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.
  14. SwapSawe

    Autodetection of Proxy for IE

    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...
  15. SwapSawe

    Proxy issue.

    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.
  16. SwapSawe

    Proxy issue.

    Did i happen to create confusion? Am I not clear?? Tell me [sadeyes] SwapSawe. Cheer Up, The worst is yet to Come.
  17. SwapSawe

    window when tomcat starts

    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...
  18. SwapSawe

    Proxy issue.

    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...
  19. SwapSawe

    Problem with web.xml file.

    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
  20. SwapSawe

    Problem with web.xml file.

    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...

Part and Inventory Search

Back
Top