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 Wanet Telecoms Ltd 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 smitapatnaik

  1. smitapatnaik

    what is java.lang.reflect.InvocationTargetException

    thanx venu!!!!!!
  2. smitapatnaik

    what is java.lang.reflect.InvocationTargetException

    When i am starting my server(Jakarta-tomcat-4.1.29) i am getting this java.lang.reflect.InvocationTargetException?? What could the reason be??
  3. smitapatnaik

    silent authentication

    hi sedj!!!!! There is no error stack trace....... In the above code i get the userID like this s p 1 5 4 0 8 (its not like this sp15408) This is how it looks on tomcat console. In the database i have a record for sp15408 as well as s p 1 5 4 0 8 but still in the query it does not get the...
  4. smitapatnaik

    silent authentication

    <% String userID = &quot;&quot;; String auth = request.getHeader(&quot;Authorization&quot;); if (auth == null) { response.setContentLength(0); response.setStatus(response.SC_UNAUTHORIZED); response.setHeader(&quot;WWW-Authenticate&quot;, &quot;NTLM&quot;); response.flushBuffer(); return...
  5. smitapatnaik

    Need help in starting off with lucene

    I am just starting out on using lucene. I am following the steps as given in jakarta.apache.org\lucene docs. I have put lucene-1.2.jar and lucene-demos-1.2.jar in my java(vers 1.4.0) classpath. Now when on the command-prompt,i am writing java org.apache.lucene.demo.IndexFiles it is giving...

Part and Inventory Search

Back
Top