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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sqoti

  1. sqoti

    log4j Websphere

    In the RAD(Rational Application Development) ide run on eclipse I have a web application project. Yes, there are some classes that have a main method with log.error, log.debug, etc. I can run these java classes standalone in the IDE with out running them on a server and the emails get sent...
  2. sqoti

    log4j Websphere

    I can run a java application without a server using eclipse ide and log4j will send emails as setup in a log4j.properties file. When I try to run the application on a Server however the emails are not sent. I have googled this problem all day and can't seem to find a reason behind this. Thanks...
  3. sqoti

    Passing parameters to exchange

    Please refer to my reply to your first post on this thread.
  4. sqoti

    Passing parameters to exchange

    That works in a intranet environment What about internet?
  5. sqoti

    Passing parameters to exchange

    Thanks for your help. It didn't help me any, but I appreciate your effort. If you ever pass a parameter from a url link and populate a form field, let me know. Remember this is all web based and exchange doesn't know any environment variable yet, because the user has not signed in yet to exchange.
  6. sqoti

    Passing parameters to exchange

    Is there no way to do what I am trying to do? There are some business requirements that are restricting me to just do the what I originally asked help on. I am not an exchange 2003 admin, I am a Java/Portal developer trying to help out our users per their requests. Yes, these question that you...
  7. sqoti

    Passing parameters to exchange

    First of all, why all of a sudden am I being questioned for my actions? Is this a crime? Just kidding!! This is to simple populate the domain/userName field on the login screen, so the user will only have to enter password. This is launched within a company portal, so the userid comes from...
  8. sqoti

    Passing parameters to exchange

    I have a simple task to pass the userId with the link to Exchange OWA. example: https:\\mycompany.com\exchange?userid=1234 It hits some kind of redirect and the resulting url in the address is this https://mycompany.com/exchweb/bin/auth/owalogon.asp?url=...
  9. sqoti

    java -jar command and return code

    I am initiating a java program from unix shell script. I want to be able to get a return code another than 0 if the java program throws an exception. My first instinct is that the java program has to be re-written to throw the return code back, but I am not sure how that is done. Is my instinct...
  10. sqoti

    Unescape a cookie???

    Is it possible while retrieving a cookie's value to unescape it in the process? I have a situation where the cookie is created in javascript by escaping the value. This puts all characters inot String Format which includes commas, and other prohibited characters while creating a cookie. I want...
  11. sqoti

    body onload sending "" as parameter

    Hello, I have a unusual circumstance that I have a variable that is surrounded by double qoutes and is passed to a javascript function. Well, when the variable is null it tries to pass the double qoutes without anything. <body onload = &quot;myFunction(&quot;@$variable(subvariable)&quot;);>...
  12. sqoti

    dynamically select dropdown option

    Thanks Jeff, I figured out what I was doing before was correct, but had soem syntax errors in it. I appreciate your help though and I learned a different way to code that... Scott
  13. sqoti

    dynamically select dropdown option

    Please Help if you can. I am working on a site that allows searches from many places, mainly from one search box in a top banner, but also from some pages located within the site. On one of my pages I allow a search that only searches that pages' content. This is built in, the user knows it is...
  14. sqoti

    Cookie handling

    Is there a way to parse out values from a cookie using java(not javascript). For example cookie = Name = &quot;CookieName&quot; and Value = &quot;Herb,/docs/sample/file/&quot;. I want to use java to take cookie and value and split it by delimiting the comma. Hence I would have two value to work...
  15. sqoti

    cookie question

    I am new to using cookies and have a scenario I wanted to throw out here on Tek-tips to see if I can get a bite. I want to have a form submit that captures the value entered and save it into a cookie----easy Then I want to have a separate window or browser be able to get that cookie and use it...

Part and Inventory Search

Back
Top