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 Chriss Miller 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: *

  • Users: mnellutla
  • Content: Threads
  • Order by date
  1. mnellutla

    redirecting after success from form based login

    My App uses form based login to authenticate user. On Tomcat 4.0.3. I want to do a send redirect from login page to a chcek.jsp page to do further lookup of user, than to directly go the page requested. I read that in WEB.XML <FORM_LOGIN> has a child <Internal-foward> , a boolean value. Can...
  2. mnellutla

    cross login JSP to PHP

    I need to implement crosslogin from JSP site to a PHP site. How can i do this? Which is better Cookie, Session ID or parameters? How? thanks
  3. mnellutla

    Redirecting from j_securoty_check

    My application does a form based login on tomcat. whenever a protected page is called, if not logged in - login page pops up. After authentication it goes to the page they wanted to go. I want to know if there is anyway i can after authentication redirect to a page intermediate to the...
  4. mnellutla

    ant &lt;jspc&gt; problem

    Hi, i am trying to precompile JSPs using <jspc> task. But the compiled jsps do not have *$jsp.java format (just has *.java). When i try to use my precompiled files in localhost/_ it still compiles the JSP pages. Can you please tell me how i can compile the JSP in a particular directory...
  5. mnellutla

    How to invoke this EXEC?

    Hi Again, I downloaded the following utility from the web which indents rexx and clist programs. I have tried to invoke it from command line &quot;TSO INDENT&quot;, &quot;TSO INDENT (member-name)&quot; and etc.... I have even tried to invoke it as a line command in the edit dataset mode. /*...
  6. mnellutla

    How to invoke this EXEC?

    Hi Again, I downloaded the following utility from the web which indents rexx and clist programs. I have tried to invoke it from command line &quot;TSO INDENT&quot;, &quot;TSO INDENT (member-name)&quot; and etc.... I have even tried to invoke it as a line command in the edit dataset mode. /*...
  7. mnellutla

    write to a PDS member from QUEUE

    Hi, I am new to rexx and .... I am writing a small utility to generate a tree structure of one program calling another, up to 5 levels. I create the tree and put it in the QUEUE. when i write it to a flat file it is fine. But when i write it to a PDS it gives me errors. Here is part of my...

Part and Inventory Search

Back
Top