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...
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?
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 ...
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
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.
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...
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...
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...
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 "TSO INDENT",
"TSO INDENT (member-name)" and etc.... I have even tried to invoke it as a line command in the edit dataset mode.
/*...
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 "TSO INDENT",
"TSO INDENT (member-name)" and etc.... I have even tried to invoke it as a line command in the edit dataset mode.
/*...
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...
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.