dReader(
new InputStreamReader(connection.getInputStream()));
String line = null;
while ((line = in.readLine()) != null )
{
out.println(line);
}
%>
Troy
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 23, 2001 1:16
You can try using javax.servlet.RequestDispatcher or in the worst case you
can open up a java.net.HttpURLConnection to the servlet and grab the
returned data. I'm pretty sure that there is a struts taglib that will do
the latter too.
Troy
-Original Message-
From: Robert E. Baker [mailto:
this solution!
Troy
-Original Message-
From: Troy Landers
Sent: Wednesday, January 10, 2001 10:19 AM
To: '[EMAIL PROTECTED]'
Subject: RE: bizarre JasperException on Solaris box
But if method size was the problem then shouldn't it blow up when I try to
compile it from the command
It looks like you need to tell tomcat where to find the tld. This should be
done in your C:\utils\Apache\htdocs\jsp\WEB-INF\web.xml file.
Here's an example from my web.xml:
/impact.tld
/WEB-INF/impact.tld
Troy
-Original Message-
From: Regis Muller [mailto:[EMAIL PROTECTED]
My tomcat.log is in TOMCAT_HOME/logs.
It looks like this is specified in my conf/server.xml file where I have the
following:
Troy
-Original Message-
From: kiril [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 12, 2001 9:25 AM
To: [EMAIL PROTECTED]
Subject: Where IS the tomcat log
.0_01 is the newest version I know:
http://java.sun.com/j2se/1.3.0_01/index.html)
- restructure your JSP Source in way that the service
method gets smaller (put parts of your scriptlets in
own methods and just call those methods from your
scriptlets)
> -Ursprüngliche Nachricht
Jeff,
Thanks for the info. Unfortunately we have Tomcat setup so I can't hit it
directly. If I don't get anywhere in the next day or so I might change that
just to verify that we're seeing the same thing.
Also, I'm pretty sure that our box is reasonably up to date on patches. The
only thing that
I just verified that I can compile this file from the command line using the
same environment and command line args.
I'm confused.
Troy
-Original Message-
From: William Brogden [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 9:12 AM
To: [EMAIL PROTECTED]
Subject: Re: bizarre
version?
java -version
> -Ursprüngliche Nachricht-
> Von: Troy Landers [mailto:[EMAIL PROTECTED]]
> Gesendet: Dienstag, 9. Januar 2001 07:42
> An: '[EMAIL PROTECTED]'
> Betreff: bizarre JasperException on Solaris box
>
Hi,
We're currently running Stronghold & Tomcat 3.1 on a Solaris 2.7 box and are
running into a bizarre JasperException (see below) where certain large pages
won't compile. This problem only occurs on our staging Solaris machines and
never on any of our NT development machines. Further when I loo
10 matches
Mail list logo