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

  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

    Both PHP and JSP will be hosted on the same server. I am looking into integrating PHP with tomcat app server. thanks
  3. mnellutla

    cross login JSP to PHP

    Yes dian, i meant single sign on. I don't know if JOSSO works with tomcat 4.0.3. I didn't see it. How to pass normal parameters between JSP and PHP? thanks for the reply?
  4. 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
  5. mnellutla

    Apache Tomcat/5.5.9 Context.xml or server.xml question

    Context path can be edited in 2 places.. 1)Server.xml ({tomcat_home}/conf <Engine.... <host... <context path="" docbase="..." </host </Engine 2)Context.xml ({tomcat_home}/webapps/[app]/META-INF/ for more info ...
  6. mnellutla

    adding classpath dependencies

    I had the same problem. As long as each subproject is in different targets you have to do the path multiple times. One solution is to have classpath set in build.properties file and use it as a variable. That might solve your problem. Else have Path in each target and it will work Hope this helps
  7. mnellutla

    Tomcat install hung--HELP!

    I had similar problem. Try with JDK 1.5 it will install properly. Java 1.4 requires compat.zip file. If you install from the ZIP files copy contents of COMPAT.ZIP file to its appropriate folders.
  8. 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...
  9. 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...
  10. mnellutla

    write to a PDS member from QUEUE

    Hi all, thanks for the replies. The reason you don't see any member names is because, DS.OUT_5 takes in TEMP1 from the line command as member name. I reason why my code previously not working was because DS.OUT_5='LV5NS0CN.UTIL.TREE('temp1')' quotes were giving me the problem. I bypassed...
  11. mnellutla

    write to a PDS member from QUEUE

    Thanks Kiwirexxdude, I found my mistake. It worked.
  12. mnellutla

    How to invoke this EXEC?

    Thanks Kevin. It worked.
  13. 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. /*...
  14. 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. /*...
  15. 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