The proper way to do this is use the JSPC task to compile JSP files
to class files and then create url mappings in the web.xml for the
JSPs to class files. The class files are to be deployed in the
WEB-INF/classes directory. The Anto JSPC task(which is same supplied
with Tomcat).
I think this t
Hi,
I have around 120 JSP files and want to avoid deploying them with the
source-code.
Using JSPC utility, I am able to compile them to ".java" files.
If required, I can get the ".class" files from: /tomcat4.0/work/myApp.
Can anybody help me deploying only the ".class" files with Tomcat4.0.
Ma
Hi,
I successfully configured my clustering setup with mod_jk2 and it is running
fine. Now the problem is I have some properties files in my tomcat web
application which gets modified when some features are accessed. If some
changes are there in one cluster member, I have to update the same in
On Windows 98 + JDK 1.5
the output is
Windows 98
Bye for Now
CSJakharia
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 20 Dec 2004 17:26:23 -0500
From: "Frank W. Zammetti"
Reply-to: [EMAIL PROTECTED]
MIME-Version: 1.0
To: Commons User ,
Struts User ,
Tomcat User
Subject: [OT] Request an ap
James,
please see my message in "Tomcat 5.5 classloading blues" from 20.12 and
the following.
Cheers Andreas
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
I am trying to get DBCP connection pooling to work with Tomcat 4.1.24
and DB2 8.X. I can connect directly, but whenever I try to use DBCP, I
receive a "Cannot load driver class 'null'" error. The DB2 and JNDI jar
files are located in \common\lib.
This code snippet works:
...
String url = "jdbc
On Mon, Dec 20, 2004 at 02:02:56PM +0100, [EMAIL PROTECTED] wrote:
: I will check with the developpers team whether switching from JK2 to JK
: could be a problem but is there any known issues in switching from one
: connector to the other (apart for the configuration files)
I can't say, as I've ne
RH Linux v9:
Linux
-Original Message-
From: Frank W. Zammetti [mailto:[EMAIL PROTECTED]
Sent: Monday, December 20, 2004 2:26 PM
To: Commons User; Struts User; Tomcat User
Subject: [OT] Request an app test (free beer!)
I was informed last OT post I made that the subject should always
i
:Here is a snippet of the server log:
:INFO: Installing web application at context path /Math1 from URL
:file:Q:\Programs\Java\jakarta-tomcat\Tomcat 5.0.30\webapps\Math1
:19/12/2004 13:33:56 org.apache.catalina.core.StandardContext start
:SEVERE: Error filterStart
:19/12/2004 13:33:56 org.apache.ca
On Mon, Dec 20, 2004 at 09:33:11AM -0500, Kurt Overberg wrote:
: I have a situation in my webapp where the user (administrator) can
: 'Publish' items. I need to make it so only one person can 'publish' at a
: time. Would this be a valid use of 'isThreadSafe'? Would it make user #2
: wait unti
Win XP SP2 = "Windows XP"
> -Original Message-
> From: Frank W. Zammetti [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 20, 2004 4:26 PM
> To: Commons User; Struts User; Tomcat User
> Subject: [OT] Request an app test (free beer!)
>
>
--
On Mac OS X, the output is "Mac OS X"
Greg
On Dec 20, 2004, at 5:26 PM, Frank W. Zammetti wrote:
I was informed last OT post I made that the subject should always
include the word "beer". I added the "free" to get your attention :)
I'm working on something for which I need to know what the os.na
On TAO Linux (Compiled from RHEL)
Linux
I already use this. I switch from pooled (on server) to direct on my
development box (windows). Saves me the hassle of changing code.
Doug
- Original Message -
From: "Frank W. Zammetti" <[EMAIL PROTECTED]>
To: "Commons User" <[EMAIL PROTECTED]>; "S
Could someone please confirm that I would have to take the time
configure all the CATALINA_BASE's to be in the same place
for all tihe installed instances of tomcat.. I can do the rest.
Dwayne Ghant wrote:
Hello All,
Just a real quick question???
I'm in the process of configuring
more then one ins
The application receives data packets from acoustic sensors. While the
total load is not huge, because of the way the data is collected there
are periods of no activity and then periods when all hell breaks
loose. This happens every 15 minutes and we size the memory based on
the use of swap over a
Hi everyone,
I wonder if anyone have similar experiences with the following problem
before.
This is what I want to do:
http://domainName/{anything but underscore} <- dealt with by the Gateway
servlet
http://domainName/_folderName/*.abc <- dealt with by the JSP servlet
The current solution in w
On solaris:
SunOS
--p
On Mon, 2004-12-20 at 17:26 -0500, Frank W. Zammetti wrote:
> I was informed last OT post I made that the subject should always
> include the word "beer". I added the "free" to get your attention :)
>
> I'm working on something for which I need to know what the os.name
On Debian GNU/Linux:
Linux
--p
On Mon, 2004-12-20 at 17:26 -0500, Frank W. Zammetti wrote:
> I was informed last OT post I made that the subject should always
> include the word "beer". I added the "free" to get your attention :)
>
> I'm working on something for which I need to know what the
No core dump and nothing significant in the log files. The process
just went away. Actually now I think about it we did have some other
weirdness like JARs that were corrupt that also went away with the
good memory.
On Mon, 20 Dec 2004 15:13:35 -0500, Greg Lappen <[EMAIL PROTECTED]> wrote:
> When
I was informed last OT post I made that the subject should always
include the word "beer". I added the "free" to get your attention :)
I'm working on something for which I need to know what the os.name
property on various OS's is. I would greatly appreciate it if some
folks could try the foll
Greg Lappen wrote:
What kind of load does your application handle? I am not processing a
HUGE amount of requests, but we server about 6000 visitors a day, 15,000
pages.
Greg
On Dec 20, 2004, at 1:28 PM, Wade Chandler wrote:
Greg Lappen wrote:
Hello-
Has anyone had a problem with Tomcat 5.0.28 c
I have 2 ResourceLink entries in context.xml because there are
databases on two different servers. Is there another way to do that
reference?
The server.xml is configured as:
paramName
paramValue
Hello All,
Just a real quick question???
I'm in the process of configuring
more then one instance of tomcat .
How would I configure many instances?
of tomcat with the same
$CATALINA_BASE/bin
$CATALINA_BASE/conf
$CATALINA_BASE/log
.
.
.
.
etc.
--
Dwayne A. Ghant
Application Developer
Temple Univ
What kind of load does your application handle? I am not processing a
HUGE amount of requests, but we server about 6000 visitors a day,
15,000 pages.
Greg
On Dec 20, 2004, at 1:28 PM, Wade Chandler wrote:
Greg Lappen wrote:
Hello-
Has anyone had a problem with Tomcat 5.0.28 crashing on Linux wi
When you say the problem was similar, did you also have no core dump or
log messages, just a missing JVM process? I am asking our hosting
provider to test the server's RAM - I was going to do this before but
since no other process ever crashes (Apache, MySql, etc.) we didn't
think it could be
Peter,
I added the mx4j-tools.jar to the classpath and node as noted. I
had to add 'port="9050"' to the node to skew it away from the 8009
default.
But now I'm stuck; what front-end should be used? You instructions conflict
with what's found here: http://mc4j.sourceforge.net/usageTomcat.ht
Hi,
I have not seen a context.xml file with those dual
. Furthermore, the way you have the
Resource/ResourceParams defined under
seems to be not nested properly.
aka_sergio
--- David Uctaa <[EMAIL PROTECTED]> wrote:
> I am running Tomcat 5.0.28 on Win XP SP1. We have
> DB2 running on 2
Shheesh. I see my post contained garbage chars. (I simply copied -
pasted from IE.
Anyhow, how do I go about diagnosing this problem?
19/12/2004 13:33:56 org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
19/12/2004 13:33:56 org.apache.catalina.core.Standa
Hey M,
Yes it does using JDBCRealm. Instructions are here:
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/realm-howto.html#JDBCRea
lm
-Fredrik
-Original Message-
From: Michael Hamilton [mailto:[EMAIL PROTECTED]
Sent: Monday, December 20, 2004 10:56 AM
To: Tomcat Users List
Subject: MY
I had a similar problem with an almost identical setup to yours which
turned out to be bad memory. An extra 1GB stick was added which had a
bad section in the top of the memory map. This memory only got used
when things got busy so everyone suspected some threading issue. We
got lucky and spotted s
The extra directory problem is now fixed in CVS for TC4.1.x and TC5.5.x
I'll look at the arbitrary file system root next.
Mark
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I have a servlet that I do custom authentication with on the backend,
but I want to move this MYSQL authentication into Tomcat. Does Tomcat
support user authentication from a database?
-M
-
To unsubscribe, e-mail: [EMAIL PROTECT
I am running Tomcat 5.0.28 on Win XP SP1. We have DB2 running on 2
iSeries servers. When I attempt to look up a DataSource from JNDI to
get a connection from it, the JNDI lookup is returning null.
I am using IBM's JTOpen library for the JDBC drivers, and I am
attempting to use Tomcat to manage t
Greg Lappen wrote:
Hello-
Has anyone had a problem with Tomcat 5.0.28 crashing on Linux with no
error messages?
My production server running with JDK 1.4.2_06, RedHat EL 3.0 just
crashes, no core dump, no errors in catalina.out, no clues. Sometimes
it goes for days, sometimes it happens severa
Yes, if you look into the commons-dbcp 1.2.1 source,
BasicDataSource.java, line 757 ff:
// Load the JDBC driver class
if (driverClassName != null) {
try {
Class.forName(driverClassName);
} catch (Throwable t) {
String message = "Ca
Hello-
Has anyone had a problem with Tomcat 5.0.28 crashing on Linux with no
error messages?
My production server running with JDK 1.4.2_06, RedHat EL 3.0 just
crashes, no core dump, no errors in catalina.out, no clues. Sometimes
it goes for days, sometimes it happens several times in one day.
Quoting Andreas Vombach <[EMAIL PROTECTED]>:
> Hello, I'm new to the list and did not read this thread from the
> beginning but also use tapestry (3.0) on tomcat.
> I keep tapestry-3.0.jar and tapestry-contrib-3.0.jar in the lib dir of
> the (to be deployed) war file, the rest goes to /shared/lib
For some reason if I use a db pool the auto-deploy of war files does not
seem to work anymore. The change in the server.xml is that the
jndi-ressources have to be declared.
Are there any known influences? The dbcp only works if I declare it for
my app, a "global" one is not being found.
I've searched the mailing list archives, and the net at large, but I haven't
seen anyone report this problem for Tomcat 5:
I downloaded and installed Tomcat 5.5.4, and version 5.5.4 of the Admin
webapp. The Admin webapp starts up fine, but when I click on the
"Environment Entries" button in the Ad
Hello, I'm new to the list and did not read this thread from the
beginning but also use tapestry (3.0) on tomcat.
I keep tapestry-3.0.jar and tapestry-contrib-3.0.jar in the lib dir of
the (to be deployed) war file, the rest goes to /shared/lib except
xercesImpl.jar and xml-apis.jar which go in
Its a Connector attribute. In 5.5.3 or better.
server="WayTooParanoid/1.618"
-Tim
Andras Balogh wrote:
Hello,
We are running a web application with Tomcat5.0.
As i have seen Tomcat returns this as Response Headers:
"Server: Apache-Coyote/1.1"
It is possible to change this value? According to
Hello,
We are running a web application with Tomcat5.0.
As i have seen Tomcat returns this as Response Headers:
"Server: Apache-Coyote/1.1"
It is possible to change this value? According to some this is a
security issue showing what
Server we are using ( i don't agree with that).
Can you he
> >Everything ran great. I got Tapestry examples working fine.
> >
> >And then based on working web apps, I moved some of the Tapestry jars
into
> >shared/lib. All of a sudden the classloader couldn't find
> >ServletInputStream.
>
> That's a bit bizarre
Exactly my point. I know that if you ha
I have a situation in my webapp where the user (administrator) can 'Publish'
items. I need to make it so only one person can 'publish' at a time. Would
this be a valid use of 'isThreadSafe'? Would it make user #2 wait until the
page had finished processing for user #1? It would save me from
Actually I don't remember.
When we decided to use Tomcat instead of Websphere a few months ago, I
read quite a lot of documentation/articles (I'm not a developer, but the
systems' administrator of our linux servers). I just remember reading the
following line because I saved it: ""jk2 is a refac
The pool manager built into Tomcat handles this just fine. Also ensure you
have the latest drivers.
Doug
- Original Message -
From: "Eric Rotick" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, December 20, 2004 7:39 AM
Subject: Re: strange tomcat Behavior n
This is a MySql problem. It shuts down connections if they have been
idle for too long. You need a pool manager that takes care of this.
Something like c3p0 will do the job.
On Sun, 19 Dec 2004 12:28:09 + (GMT), Krishnakant Mane
<[EMAIL PROTECTED]> wrote:
>
>
> hello all,
> I am Krishnakant
Hello Robert,
you can to this via JMX MBeanFactory ( createStandardHost,
removeStandardHost).
public String createStandardHost(String parent, String name,
String appBase, boolean autoDeploy,
boolean deployXML, boolean
live
On Mon, Dec 20, 2004 at 12:16:51PM +0100, [EMAIL PROTECTED] wrote:
: Tomcat), Tomcat-5.0.28, configured with mod_jk2 because I read that md_jk2
: was the connector to use with apache 2.x.x
Where did you read this?
I ask because plain mod_jk (aka version 1) works just fine with Apache
2.x. A lot
On Mon, Dec 20, 2004 at 06:10:59PM +0700, Peter Lauri wrote:
: I am developing a web application that will in the end consist of three
: subdomains:
:
: wap.mydomain.com
: www.mydomain.com
: client.mydomain.com
:
: How do I create the general folder structure for this? They will all have
: separa
The recommended ways to go are JK or mod_proxy_ajp.
Ta
Matt
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 20 December 2004 11:17
To: [EMAIL PROTECTED]
Subject: mod_jk2 future?
Hi all,
I've a jsp-based application (interface to an oracle db) that will go in
[EMAIL PROTECTED] wrote:
I read (by chance?) somewhere on the jakarta web site that mod_jk2 (aka
JK2) is officially unsupported since mid-November.
Well, it is actually not supported for a much longer time :).
At this point I'm not sure what to do: should I use JK? Should I stay with
mod_jk2 and
Hi all,
I've a jsp-based application (interface to an oracle db) that will go in
production in January. The server is actually configured this way:
SuSe 9.0, Apache 2.0.48 (with a virtual host redirecting everything to
Tomcat), Tomcat-5.0.28, configured with mod_jk2 because I read that md_jk2
w
Best groupmember,
I am developing a web application that will in the end consist of three
subdomains:
wap.mydomain.com
www.mydomain.com
client.mydomain.com
client will all be run over HTTPS, others HTTP.
How do I create the general folder structure for this? They will all have
separate servlets
Hi,
Thanks. Now I get the idea and trying.
But here is my extract of build.xml
I put my web.xml in /src/web.xml
I can now include the web.xml in the my app.war file.
But I found it to be in different place.
It should be under myapp/WEB-INF/web.xml
but
I found it at myapp/WEB-INF/cla
The Apache Jakarta Tomcat team is proud to announce the immediate
availability of Jakarta Tomcat Connectors 1.2.8-rc-1
(Relase Canditate 1).
We expect it to be ratified as a Stable release when the vote takes
place in the next week.
Please see the
http://jakarta.apache.org/tomcat/connectors-do
56 matches
Mail list logo