I'm using Tomcat 5.5.12 with the correct deployer
tool. I use the deployer tool out of the box, all my
environment settings are correct, but when I attempt
to compile and package a project, it bombs out with an
error like:
IllegalstateException: no suitable Compiler found
Any idea?
Thanks
--
Tolle,
I had the same problem as Paresh below.
My conclusion is that the sample workers2.properties file that is
distributed does not work.
When I changed
group=lb to group=lb:lb
I was fine. Of course, now that I have gotten this far I just found out
that jk2 is no longer supported... s
Use tomcat5w.exe and click on the Java tab.
Then click on the 'Use default' ckeck box,
and default JVM will be discovered from registry.
Unckeck that box again and click 'Apply'.
That's it.
Regards,
Mladen.
John Russell wrote:
When tomcat is installed as a Windows service, the following regist
> From: issac young [mailto:[EMAIL PROTECTED]
> Subject: Re: tomcat connection prob.
>
> the problem now is .. how can i expose my tomcat server to
> other PCs in my network ???
By default, Tomcat listens on all IP addresses configured for the box,
unless you've added an address attribute to th
Hi *Caldarale*
Sorry for the lack of information in my post ... actually this is the first
time i use this mail list ...
so my OS is win xp + sp2 and i have disabled the firewall i am not hosting
anything right now, juz using the default tomcat web application (there is a
testing one inside i bel
> From: issac young [mailto:[EMAIL PROTECTED]
> Subject: tomcat connection prob.
> lt only works fine for address 127.0.0.1 not even for localhost and
> other pcs in the same network can't access the tomcat either ...
You didn't bother to tell us what OS you're running on, whether you have
a hos
--- Wade Chandler <[EMAIL PROTECTED]>
wrote:
> --- Andre Van Klaveren <[EMAIL PROTECTED]> wrote:
>
> > Like Bruce said, you can define a DataSource as
> part
> > of your
> > application's context. It's the same format as
> the
> > context definition
> > in server.xml except it's deployed with yo
--- Andre Van Klaveren <[EMAIL PROTECTED]> wrote:
> Like Bruce said, you can define a DataSource as part
> of your
> application's context. It's the same format as the
> context definition
> in server.xml except it's deployed with your
> application as an XML
> file (context.xml) inside the META-
I'm setting up a development environment using Apache httpd and Tomcat.
I want to set up two different areas for each site: development and
staging. The development area will be for constantly changing files and
will reside in /home/[username]/development/[domain]. The staging area
will be more
-- Forwarded message --
From: issac young <[EMAIL PROTECTED]>
Date: Jan 4, 2006 11:03 AM
Subject: tomcat connection prob.
To: users@tomcat.apache.org
i just installed the latest version of tomcat
lt only works fine for address 127.0.0.1 not even for localhost and
other pcs in the
something about
"a watched teapot never boils"
I am glad that worked for you,
najlepszy,
Martin--
- Original Message -
From: "Marcin Okraszewszki" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Tuesday, January 03, 2006 5:21 AM
Subject: Re: How to turn of CONTEXT RELOADS??
A rea
> From: George Sexton [mailto:[EMAIL PROTECTED]
> Since most people use threaded mail readers that go from oldest to newest,
> this isn't much of a problem for most people.
... I'm sorry? Which 'this' were you referring to here? It wasn't in context,
so I'm afraid I can't tell for sure. I'll
did you try to run one of the pages under localhost to see if the page would
render?
what does your tomcat log say?
Martin-
- Original Message -
From: "Hasan, Nadeem" <[EMAIL PROTECTED]>
To:
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, January 03, 2006 4:50 PM
Subject: tomcat sends certain fil
Hi all,
I just upgraded our Tomcat installation on our dev box to 5.5.12 and I am
seeing very strange results. Certain files are sent by Tomcat with a large hole
in the middle. In the response header, it does report the size (Content-Length)
correctly, but when transferring the file itself, it
Since most people use threaded mail readers that go from oldest to newest,
this isn't much of a problem for most people.
You should look for a better mail reader.
George Sexton
MH Software, Inc.
http://www.mhsoftware.com/
Voice: 303 438 9585
> -Original Message-
> From: Peter Crowther
Hi,
>The last line says "[/vbc] is a servlet
>url - should redirect to ajp13w" and then I get a 404 back. I am not
>sure about if it is Tomcat or the connector that returns the 404.
When I had a similar issue with Apache Web Server, I checked the Apache logs
to see if it was looking in the wrong
Peter Crowther wrote:
From: Carl Olivier [mailto:[EMAIL PROTECTED]
A lot of people on this forum Top Post.
Is this really such a big issue?
I can sum it up with the following quote:
-- snip --
A: Top posting.
Q: What's the most confusing thing about mailing list messages?
-- snip --
> From: Bahadir Yagan [mailto:[EMAIL PROTECTED]
> Subject: deploying war to ROOT
>
> I want it to be deployet to root of the application server.
> Is it possible to deploy a WAR file that will be deployed
> to root of tomcat server.
The easiest way is to remove the webapps/ROOT directory and p
Hi,
I will deploy my application to Tomcat 5.5, which will be the only
application on that server. I want it to be deployet to root of the
application server. Tomcat displays "webapps/ROOT" by default. My
application works if I extract it to ROOT folder. Is it possible to
deploy a WAR file th
Like Bruce said, you can define a DataSource as part of your
application's context. It's the same format as the context definition
in server.xml except it's deployed with your application as an XML
file (context.xml) inside the META-INF directory of the WAR.
Here's a link to explain how to do it:
When tomcat is installed as a Windows service, the following registry
value
HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Procrun 2.0
\Tomcat5\Parameters\Java\Jvm
points to the jvm.dll for the installed JRE
e.g.
C:\Program Files\Java\jre1.5.0_06\bin\client\jvm.dll
However, if I updat
Try changing you mapping slightly ... this is how I do it and it works
Hello
/hello/*
Mike Sabroff
Web Services Developer
[EMAIL PROTECTED]
920-568-8379
-Original Message-
From: White-Home.com [mailto:[EMAIL PROTECTED]
Sent: Monday, January 02, 2006 8:57 PM
To: use
On 12/26/05, Legolas Woodland <[EMAIL PROTECTED]> wrote:
>
> Is it possible to make a data-source without admin console ?
> I mean by defining the data-source in web.xml or in Context.xml (i think
> i read somewhere that we could put context.xml into meta-inf folder and
> it will act like Context d
> From: Richard Toren [mailto:[EMAIL PROTECTED]
> Subject: Specifying java.library.path using Tomcat 5.5 as a
> Windows Service
>
> The question is how to do this when using
> Tomcat installed with the Windows installer?
Use the Java tab of bin\tomcat5w.exe to set properties when running as a
Yes.
Carl Olivier wrote:
Hi.
A lot of people on this forum Top Post.
Is this really such a big issue?
Because you don't know the question the answer is related to.
Rgds.
--
Aurélien
-
To unsubscribe, e-mail: [EMAIL PROTEC
> From: Carl Olivier [mailto:[EMAIL PROTECTED]
> A lot of people on this forum Top Post.
>
> Is this really such a big issue?
I can sum it up with the following quote:
-- snip --
A: Top posting.
Q: What's the most confusing thing about mailing list messages?
-- snip --
If I'm reading through
Hi.
A lot of people on this forum Top Post.
Is this really such a big issue?
-Original Message-
From: Rafal Zawadzki [mailto:[EMAIL PROTECTED]
Sent: 03 January 2006 16:26
To: Tomcat Users List
Subject: Re: question
### [EMAIL PROTECTED] wrote message to "Tomcat Users List"
### ### thi
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 03, 2006 11:10 AM
> To: Tomcat Users List
> Subject: Re: question
>
> hello> a.) Top Post?
http://catb.org/~esr/jargon/html/T/top-post.html
Personally, I never had a problem with it (and wil
### [EMAIL PROTECTED] wrote message to "Tomcat Users List"
###
### this is reply for: Re: question ###
> hello
> a.) Top Post?
http://www.google.com/search?q=top+posting&ie=UTF-8&oe=UTF-8
--
Rafał Zawadzki
Deploy/Release Manager
eo Networks Sp. z o.o.
pgp5UJP6KUSwH.pgp
Description: PGP sign
I want to move my webserver over to a Windows' service (it works great
with linux, but the client is always insistent). The problem is
that I use Berkeley DB XML which is used via JNI. When I start tomcat
using startTomcat.bat I need to add a line
set JAVA_OPTS=-Djava.library.path=path
hello
a.) Top Post?
b.) Thx now i did sorry it works now.
thx for help guys
cya
- Original Message -
From: "Rafal Zawadzki" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Tuesday, January 03, 2006 5:08 PM
Subject: Re: question
-
### [EMAIL PROTECTED] wrote message to "Tomcat Users List"
###
### this is reply for: Re: question ###
> Linux
> in catalina.sh`?
> like
> JAVA_HOME=path ?
> bye
1. Do not top-post
2. Have you ever looked into that file?
--
Rafał Zawadzki
Deploy/Release Manager
eo Networks Sp. z o.o.
pgpfBY
Linux
in catalina.sh`?
like
JAVA_HOME=path ?
bye
- Original Message -
From: "Giuseppe Briotti" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Tuesday, January 03, 2006 4:50 PM
Subject: Re: question
==
Date: Tue, 3 Jan 2006 16:43:52 +0100
From: <[EMAIL PROTE
> ==
> Date: Tue, 3 Jan 2006 16:43:52 +0100
> From: <[EMAIL PROTECTED]>
> To:
> Subject: question
> ==
>
> hello
> how i can set the env. variables like "JAVA_HOME" so that tomcat
> can be start.
> thank you
> bye
> richard
Wich OS? Linux, Windows
### [EMAIL PROTECTED] wrote message to users@tomcat.apache.org ###
### this is reply for: question ###
> hello
> how i can set the env. variables like "JAVA_HOME" so that tomcat can be
> start.
> thank you
> bye
> richard
conf/catalina.sh
--
Rafał Zawadzki
Deploy/Release Manager
eo Networks Sp.
What operating system are you using?
On Tue, 2006-01-03 at 10:43, [EMAIL PROTECTED] wrote:
> hello
> how i can set the env. variables like "JAVA_HOME" so that tomcat can be
> start.
> thank you
> bye
> richard
>
>
> -
> To uns
hello
how i can set the env. variables like "JAVA_HOME" so that tomcat can be
start.
thank you
bye
richard
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hello,
Note: This works at least since TC 5.5.7; I don't know exactly if it
works for the previous versions.
Just create a context.xml file (where you describe your datasources) in
the META-INF directory of your .war file (unfortunately, you'll still
need the jdbc jar file in common/lib). This fi
I came to know from one of my collegue that sometimes Apache redirects
a POST request to GET. Does anybody some more information on what cases
the Apache does so. Please let me know
Thanks
Sajid
-Original Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED]
Sent: Monday, January 02, 200
Directory listings are disabled by default. This is because there is a speed
issue with tomcat trying to list very large directories. This could cause a
DOS attack for those in a default configuration and having a directory with a
LOT of files in it. See the FAQ for how to enable/disable directo
Dear All,
I am able to see the directory listings in Tomcat 4.1.30, but not in
Tomcat 5.5.14, if there are no welcome files .
Why is it so?
Thanks in advance.
Regards,
Ashish A.
The information contained in this electronic message and any attachments to
this message are intended for the e
Thanks,
I had
==> logs/catalina.out <==
element "security-constraint" occurs more than once. (parent class:
org.apache.cocoon.portal.pluto.om.WebApplicationDefinitionImpl)
location: /web-app/security-constraint{file:
file:/opt/apache-tomcat-5.5.12/webapps/cocoon/WEB-INF/web.xml; line:
627; col
A read about the manager in
http://tomcat.apache.org/tomcat-5.5-doc/config/manager.html
It seems for me that it is only connected with HTTP session tracking.
Nothing with context reloads.
But I think I've found the reason. By default if web.xml changes, Tomcat
reloads the application, despite
Hi,
I am trying to setup IIS 6.0 (running in IIS 5.0 isolation mode) and
Tomcat 5.5.12 with the help of JK-1.2.15. (I had a working solution
with jk2 that didn't work with my newly added cewolf taglib for
charts. So I figured that I should upgrade to something that is
supported and up to date.)
44 matches
Mail list logo