Why don't you unroll the loop ?
I assume that you want recursive calling to go only one level deep,
so copy the firstPahe.jsp to secondPage.jsp
They contain the same code .
firstPage calls secondPage.
It's probably safer also- no possibility of infinite loop if there
a bug.
If there's a lot of co
I got tomcat installed & working. I'm using IBM's sdk 1.2 on Red Hat
Linux
When I started to compile my own servlets I got an unexpected error.
import javax.servlet.*;
import javax.servlet.http.*;
package does not exist ?
That's a surprise. Ok where is the package.
I can't find it on IBM's web
>From what I have read Enterprise level applications
are headed to 3 or 4 tiers. Tier 1 is the client (browser)
Tier two is the Web server coupled with a container for presentation logic.
Tier three is optional and is a container for business logic (ie.
Enterprise Java Beans )
Tier four is the d
I had tomcat 3.1 running with Apache - then wiped tomcat out & down
loaded 3.2
Now it won't run. Not even stand alone - The U.G is no help
i386 Linux Red hat 6.2 jdk1.2.2 from Blackdown (Sun) in
/usr/local/jdk1.2.2
tomcat in /usr/local/tomcat3.2
echo $TOMCAT_HOME returns /usr/local/tomcat3.2
Jan, I'm using tomcat & apache on a Linux machine which uses a Unix SysV type
init .
Here's how I start it at boot time. Created a symlink in /etc/init.d called
'tomcat' that links
to the tomcat.sh script wherever you put the tomcat/bin directory.
Then in each rcX.d subdirectory (where X is a numb