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

    shtml files in WSAD test env

    my web application has shtml files. In WSAD(5.1.2) test environment, when i try to acces the shtml file, my browser prompts me for required action (to download, or open with default application). Could someone tell me the required configuration changes to enable my test environment to serve...
  2. samasamajam

    edit properties file inside a jar

    Hi, My standalone application is bundled into a jar file and uses a properties file for configuration settings and the properties file is also bundled inside the same jar. For reading from the properties file,I use the following code snippet -...
  3. samasamajam

    override location directive

    I have a requirement where i have to use basic authentication for all urls starting with /servlet/com.xx.yy except for one URL of the form /servlet/com.xx.yy.zz. Can this be achieved using the Location directive in apache server 1.3.12 Is there any other way of doing this??
  4. samasamajam

    delete cookies with a particular domain

    hi, i have a requirement to delete/block/modify cookies coming from a particular domain. Is it possible to accomplish this in HTTP Server 1.3.12? Is it possible to make changes in mod_usertrack.c to do the above?? pls suggest as to how i should proceed. My main requirement is that i have two...
  5. samasamajam

    how to redirect domain to sub-domain

    Hi, i have 2 registered domains for the website http://xyz.com and http://www.xyz.com - both URLs can be used to access homepage. Is it possible to redirect to http://www.xyz.com when the user enters http://xyz.com?? The redirect syntax in apache 1.3 seems to work only with URL-path for the...
  6. samasamajam

    page doesn't print if close fn is immdtly called

    I have a requirement where i have to print the page contents in a printable format. For this i have to open the printable format in a new window and issue the print command. i am using window.open for opening teh new window. In the body tag of the new window i have the following code.. <body...
  7. samasamajam

    Websphere not starting after db2 upgrade

    hi after db2 memory(hardware) upgrade, websphere app server 3.5 is not starting, both machines are on AIX. But when we change teh date to teh previous date, websphere starts with no problem. After starting we were able to change the date back to the current date. What could be the problem...
  8. samasamajam

    equivalent of number in words in java

    hi in my application, i have to print cheques in which, i have to represent amount in words(for UK currency) it would be of great help if some code is readily available, in java. i would really appreciate the help. thanks in advance
  9. samasamajam

    WSAD with Oracle - Cant retrieve metadata

    i am developing CMP entity beans in WSAD4.0.3 with Oracle 8.1.7 as the database. I have defined a custom finder method using ejbql --> &quot;select e from TestBean e where e.TestName = ?1&quot; while generating the deploy code for this bean i get the following error ---> &quot; cant find...
  10. samasamajam

    WSAD with oracle - cant retrieve metadata for column

    i am developing CMP entity beans in WSAD4.0.3 with Oracle 8.1.7 as the database. I have defined a custom finder method using ejbql --> &quot;select e from TestBean e where e.TestName = ?1&quot; while generating the deploy code for this bean i get the following error ---> &quot; cant find...
  11. samasamajam

    How control-M can be used as scheduler

    plss explain how Control-M can be used as the scheduler for running shell scripts(which execute database stored procedures)at regular intervals of time
  12. samasamajam

    Scheduling execution of Stored Procedures using Control-M

    Could anyone plss suggest as to how Control-M can be used for scheduling shell scripts that execute Database Stored procedures at predefined intervals of time
  13. samasamajam

    prescheduled execution of stored procedures

    plss tell me how to schedule execution of shell scripts at regular intervals which inturn execute stored procedures

Part and Inventory Search

Back
Top