Xiao Xiao wrote:
Hi,
Saying i have the following web-app structure:
WEB-INF/web.xml
html/logo.gif
html/welcome.html
logo.gif
in the web.xml, html/welcome.html is defined as one of the
welcome-file, which includes an image defined as src="./logo.gif". My
question is
you might also try, in addition to of course setting the env. variable
JAVA_HOME correctly, to point your PATH to the bin folder of your Tomcat
installation and put both the servlet-api.jar and the jsp-api.jar into
the CLASSPATH env. variable. Hope that helps you.
Frank J Murray wrote:
Hello
That fixed it. Thanks a ton for the quick response and solution.
-blair
On 9/28/06, Mark Thomas <[EMAIL PROTECTED]> wrote:
Blair Cruz wrote:
> No tcnative-1.dll found anywhere on my machine.
>
> -blair
I am pretty sure this won't be a native issue.
It is almost certainly a windows file lock
Frank J Murray wrote:
When starting a new thread (ie sending a message to the list about a
new topic) please do not reply to an existing message and change the
subject line. To many of the list archiving services and mail clients
used by list subscribers this makes your new message appear as part
Hello,
This is a new post, and I am a newbie (at least to Apache Tomcat on
Windows).
I went to the Apache.org website and downloaded and installed the
Windows executable under Core distributions, i.e.,
Core:
a.. zip (pgp, md5)
b.. tar.gz (pgp, md5)
c.. Windows Executable (pgp, md
Blair Cruz wrote:
> No tcnative-1.dll found anywhere on my machine.
>
> -blair
I am pretty sure this won't be a native issue.
It is almost certainly a windows file locking issue. Due to the way one
of the libraries (Xerces? - I can't remember the details) opens files
Windows locks the files and
> From: Rizwan Merchant [mailto:[EMAIL PROTECTED]
> Subject: Shutdown log - deallocating instances
>
> Off late, I have been noticing that during a shutdown of the server I
> see a message
> "Waiting for xx instance(s) to be deallocated"
This message is logged up to three times for each servlet
No tcnative-1.dll found anywhere on my machine.
-blair
On 9/28/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> From: Blair Cruz [mailto:[EMAIL PROTECTED]
> Subject: Re: manager deploy not working in windows
>
> I don't know much about APR, I just looked at the guide on the Tomcat
> websi
> From: Blair Cruz [mailto:[EMAIL PROTECTED]
> Subject: Re: manager deploy not working in windows
>
> I don't know much about APR, I just looked at the guide on the Tomcat
> website. If it answers your question, I didn't install it.
If you used the .exe for the Windows install, you may have g
I don't know much about APR, I just looked at the guide on the Tomcat
website. If it answers your question, I didn't install it. I took all the
defaults for Tomcat on Windows and Linux.
On 9/28/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> From: Blair Cruz [mailto:[EMAIL PROTECTED]
>
> From: Blair Cruz [mailto:[EMAIL PROTECTED]
> Subject: manager deploy not working in windows
>
> I'm very confused by this as both machines are clearly running the
> same version of Tomcat and of Java.
This shouldn't make any difference, but are you by any chance running
with APR (tcnative-1.d
Hi,
We have been running a couple of web application on a tomcat 5.5 server.
The OS is Linux based FC4.
Off late, I have been noticing that during a shutdown of the server I
see a message
"Waiting for xx instance(s) to be deallocated"
The xx number varies (today it was 154). Can someone tell
I have Tomcat running on my Windows box and my Linux box. The Manager deploy
wont work on Windows but works great on Linux. Both machines are running
Tomcat 5.5.17 and JVM version 1.5.0_08-b03.
The application deploys fine for the first time on both machines. When I do
another deploy, which con
Hi Folks,
I tried the suggested change, but I am still facing the same problem. Here
is the exception that I get.
** Picateers Exception Handler received an exception of type
org.apache.commons.fileupload.FileUploadException at [28/Sep/2006:15:19:05]
**
org.apache.commons.fileupload.F
Chris,
How you download Apache 2.2.4. I can see only 2.2.3 released.
Thanks
Anil
On 9/28/06, Chris Berthold <[EMAIL PROTECTED]> wrote:
I replied to your direct message but important for the list. The hot
standby feature was added in 2.2.4 development, my bad, its already in
the docs too. I'
Garner Shawn wrote:
> Is there something different about the request of a JSP page vs a HTML
> page?
JSP - dynamic, generates java source for servlet, executes servlet
HTML - static, sneds whatever is on the disk
Mark
-
To star
Hi,
I have several servers all running the same software that have recently started
having trouble.
The symptom is that intermittently, usually (but not always) on a POST after a
delay of 30 - 60 seconds, my users receive "The page cannot be displayed"
error. When they click refresh the corr
> From: Kevin Mullin [mailto:[EMAIL PROTECTED]
> Subject: RE: Help with Manager Embedded Web Application
>
> Could you verify the link you sent. I can't get to it.
The link works for me and others, and should not be cookie-dependent:
http://jcp.org/aboutJava/communityprocess/final/jsr154/index.
Here is my deployment rule, which deposits the project war file onto the
given tomcat server, under the root context (path=/).
HTH,
Tim
Undefined: tomcat.username
Undefined: tomcat.password
Undefined: tomcatURL
Deploying ${basedir}/${project.war} to ${
Could you verify the link you sent.
I can't get to it. If its a link to the J2EE specification,
I have that.
Kevin Mullin
Sr. Analyst
IBM Corporation
(206) 345-7068
[EMAIL PROTECTED]
"Caldarale, Charles
R" <[EMAIL PROTECTED]>
09/28/2006 07:18 AM
Please respond to
"Tomcat Users
Yes :)
You can use it to inherit properties via multiple steps. But be careful,
it doesn't check for loops!
To make sure before I answered, I did a little check with a slightly
enhanced configuration:
# Make config observable
worker.list=status
worker.status.type=status
worker.status.mount=/jkst
I replied to your direct message but important for the list. The hot
standby feature was added in 2.2.4 development, my bad, its already in
the docs too. I've never used it so I'm not quite sure how you would do
the hot stand by on 2.2.3 or older with the mod_proxy load balancer.
You can use mod_j
Chris,
I am using Apache 2.2.3 on Windows XP.
D:\sam\apache\Apache2.2\bin>httpd.exe -v
Server version: Apache/2.2.3
Server built: Jul 27 2006 16:49:49
Thanks
Anil S. Ranka
On 9/28/06, Chris Berthold <[EMAIL PROTECTED]> wrote:
What version of apache are you using?
-Original Message--
What version of apache are you using?
-Original Message-
From: Anil Ranka [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 28, 2006 3:37 PM
To: Tomcat Users List
Subject: Re: Help with Tomcat Clustering and load balancing
Hi,
I have tried your suggestion, When I run my apache on win
Hi,
I have tried your suggestion, When I run my apache on windows env, I am
getting following error
BalancerMember Unknow status parameter option
for line : BalancerMember ajp://1.2.3.5:8009 status=+H
Any clue.
Thanks
Anil S. Ranka
On 9/28/06, Chris Berthold <[EMAIL PROTECTED]> wrote:
You'
Hi all,
I am using tomcat 5.5.17 and SQL Server 2000 (with SQL 2005 Driver). I have a
login page that tries to connect to the database and verify user name and
password but the following error comes up:
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnection
Factory (A
You'll probably want to use mod_proxy_ajp I've had pretty good success
with it. I'm not sure why you would be using an active-hot standby-hot
standby instead of active-active-hot standby but who am I to judge =o)
Get a configuration working with it first on one server then work
towards the hot st
Hello - We are using Tomcat 5.5.19. We need to deploy applications to
the root context, ideally we would like to deploy them to through the
ant deploy tasks. Initially I specified the root context path in the
server.xml file, however this has problems. For example I had the ant
script deploy to
The Apache Tomcat team is pleased to announce the immediate availability
of version 5.5.20 of the Apache Tomcat server.
This release contains dozens of important bug fixes and improvements to
the Tomcat server.
Release Notes: http://tomcat.apache.org/tomcat-5.5-doc/RELEASE-NOTES
Change Log: h
In addition to what others have suggested, I remember a thread
concerning binding to an IPv4 address on a system that only accepted
IPv6 bindings. Search the archives for that case.
--David
Raffaele Viola wrote:
Hi all,
I'm trying to start Tomcat but Ihave some problems
This is what I read
I'm using sitemesh with struts 2 on tomcat 5.5.17.
Alright I have a decorator that is a JSP file.
Now when the requested page comes through it is a plain old HTML page
http://localhost:8080/mycontext/product/myProduct/docs/index.html
Now the sitemsh filter and struts 2 filters are both mapped to
David Delbecq schrieb:
taylan kuecuek a écrit :
Raffaele Viola schrieb:
Hi all,
I'm trying to start Tomcat but Ihave some problems
This is what I read in the catalina.out, could someone help me?
Thanks a lot
Raffo
28-Sep-2006 16:03:28
org.apache.catalina.core.AprLifecycleListenerl
taylan kuecuek a écrit :
> Raffaele Viola schrieb:
>
>> Hi all,
>>
>> I'm trying to start Tomcat but Ihave some problems
>>
>> This is what I read in the catalina.out, could someone help me?
>>
>> Thanks a lot
>> Raffo
>>
>> 28-Sep-2006 16:03:28
>> org.apache.catalina.core.AprLifecycleListenerlifec
Raffaele Viola schrieb:
Hi all,
I'm trying to start Tomcat but Ihave some problems
This is what I read in the catalina.out, could someone help me?
Thanks a lot
Raffo
28-Sep-2006 16:03:28
org.apache.catalina.core.AprLifecycleListenerlifecycleEvent
INFO: The Apache Tomcat Native library which
Several possibilities
1) port 8005 is not available on the machine (not allowed to that user
or used by another application already), free it or change it in server.xml
2) you have changed tomcat configuration on a perhaps multi ip machine
to bind only on a specific interface (specific ip) and thi
Hi all,
I'm trying to start Tomcat but Ihave some problems
This is what I read in the catalina.out, could someone help me?
Thanks a lot
Raffo
28-Sep-2006 16:03:28 org.apache.catalina.core.AprLifecycleListenerlifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance
Fortunately I solved my problem. What I had overseen is that there was in my
project sturcture an old "tools.jar" file, which was made for Java 1.4.
Deleting this file finally made Tomcat compile the files.
Thanx anyway!
Original-Nachricht
Datum: Thu, 28 Sep 2006 07:40:54 -050
Turns out that stoping/starting the Tomcat service with the Tomcat provided
service control panel was causing the problem. Using the Windows Services
control panel, for whatever reason, allows my authentication scheme to work
correctly.
H
On 9/21/06, Henry McClain <[EMAIL PROTECTED]> wrote:
G
It means the manager webapp has no default welcome page. The best entry
point is http://sy8d:8080/manager/html unless you are using the manager
webapp with a script which doesn't need the pretty response.
--David
Kevin Mullin wrote:
Yes, I see that now. I read it too quickly. Yes, I do ha
> From: Kevin Mullin [mailto:[EMAIL PROTECTED]
> Subject: RE: Help with Manager Embedded Web Application
>
> But in the web document I see when I just use
> http://sy8d:8080 (which brings up the Apache Tomcat 5.5.17
> home page) and then click on "Tomcat Manager" (which brings
> me to the "Tom
Yes, I see that now. I read it
too quickly. Yes, I do have the directory you mentione, but here
is where my lack of expertise with the J2EE is getting in my way. In
the web.xml file, is have for the servlet mapping directives:
^M
Manager^M
/list^M
^M
^M
Manager^M
/sess
Hi All,
I am new with Tomcat Clustering feature. I have configured my three
tomcats nodes in cluster mode and they are talking to each other no issues.
Out these three nodes N1, N2 and N3 only one node will be ACTIVE node and
rest two will be PASSIVE. ACTIVE means my app will be loaded on only o
> From: Matthias Adam [mailto:[EMAIL PROTECTED]
> Subject: wrong version 49.0, should be 48.0 - tried everything
>
> I already read all kinds of threads about this topic, but I
> still get from Tomcat the error posted below (basically:
> "class file has wrong version 49.0, should be 48.0").
Th
Hi,
In mod_jk 1.2.19 the reference attribute is introduced for a worker. My
question is does inherentance work for this attribute. Example:
worker.template.activation=D
worker.worker1.reference=worker.template
worker.worker1.port=18009
worker.worker2.reference=worker.worker1
Will this result
Hi everybody,
I already read all kinds of threads about this topic, but I still get from
Tomcat the error posted below (basically: "class file has wrong version 49.0,
should be 48.0").
I did everything someone ever posted to solve the problem, namely the following:
- My PATH variable, as well
45 matches
Mail list logo