At 12:41 AM 6/5/2004 -0400, you wrote:
I found the cause of the unfriendly documentation. Certain examples,
imbedded between tags are consuming too much horizontal space.
Not only does this cause truncation on the right margin while printing, it
also causes unnecessary horizontal scrolling.
The
-Original Message-
From: "Ben"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Fri Jun 04 18:59:40 PDT 2004
Subject: value for useBean class attribute invalid
>Hi there,
>
>I'm trying to set up a simple beans backed jsp application. I set up
>everything, the bean compiles, the context for
I found the cause of the unfriendly documentation. Certain examples,
imbedded between tags are consuming too much horizontal space.
Not only does this cause truncation on the right margin while printing, it
also causes unnecessary horizontal scrolling.
The obvious fix is to reformat the example
I posted a question about this about a week ago, but haven't seen any reply.
I've set up Tomcat 4.1.30 for secure access via SSL. Unsecure port is 8080, secure
port is 8081. I use Tomcat for J2EE application development, and the problem is
related to that. Using basic authentication, things work
All three of these attributes are for the HTTP/1.1 Connector. The JK
Connector will simply (and quietly) ignore them.
"Emre" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> The following is from my server.xml. This connector is communicating with
> mod_jk and then to an apache insta
Hi there,
I'm trying to set up a simple beans backed jsp application. I set up
everything, the bean compiles, the context for the web app is set. But
after reading around on a number of mailing lists and ruling out the
most common mistakes (no package, useBean misspelled, no full class name
use
I have a helper class which performs spell checking for all my web
applications. Since this class never talks to the client it is not a
servlet. Instead, it is just sits in $CATALINA_HOME/common/lib in a jar
file and waits for any servlet that needs a word spell checked to send it a
request. Als
I found some previous discussions concerning problems with Jetty and Acrobat
Plug-in having difficulties displaying pdf(s). They were very helpful as
the symptoms were exactly like mine although having nothing to do with
mod_jk2, where I was incorrectly concentrating my efforts.
I tried a sugges
Is there an example of Manager element anywhere on the web?
(Neither the Tomcat documentation nor the sample server.xml that comes
with Tomcat has an example as far as I can tell)
Thanks
Tim Funk wrote:
http://jakarta.apache.org/tomcat/faq/misc.html#persist
-Tim
Barnet Wagman wrote:
Is it possibl
Hi
I am using a DataSource inside a a servlet. Until now I am configuring it
with my own code (Creating instance and using setters.)
What I would like to do now is, I would like to move that database
configuration to the web.xml file.
So far, I have a correct fragmet for server.xml:
After searching the archives it seems that it is not possible.
Just to note. I added JkMount /MyApp/* ajp13 to http.conf.
That is what caused the direct url problem.
Apache does not set the header but tomcat does, strange.
Guess I will have to write my servlet as I need user access control to
Here's an update:
I ran this by hand on a command line without -verbose
for java but with the option
-Dorg.apache.commons.logging.simplelog.defaultlog=debug
for JspC and this is all I got for output:
2004/06/04 14:38:16:043 PDT [INFO] JspC - -uriRoot
implicitly set to
"/QIBM/UserData/jakarta-tom
I am really starting to hate IE.
First my site.
Running apache 2.0.49. mod_ssl to mod_jk to TC 5.0.19.
Apache is doing all of my PKI work, passes the cert to TC which handles user
auth.
My site has a lot of PDF documents. Some are downloaded via a servlet.
The problem:
It all worked great
Where and when does garbage collection happen in the JSP pages.
In my jsp pages I use beans as well as importing some of my own java
objects. What I am wondering is if I have to explicitly get rid of these
objects. Because the memory usage never seems to go down during off peak
hours.
Any suggest
Does anyone know how to get jspc to display compile
errors it encounters when compiling a jsp to a .java
file? I haven't been able to get it to work with
4.1.18 or 5.0.19. I've looked through the source code
for JspC and it seems like it should be throwing
JasperExceptions if it encounters an err
The following is from my server.xml. This connector is communicating with
mod_jk and then to an apache instance.
Do I need maxKeepAliveRequests set to a value? Does it matter.
Is the value I have for connectionUploadTimout too high?
Would increasing the buffer size help me with performance? W
Hi,
OK, I just did a clean download and unzip of tomcat 4.1.30 bin and
source. The ByteChunk (and all connector, in fact) class is missing
from the source distro as you report. I'm not sure why that's the case,
as I didn't package any tomcat 4 releases myself, but I'm surprised that
it's missing
Shapira, Yoav wrote:
Hi,
JBoss (some versions thereof, or some configurations, at least) use a
Unified Class Loader where the classloader is shared among webapps.
Your understanding that each webapp should have its own classloader (and
does, in tomcat) is correct. Further, your understanding that
Yoav
I didn't misunderstand your reply or perhaps I did and I don't reliease.
It does seem however that there is some knowledge of what source one
should get in order get a complete matching source tree for a given Tomcat
binary release, that is not obvious at least to me. If I go to the Apach
Hi,
JBoss (some versions thereof, or some configurations, at least) use a
Unified Class Loader where the classloader is shared among webapps.
Your understanding that each webapp should have its own classloader (and
does, in tomcat) is correct. Further, your understanding that the two
singletons w
Hi
I had a peculiar experience today, which really conflicts with my
previous knowledge.
I have 2 applications that use the same base classes (just UI differences).
I have duplicated those jar files into each of the contexts WEB-INF/lib.
I try to start a singleton in each of the contexts: e.g
We
Hi,
We'd be thrilled if you submit documentation fixes. What you would do
is:
- Get the source for the docs, which is at
http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/webapps/docs/,
- Modify the file locally on your machine as you see fit,
- Open a Bugzilla (http://nagoya.apache.org
I have found that some of Tomcat 5 documentation is not printer friendly.
Printing from the Windows Internet Explorer V6, even after using the link to
the print-friendly version, an aggravating amount of data is truncated at
the right margin on my HP Laserjet using PostScript. My web search for a
Hi,
You misunderstood my reply. All the TOMCAT source code for a given
TOMCAT release is available in the source distribution for that release.
So jakarta-tomcat-5.0.25-src.zip contains all the TOMCAT source code for
that release. I'm highling TOMCAT because source code for other
libraries that
Yes I did although I didn't check it until I realised I had posted to the
list owner instead of the list.
In response to off-list reply:
I'm wondering what the point of the Tomcat source drop is if one has to go
to CVS to get the source for modules such as tomcat-http11 and
tomcat-coyote.jar a
Restarting tomcat servers, for those who are using cocoon servlet for
web publishing and are used to making frequent deployments, is a very
normal procedure. Say to reload the site map or pre-compiled java
classes.
BEA's Apache Weblogic bridge offers this feature (forwards requests
only when W
just installed a standalone version of "jakarta-tomcat-4.1.27-LE-jdk14.exe" on win2k,
with jdk 14, and when i type http://localhost:8080 into web browser, get following
response:
401 Unauthorized {up in top line of browser instance}
enter username and password for "XDB" at localhost:8080 {is
I downloaded the the file "jakarta-tomcat-connectors-jk2.0.4-win32-
apache2.0.49.zip" from one of the mirrors from jakarta.apache.org. I
think it was http://www.signal42.com/mirrors/apache/jakarta/tomcat-
connectors/jk2/binaries/win32/
jw
1) Yes, you assumptions are correct
imagine this code
Map map = (Map)session.getAttribute("map");
map.put("test","test");
in this scenario, the simple tcp replication manager comes in handy.
2) Session activate/passivate is not invoked. I didn't really think of it as
activation/passiv
Problem Symptom: During the transfer of a pdf document from application
server
to web server to client browser, transmission errors occur resulting in a
partial delivery
of the document to the web client. The browser is then unable to display the
pdf
document. The following Adobe Acrobat error
I have set up an enivronment to test mod_jk2 with JBoss 3.2.3 (embedded
Tomcat 4.1.x). I compiled mod_jk2 (2.0.4) for Linux (2.6) by myself.
Everything seems to be working so far. Requests from Apache (2.0.49) are
forwarded to the tomcat instances.
The problem occurs when I try to connect after
Hi Jeffrey,
Where did u download the mod-jk2 binary for apache 2.0.49.
Thanks
-Original Message-
From: Jeffrey A. Worman [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 9:03 AM
To: Tomcat Users List
Subject: Re: RE: mod_jk2.so load problem with apache2 (winxp)
I forgot to mention
Thanks for the reply Yoav. I didn't even realize there were two shell scripts
available. I just compared Tomcat5.sh to the original that I modified, and they're
the same.
Luckily, just a few minutes ago, I found the problem. It was permissions. I allowed
more broad permissions to the Tomc
James Sherwood wrote:
Im not sure if this could be the problem or not, but it sounds like it may
be a session problem as it has to do with cookies etc.
When we upgraded to tomcat 5.0.24 our sessions went funny(too much to
explain)
When tomcat 5.0.25 came out one of the fixes had a session fix in it
Hi,
>Is the problem likely to be caused by Tomcat's StandardClassLoader or
by
>the
>java.net.URLClassLoader?
>
>Best regards,
>Michel de Groot
>
>New stacktrace:
>
>java.lang.ExceptionInInitializerError: java.util.NoSuchElementException
>at java.lang.Throwable.(Throwable.java:54)
>
Thanks for the suggestion. I tried this, but the problem did not go away.
Apparantly it moved to the commons-logging package now. Would it help to
compile that on my VM as well?
Is the problem likely to be caused by Tomcat's StandardClassLoader or by the
java.net.URLClassLoader?
Best regards,
Mic
Thanks for trying to help me. I ran with default
when you start jboss, which config set are you running (the default,
minimal or all) ?
___
NATEXIS ASSET MANAGEMENT
Meissa SAKHO
01 58 19 45 71. . . . . . . . . . . . (84571)
[EMAIL PROTECTED]
"Ko
Im not sure if this could be the problem or not, but it sounds like it may
be a session problem as it has to do with cookies etc.
When we upgraded to tomcat 5.0.24 our sessions went funny(too much to
explain)
When tomcat 5.0.25 came out one of the fixes had a session fix in it.
We upgraded to 5.
when you start jboss, which config set are you running (the default,
minimal or all) ?
___
NATEXIS ASSET MANAGEMENT
Meissa SAKHO
01 58 19 45 71. . . . . . . . . . . . (84571)
[EMAIL PROTECTED]
"Kommuru, Bhaskar" <[EMAIL PROTECTED]>
04/06/2004 15:23
Hi,
Thank you for just adding some waste to future archive searches ;) This
doesn't sound like it has anything to do with memory leaking. You need
to provide more details, such as what you means by "application got
killed" and what's in your logs, in order for people to help.
Yoav Shapira
Mille
Hi all,
I am using jakarta-tomcat-5.0.24. my application loads lot of library from a
third party. and when it set cookie and forward the request to some other page,
application got killed. no problem with the tomcat server. if remove all cookies, then
application will run. then when i set
Why Jboss3.2.3 (came with built-in tomcat) runs so many child process on
Lynix?
Are those all the processes run on the same JVM or different?
Where can we change this setting (number of processes to run on lynix)?
Please need help
__
Hi,
You got my answer yesterday, right? This seems to still be the initial
question.
Yoav Shapira
Millennium Research Informatics
>-Original Message-
>From: Adrian Cho [mailto:[EMAIL PROTECTED]
>Sent: Friday, June 04, 2004 9:16 AM
>To: [EMAIL PROTECTED]
>Subject: Matching source for To
A team I am working for is redistributing Tomcat 4.1.30 in binary form. I
want to inspect all the matching source code. In other words, if I wanted
to get the source to rebuild the same set of binaries, where would I get
this?
The reason is that I did some checking and I found that many of th
I forgot to mention that I did not recompile the mod_jk stuff. I'm
still trying to use the binary that I downloaded for apache 2.0.49.
Will this be a problem?
jw
- Original Message -
From: "Jeffrey A. Worman" <[EMAIL PROTECTED]>
Date: Friday, June 4, 2004 5:59 am
Subject: Re: RE: mod_jk
Hi,
These types of error messages show up when a user closes his/her
browser, thereby closing the output socket, while the webapp is in the
process of writing to it.
Yoav Shapira
Millennium Research Informatics
>-Original Message-
>From: James Sherwood [mailto:[EMAIL PROTECTED]
>Sent: F
Hi,
>way. The bug fix seems to indicate the any exception
>should be rethrown so I expected to see it. It seems
>that the old -v option (for verbose ouput, i.e. -v4,
>-v9, etc.) for jspc is no longer valid. Is there a
>new option that will possibly produce more output?
I don't know, you'd hav
Maybe I do need to recompile with the DSO option enabled. I did not
have to enable the DSO option when I compiled the release version. All
I had to do is drop the mod_jk2.so into the modules directory and add a
few lines to httpd.conf file and it worked. Are there flags enabled in
the compile s
Hi,
See if you can build tomcat against your VM, and run the version you
built on it.
Yoav Shapira
Millennium Research Informatics
>-Original Message-
>From: Michel de Groot [mailto:[EMAIL PROTECTED]
>Sent: Friday, June 04, 2004 4:34 AM
>To: [EMAIL PROTECTED]
>Subject: Tomcat 5.0.25 on
Hi,
Did you try using Tomcat5.sh instead of tomcat.sh (same directory, the
latter is for tomcat4)?
Yoav Shapira
Millennium Research Informatics
>-Original Message-
>From: Solley, Tim [mailto:[EMAIL PROTECTED]
>Sent: Thursday, June 03, 2004 5:11 PM
>To: Tomcat Users List
>Subject: RE: JS
Hi,
Good advice. The fork option for jasper exists in tomcat 5, it's key to helping with
these sorts of problems.
Yoav Shapira
Millennium Research Informatics
>-Original Message-
>From: Reynir Þór Hübner [mailto:[EMAIL PROTECTED]
>Sent: Friday, June 04, 2004 7:34 AM
>To: Tomcat Users
maybe have a look at the sources of the tomcat manager
webapplication, i think it has a comparable feature implemented.
mfg
alu
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Thank you very much.
-Original Message-
From: Victor R. Cardona [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 11:05 PM
To: Tomcat Users List
Subject: Re: Programmatic Authentication?
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Annie Guo wrote:
| Mind sharing your code?
Here
Did you check permissions for your service user?
> -Original Message-
> From: David Rush [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 03, 2004 3:36 PM
> To: Tomcat Users List
> Subject: Re: Can't find classes - Even More Info
>
> Still grasping at straws on this one
>
> I tried s
hi,
I think I am correct when I say javac is only used by tomcat compile
jsp. You should be able to eliminate javac calls by pre-compiling your
jsp pages.
Now, as I have not yet started using tc v.5.x I am not sure if this will
help, but in 4.1.x there is a switch in /tomcat/conf/web.xml to set
Hi,
I get this error in my tomcat log once and a while. It doesnt seem to
affect the site any and I was just wondering if anyone knew what it was?
I am using tomcat 5.025, apache 2.049 and mod_jk 1.25
Thanks
**
Exception during post
Hello,
I've got two questions concerning in memory session replication:
1.) What exactly is the difference between SimpleTcpReplicationManager and
DeltaManager?
I guess that SimpleTcpReplicationManager replicates the whole session, while
DeltaManager replicates only the attributes which changed
What do you mean by "check the 'configure tomcat' part" ?
The service is using
C:/Programme/Java/j2re1.4.2_04/lib/ext/sunjce_provider.jar
while JAVA_HOME is
C:\j2skd1.4.2_04
where can I change this for the service?
James Sherwood wrote:
If this is on a windows machine, check the 'configure tomcat'
This is an automated email reply to acknowledge your message to
Yahoo! Slurp email help.
A number of frequently asked questions regarding Yahoo! Slurp are
available at:
http://help.yahoo.com/help/us/ysearch/slurp/
Thank you for your interest in Yahoo! Slurp.
---
I would like to run Tomcat 5.0.25 on IBM J9 1.3.0 jclMax. J9 is a Java
virtual machine for embedded use. The 1.3.0 jclMax libraries are a
compatible subset of J2SE 1.3.0. I think the subset is sufficient for Tomcat
(java.beans excepted).
However, Tomcat fails with the exception (startup.bat):
java
Hi,
I'm still struggling with my SSL problem. I have connected Tomcat and
IIS using the isapi_redirect and used IIS to handle SSL. In this
configuration when I run load tests after a number of successful
requests suddenly errors start appearing (I am using JMeter). The
client gets a ConnectE
This problem is one of those missing feature in AJP13 project. For now,
Mod_jk2 can not see if your application is ready yet.
But i too am loooking for an interim alternative from tomcat side. I have
got suggestions from these mail forums that it is almost not a realistic
incident, and this happe
Did you compile apache2.0.49 with DSO enabled option? Hope you have done it.
Check spellings as well.
Compile apache2.0.49 and Mod_jk2 with same compile
-Original Message-
From: Jeffrey A. Worman [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 2:05 AM
To: [EMAIL PROTECTED]
Cc: [EMAI
63 matches
Mail list logo