This may be the wrong list, but it is sort of jakarta related...
Does anyone know how to get source for Jakarta Commons Messenger?
How about any of the dormant jakarta sources? The jakarta site doesn't have any
links to download, but rather unhelpfully says that "you must build these
yourself".
First to your issue below.
Problems:
The workDir belongs in the Host section and not in the context.
The path to the workDir end in an underscore.
The default app is usually in a folder called ROOT.
The appBase would be better somewhere other than webapps. Maybe "rizapps"(my
opinion) Otherwise
Tim,
Please re-read the OP. He had put the path element in a context file
(ROOT.xml). Then in his second post indicated that he moved it to the
server.xml. His last sentence in the second post was the question of why
putting it in the ROOT.xml did not work but putting it in server.xml did.
T
"lk" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Hi,
>
> I got this bad error.
>
> Is there a way to solve this problem (maybe in the configurations file)?
>
It's sort of hard to tell without knowing the Tomcat version ;-).
> Thanks
>
> LuKe
>
>
> --
> Email.it, the professiona
"David Goodenough" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I have a cluster of (currently) two Tomcat 5.5.17 instances. I want to put
>a
> hidden field on the pages which tells me which machine I am currently
> connected to. Reading the spec it appeared that using:-
>
> /
It's simply that the manager.xml file is under
$CATALINA_HOME/conf/Catalina/localhost. When you change the Engine name,
Tomcat looks under $CATALINA_HOME/conf/X/localhost, and doesn't find a
manager.xml file there, so it doesn't deploy the manager webapp.
"Mark Petrovic" <[EMAIL PROTECTED]> wr
Thanx Rajeev,
that solves it
alse adding URIEncoding="UTF-8" parameter to the connector tag in
server.xml file is good idea
Rajeev Jha wrote:
This should not be a big issue. Lets say we submit some arabic data
through a form and then re-display it
To submit correct data
1) HTMl page should b
Just wondering if anyone has solved this, I have been having the same
issue. I basically just need Tomcat to send the 503 message through the JK
connector so Apache can handle it instead of Tomcat returning its own 503
message. The intended goal is to have apache display a static "maintenance"
p
Good day.
As a glutton for punishment, I pruned the comments out of the
server.xmlfile so I could take it in with one glance.
While I was at it, I also changed the Engine name="Catalina" attribute to
something else ("X"), and found that I received a 404 Not Found when I went
to login to the Mana
dug deeper and figured that everytime I undeploy (delete the expanded
application directory and replace the war file), the virtual host does
not get resolved the first time the app is deployed. have to shut down
the server and restart for it to work!
any ideas? Please help...
Rizwan Merchan
Ok to add to the mix, here is some more weird stuff.
I have the virtual host stuff working using the following entry in the
server.xml
autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
when i start the server and type www.riz.com in the browser, i
Hello Everyone,
I have just installed a clean server with windows 2003 Standard, Java JDK
1.5.0_06 and tomcat 5.5.17. I moved my application that i created on tomcat
5.0 to this server and set the application up as a site.
When I access the site, it askes for the user name and password (norma
Thanks a lot ..
-Original Message-
From: Gaël Lams [mailto:[EMAIL PROTECTED]
Sent: Friday, May 12, 2006 6:56 PM
To: Tomcat Users List
Subject: Re: Problem with Apache 2.0
Hi
>
> We have recently upgraded Apache from 1.4 to 2.0 Its working fine on
> English but its displaying garbage ch
On 5/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I am pleased to announce the immediate availability of LambdaProbe 1.5
LambdaProbe is an Open Source (GPL) Tomcat monitoring and mangement webapp. The
new release features OS memory usage, swap usage and CPU utilization monitors,
support
Hi
We have recently upgraded Apache from 1.4 to 2.0
Its working fine on English but its displaying garbage characters on non
English locales ..
Do we need to add some thing ..
I am very new to this area .. Can some one please help me in this regard
You should send your question to the httpd ma
I have a cluster of (currently) two Tomcat 5.5.17 instances. I want to put a
hidden field on the pages which tells me which machine I am currently
connected to. Reading the spec it appeared that using:-
should work, but it would appear that all this does is take the server portion
of the URL.
Thanks for your reply Bruno!
Your info has absolutely value for us. We do not have the resources to
set up an environment similar to our customer's production server for
testing and debugging, so your and others experiences is of great value.
(Actually we recommended our customer not to use a web h
I am pleased to announce the immediate availability of LambdaProbe 1.5
LambdaProbe is an Open Source (GPL) Tomcat monitoring and mangement webapp. The
new release features OS memory usage, swap usage and CPU utilization monitors,
support for Java Service Wrapper, which allows to restart Tomcat f
I am running 5.5 as well.
Would the path to the ROOT.xml be $CATALINA_HOME/conf/Catalina/riz or
$CATALINA_HOME/conf/Catalina/www.riz.com
(based on the OP)
The filename under conf/[Engine]/[host] should be ROOT.xml, right?
Tim Lucia wrote:
The link/text you posted says "except when statically
This should not be a big issue. Lets say we submit some arabic data
through a form and then re-display it
To submit correct data
1) HTMl page should be
2) when you receive the data , do a
request.setContentEncoding() before getting string data from request
To display
3) set the response conten
On Fri, 2006-05-12 at 14:02 +0200, lk wrote:
> Hi,
>
> I got this bad error.
>
> Is there a way to solve this problem (maybe in the configurations file)?
>
> Thanks
This simply means you have way too much jsp code in one file.
Maybe you could split them up, or remove some of the functionality
The link/text you posted says "except when statically defining a Context in
server.xml", which was the case in the example from the OP... The above
statement is exactly opposite of what you posted, is it not? To my
recollection, and despite the fact that it is (now) frowned upon,
path="/something
Hi,
I got this bad error.
Is there a way to solve this problem (maybe in the configurations file)?
Thanks
LuKe
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
Problemi di Liquidità? Con Logos Finanziaria 30.000 in 24 ore a dipendenti e
lavoratori auton
5.5.17.
-Original Message-
From: Parsons Technical Services [mailto:[EMAIL PROTECTED]
Sent: Friday, May 12, 2006 7:57 AM
To: Tomcat Users List
Subject: Re: More virtual hosting problems!!
>From http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
And look at the path element.
"
From http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
And look at the path element.
" The value of this field must not be set except when statically defining a
Context in server.xml, as it will be inferred from the filenames used for
either the .xml context file or the docBase. "
No , My jre version is 1.4.2 ..
Thanks,
Nagendra
-Original Message-
From: Tim Lucia [mailto:[EMAIL PROTECTED]
Sent: Friday, May 12, 2006 4:28 PM
To: 'Tomcat Users List'
Subject: RE: Help with MD5 key generation with tomcat 5
Are you running a 1.5+ JRE?
-Original Message-
From:
Are you running a 1.5+ JRE?
-Original Message-
From: Devireddy, Nagendra Reddy (STSD) [mailto:[EMAIL PROTECTED]
Sent: Friday, May 12, 2006 2:50 AM
To: Tomcat Users List
Subject: Help with MD5 key generation with tomcat 5
Hi I am getting the following error after executing this command .
Where is this documented? I have had no problem doing this. Since I now
put context files in conf/[Engine]/[Host], I went back and added
to my server.xml and http://localhost:8080/manager/list shows
OK - Listed applications for virtual host localhost
/admin:running:0:C:/Tomcat/server/webapps/
Hi,
We have recently upgraded Apache from 1.4 to 2.0
Its working fine on English but its displaying garbage characters on non
English locales ..
Do we need to add some thing ..
I am very new to this area .. Can some one please help me in this regard
..
Thanks and Regards,
Nagendra Reddy. D
Hewle
Thanks for that Jack.
Ironically, I just got things working again not 20 seconds before I
got your email. For some reason the .keystore file had stopped
working (maybe expired?) and I ended up creating a new one and adding
a keystoreFile attribute with path to the new file in tomcat's server.x
Hi I am getting the following error after executing this command ..
"$JRE"/bin/java -classpath "$CATALINA_HOME"/server/lib/catalina.jar
org.apache.catalina.realm.RealmBase -a MD5 nagendra
Same thing is working fine for me with tomcat 4.
Is there any architecture changes in tomcat 5 ??
Plea
Tommy
I don't know if this will be of any value to you but I had a similar case
including session swapping. Users will see other users screens and data. Fairly
nasty situation.
We solved this problem by:
Using prefork in apache 2
upgrading to a newer module.
The problem was also occuring during
I have a page that has some config info about SSL with Client
Authentication turned on. You could have a look there and see if you
find any of it useful.
http://jack.godau.googlepages.com/jbosscertificatesandopenssl
Cheers
Jack...
On 11/05/06, Gavin Alexander <[EMAIL PROTECTED]> wrote:
Hi, I a
Thank you. A copy of my server.xml is at the bottom of this mail.
This is the server.xml that comes with the demoserver, which was copied
into my new filesystem (/tomcat)
/tomcat/conf
/tomcat/logs
/tomcat/webapps
Etc.
-Original Message-
From: bossert [mailto:[EMAIL PROTECTED]
Sent:
Hi!
We have a problem with a webapplication we have developed for one of our
coustomers. The problem is that Tomcat is creating new sessions when it
shouldn't.
The sessions does not die, but a new is created and thus loosing access
to the data in the original session. The result of the session
"sw
Yoo,
A lot can be wrong, you should be able to move the tomcat directory!
But references to old directory is probably your problem...
To help I would need more details... server.xml would be a good start...
Greetings O.
On Thu, 2006-05-11 at 10:52 +0200, Dirk Moolman wrote:
> Hi, I am sorry for
36 matches
Mail list logo