On 5/11/07, Milanez, Marcus <[EMAIL PROTECTED]> wrote:
Hi,
Do I need something else besides declaring <%@ page
trimDirectiveWhitespaces="false" %> to have my page's white spaces
trimmed? This directive doesn't seem to work at all...
You are right it doesn't seem to work on Tomcat 6.0.10, well
I am running tomcat 6.0.10 on RHEL4. Apache 2.0 is the front end, via
AJP13/8009 to tomcat.
Using APR native libraries...
Everything is nominal, except that when accessing the manager/status, I see
one and only connection to Tomcat via AJP13 is the one that I am using the
view the status page. I
Caldarale, Charles R wrote:
> [Mark - the above somewhat out-of-date statements are in:
> http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html#A%20word%20o
> n%20Contexts]
Thanks. Fixed.
Mark
-
To start a new topic, e-ma
I set up and allowed the extension. I even set IIS to allow all ISAPI
extensions.
I've even set the CATALINA_HOME tree to Everyone - Full Control and
still no ISAPI log and no errors in any of the other logs or system event
logs.
If I can at least get the log to work, I'll have something to work
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All,
How does CC get picked when configure runs? I tried reading the
configure script but got lost pretty quickly.
It looks like apxs knows what CC should be set to, though:
$ apxs2 -q CC
i486-linux-gnu-gcc
Does it make sense for configure to use a
Jean-Francois Beaulac wrote:
The Connector itselfs works perfectly, I just want to enable the JKStatus
page that shows information about the workers and also allow to make changes
at runtime to work.
In the documentation I've seen specific configuration for Apache HTTPD to
mount the JKStatus, bu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Rainer,
Rainer Jung wrote:
> that means the guys who built APR (and most likely httpd) for Debian
> used i486-linux-gnu-gcc and not gcc as their compiler. Those might be
> the same (symlinks or so), but libtool remembers the compilatrion
> environment
The Connector itselfs works perfectly, I just want to enable the JKStatus
page that shows information about the workers and also allow to make changes
at runtime to work.
In the documentation I've seen specific configuration for Apache HTTPD to
mount the JKStatus, but I could not find similar info
Have you configured the Web Service Extension?
I can't access Tomcat content through IIS. The troubleshooting steps
on the IIS How-to were insufficient to identify my problem.
What am I missing?
A few bits of relevant information:
The isapi log file does not get created.
I've verified that t
I'm using the Tomcat security example to test my LDAP authorization
configuration. I am always forwarded to the error page yet I do not see
any errors in the log file. The configuration and log output is pasted
below. Please let me know if you see anything that I am missing. Thank
you, Barba
Hi Jean,
I could succesfully integrate IIS 6 with Tomcat (also 6), and you really need
an extra step to het it done:
Note that in IIS 6, there is a new item named 'Web Service Extension'. Right
click on it and then 'Add new Web Service Extension' . Name it jakarta and
point it to your isapi_r
Hi Christopher,
that means the guys who built APR (and most likely httpd) for Debian
used i486-linux-gnu-gcc and not gcc as their compiler. Those might be
the same (symlinks or so), but libtool remembers the compilatrion
environment it was created in and refuses to work in another one.
If
w
I am migrating from WebLogic 8.1 as a web server to Tomcat 5.0.28. I
continue to use WebLogic as my EJB container. My application functions
fully in both environments. However I am seeing the following:
Under Tomcat the EJB calls are much slower ( I know that
Tomcat does not perform th
> From: risky57 [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat Embedded - Limitations?
>
> embedded tomat doesnt really need configuration as far as i know.
Of course it does - you just do it via API calls, not config files. The
wrapper in the standalone Tomcat simply reads the config from pre
Thanks for the reply Chuck. The network admin just gave me a new user to
run-it under, and now the log-files are back in Tomcat 5.5/logs. I
didn't get into it too much with him, but seemed to be some kind of
access privileges issue. Thanks again.
David Edelstein, P.E.
AKF Engineers LLP
1501 Broadw
so why do i need to configure regular tomcat?
embedded tomat doesnt really need configuration as far as i know.
and if you dont need to configure embedded tomcat and there are no
limitations, why would i want to download regular tomcat instead of tomcat
embedded?
markt wrote:
>
> risky57 w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mladen,
Mladen Turk wrote:
> Christopher Schultz wrote:
>
>> libtool: compile: unable to infer tagged configuration
>> libtool: compile: specify a tag with `--tag'
>> make[1]: *** [jk_ajp12_worker.lo] Error 1
>> make[1]: Leaving directory
>> `/usr/lo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Rainer,
Thanks for the quick response. I took another look at the configure
output and it appears that workaround I found was valid. I (blindly)
followed the instructions and was able to build a binary.
Rainer Jung wrote:
> this usually happens, if t
I mean <%@ page trimDirectiveWhitespaces="true" %> ...
Using false it shouldn't work anyway!
-Mensagem original-
De: Milanez, Marcus
Enviada em: sexta-feira, 11 de maio de 2007 15:55
Para: 'Tomcat Users List'
Assunto: Tomcat 6 trimDirectiveWhitespaces
Hi,
Do I need something else
Hi,
Do I need something else besides declaring <%@ page
trimDirectiveWhitespaces="false" %> to have my page's white spaces
trimmed? This directive doesn't seem to work at all...
Thanks in advance,
Marcus
-
To start a new topic
never mindfigured it out! I was blind where one value was not in the DB
that I thought was there..basically that's the upshot and cause for the
exhausted result set problem.
-Original Message-
From: Johnny Kewl [mailto:[EMAIL PROTECTED]
Sent: Friday, May 11, 2007 1:47 PM
To: Tomcat U
Hi Barry I think you session may not have been created...
See my MOD below
- Original Message -
From: "Propes, Barry L " <[EMAIL PROTECTED]>
I'm using this code for part of my app:
String juser = request.getRemoteUser();
request.getSession(true).setAttribute("juser",juser);
extra sidenote to this that is odd.
This user can access OTHER requests and pages protected by the constraint, just
not this particular one!!
What would give there?
-Original Message-
From: Propes, Barry L [mailto:[EMAIL PROTECTED]
Sent: Friday, May 11, 2007 1:28 PM
To: Tomcat Users Li
If this app is not top secret I would send it to a guru, someone like
Caldarale, Charles and let him play with it.
I think if the Tomcat guru's could see it first hand... you would find your
solution.
I've just made a 32mb ROOT.WAR. it unpacks, so their goes my theory ;)
- Original
> From: Edelstein, David [mailto:[EMAIL PROTECTED]
> Subject: Log files when running Tomcat 5.5 as a service in
> Windows 2000 Server.
>
> Since doing this I can not find the log files anywhere,
> nothing is being generated under Tomcat 5.5/logs in the
> local directory 'c:/'
Just a guess, wi
I've had Tomcat 5.5 running as a service in Windows 2000 with the 'Log
on as:' set to 'Local System account' under properties in the Apache
Tomcat service.
However, we had to change this to 'Log On' as administrator so that
Tomcat can access network resources, etc. This is all configured in the
Ok,
I've had an app running in place just fine for several months now.
All of a sudden, I've got some weird happenings.
I'll preface my problem by saying that I had added an extra security constraint
to the file. If I need to show that code for assistance, I'll pass it along
later.
But lo
That bug refers to a ROOT.war that NEVER correctly unpacks (so it's
repeatable), and although it doesn't say explicitly, I think the WAR
unpacks completely, but the webapp isn't initialized properly because
Tomcat doesn't like the context declaration.
My WAR contains no context.xml -- it is just n
> From: Johnny Kewl [mailto:[EMAIL PROTECTED]
> Subject: Re: WAR deployment incomplete (sometimes)
>
> HEY! wots this. ROOT.war does not unpack
> http://issues.apache.org/bugzilla/show_bug.cgi?id=36887
>
> Its a reported bug??
It's not a bug - it was user error due to the invalid
attr
Hi,
Im currently trying to get the JKStatus to work with the apache JK
connector and IIS6.0.
Is there some special configuration I have to do in IIS to get it working?
The ajp13 connector works fine but I cant get the JKStatus page. It returns
me a Tomcat 404 Http error, which is we
Hi all,
I am configuring jdbc datasources on Tomcat 5.5.23.
I followed this document to configure orcle database with Tomcat
http://www.microdeveloper.com/html/JNDI_Orcl_Tomcat1p.html
I am not able to see datasource in web admin.
datasource configuration:
Everything works fine with this conf
HEY! wots this. ROOT.war does not unpack
http://issues.apache.org/bugzilla/show_bug.cgi?id=36887
Its a reported bug??
- Original Message -
From: "Michael Heinrichs" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Friday, May 11, 2007 3:17 PM
Subject: RE: WAR deployment inc
The SAVE Michael PROJECT chapter 51
Ok... another guess...
One of the things that has always bothered me is that Tomcat doesnt really
have a root
it has a special folder called ROOT... and if you say change the name to say
START and leave the context path = "" it ignores that... it wont
Christopher Schultz wrote:
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make[1]: *** [jk_ajp12_worker.lo] Error 1
make[1]: Leaving directory
`/usr/local/src/tomcat-connectors-1.2.22-src/native/common'
make: *** [all-recursive] Error 1
Can
Hi Christopher,
this usually happens, if the value of the CC environment variable during
the creation of libtool differs from the one used when you are using
libtool.
For example: one might use CC="gcc -specs=/my/own/specs/file" when
libtool gets created and later use CC=gcc during mod_jk co
You describe a good solution. Is there a way to have multiple versions of an
application on one server, as opposed to having to divide up versions of the
application per server?
I ask because if your users tend to have long sessions, then in the Tomcat
cluster you'd like to disable you could be w
Sven,
Before your give up with Tomcat
Not at all. I'm very happily using it with Confluence, JIRA and
JForum ... I just have to debug the JForum installation, but
that's not a Tomcat problem.
Sorry I misunderstood you. I wish you luck.
Stephen Caine
CommonGround Softworks, Inc.
-
Stephen,
On May 11, 2007, at 8:33 AM, Stephen Caine wrote:
Before your give up with Tomcat
Not at all. I'm very happily using it with Confluence, JIRA and
JForum ... I just have to debug the JForum installation, but that's
not a Tomcat problem.
-Sven
--
Hi
Does the tomcat5.exe procrun file work with tomcat 5.0.x ?
Indeed, this file is shipped with tomcat 5.0.30, but there is no
documentation in
http://tomcat.apache.org/tomcat-5.0-doc/setup.html
Thanks a lot
Pascal
_
Découvrez l
Sven,
Before your give up with Tomcat, you should try Qilan
(www.qilan.com). Qilan is a web development application which
includes a fully configured version of Tomcat. Qilan even includes
simple apple scripts that start/stop Tomcat. If you want to get into
configuring Tomcat, that's
On May 11, 2007, at 8:24 AM, Caldarale, Charles R wrote:
By the way, the product is "Tomcat", not "TomCat".
Ooops, I'd actually read that but forgot it in the heat of the hunt.
Didn't mean to offend anyone's sensibilities :-)
-Sven
---
> From: Sven [mailto:[EMAIL PROTECTED]
> Subject: Re: TomCat users' list, forum or documentation ?
>
> Back to trying to get JForum installed, but not struggling
> with TomCat.
By the way, the product is "Tomcat", not "TomCat".
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTH
Hi David,
On May 11, 2007, at 4:28 AM, David Delbecq wrote:
for tomcat architecture, http://tomcat.apache.org/ -> see the left
bar,
something called "documentation"
Been there, still exploring.
Apache + tomcat -> Apache is a fundation, not a software (dont confuse
with the 'apache http s
In the one month that I have been in this forum, people ask this
question in
so many different words under so many different subject headings.
My own question, the newbie that I am started out with similar
questions.
Documentation is NOT CLEAR. I hope somebody who has the authority to
change the
looks like the proper driver might not be included in the jar file being
referenced...or perhaps it needs a different jar file for that DBCP reference.
-Original Message-
From: Tim Alberts [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 10, 2007 6:23 PM
To: users@tomcat.apache.org; For user
Thanks all.
As long as I am not missing something and thats how it works, I guess nothing
much I can do about it.
Av
- Original Message
From: "Reich, Matthias" <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Friday, May 11, 2007 4:09:02 AM
Subject: RE: url-pattern troubles...
The ann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All,
I finally beat my Debian installation into submission so it would
install "apxs" so I could build mod_jk for my package-managed apache2
(have been running from source for a lng time).
Right out of the box, mod_jk won't build:
$ wget
'http:/
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Michael,
Michael Heinrichs wrote:
> The WAR file is being generated by the Ant WAR task (Ant 1.6.5).
>
> I'm don't want to rule anything out, but if the WAR file is bad, I would
> expect the deployment to fail every time, or when it does fail, always
On 5/10/07, mélanie langlois <[EMAIL PROTECTED]> wrote:
In one of my webpage, one frame is loading an external url, using iframe
tag. The loading process works fine, but I need to access component in this
frame, to launch some actions on them. When I tryed that I get a Permission
denied error, b
The WAR file is being generated by the Ant WAR task (Ant 1.6.5).
I'm don't want to rule anything out, but if the WAR file is bad, I would
expect the deployment to fail every time, or when it does fail, always
fail at the same point in the WAR expansion.
-Original Message-
From: Johnny Kew
> From: lightbulb432 [mailto:[EMAIL PROTECTED]
> Subject: Context Descriptors
>
> The following regarding Context Descriptors is in
> the documentation for Tomcat 6. I'm wondering why
> the included contexts such as /examples, /docs,
> /host-manager, and ROOT (/) don't have Context
> Descriptors
En l'instant précis du 11/05/07 04:15, Sven s'exprimait en ces termes:
> I downloaded a fresh copy of TomCat and put it on another server since
> I didn't know how to set up JForum to use the same TomCat as my
> MySQL-based Confluence and JIRA installations.
If you downloaded tomcat+jira/confluence
The annoying thing about it is, that you cannot use a pattern that says
"ignore /protected/include".
Thus, you must specify patterns for all subdirectories that shall be
protected separately.
Matthias
> -Original Message-
> From: Hassan Schroeder [mailto:[EMAIL PROTECTED]
> Sent: Friday
Ok... so you are starting tomcat on a windows system with the services
mmc. If you've installed this in the default location, you should be
able to find your logs in C:\Program Files\Apache Software
Foundation\Tomcat 6.0\logs. Take a look there for logs related to your
problem. standard out
Hi Michael... shame still struggling with this.
One thing you not telling us is wot is packaging the WAR.
A WAR is basically a zip... but I do know that if you zip using external
programs like AlZip or WinZip... the Java zip api can struggle with that.
Also if you using netbeans right click on
55 matches
Mail list logo