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...
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...
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.
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...
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...
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=...
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...
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...
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 = "myFunction("@$variable(subvariable)");>...
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
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...
Is there a way to parse out values from a cookie using java(not javascript). For example cookie = Name = "CookieName" and Value = "Herb,/docs/sample/file/". 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...
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...
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.