The tomcat connectors exist as a plugin for various web servers (Apache
httpd 1.3, 2.0, 2.2, IIS and Sun). Depending on the web server you use,
you have to download the appropriate file.
All variants are in the directory
http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk-
> From: Vijay Hatewar [mailto:[EMAIL PROTECTED]
> Subject: RE: I have deployed build , using root user ,
>
> I tried with "ant clean" from root, I got the message build is clean
> successfully. but when If I would deploy build using my
> profile , I got the message build unsuccessful .
Sounds l
I tried with "ant clean" from root, I got the message build is clean
successfully. but when If I would deploy build using my profile , I got the
message build unsuccessful .
What would be appropriate command for the same. Please writ me.
regards
Vijay
-Original Message-
From: Caldarale, Ch
> From: Vijay Hatewar [mailto:[EMAIL PROTECTED]
> Subject: RE: I have deployed build , using root user ,
>
> I want to delete the web app that I have deployed .the code etc ..
Have you tried using the Undeploy command of the Tomcat manager app?
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDEN
I want to delete the web app that I have deployed .the code etc ..
Regards
Vijay
-Original Message-
From: Gregor Schneider [mailto:[EMAIL PROTECTED]
Sent: Monday, January 01, 2007 10:20 PM
To: Tomcat Users List
Subject: Re: I have deployed build , using root user ,
> I have deployed bui
Caldarale, Charles R wrote:
>> From: Mark Thomas [mailto:[EMAIL PROTECTED]
>> Subject: Re: How to set up a special folder to list all files
>> under it?
>>
>> Have a look at
>> http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
>>
>> you want the allowLinking attribute
>
> The OP is ru
> From: Mark Thomas [mailto:[EMAIL PROTECTED]
> Subject: Re: How to set up a special folder to list all files
> under it?
>
> Have a look at
> http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
>
> you want the allowLinking attribute
The OP is running on WinXP; is allowLinking safe t
kkus wrote:
> Under listing directory, is there any way putting a file link there since I
> want to put physical file in a different disk? I tried and it showed me a
> file with a link, but after I clicked this test.lnk it can't show me the
> physical file at all. Thanks!
Have a look at http://tom
Thanks Martin for the reply, I don't seem to be able to find the DLL from
the Apache HTTP Server at http://httpd.apache.org/download.cgi.
Something must be going not quite right - I have been trying to download
mod_jk.dll from the link below, which is the proposed place, for Tomcat
component. I ca
a good tutorial for constructing URLS is located here
http://www.javaworld.com/javaworld/javatips/jw-javatip66.html
In my situation I have a contextPath which points to
$CATALINA_BASE\webapps\WebAppName (so this href tag will display
AutoCompleteServlet.java.txt)
Java
source
I could have j
> From: kkus [mailto:[EMAIL PROTECTED]
> Subject: RE: How to set up a special folder to list all files
> under it?
>
> Under listing directory, is there any way putting a file link
> there since I want to put physical file in a different disk?
This isn't really a Tomcat issue. The Windows imp
Hi,
This is a re-post as a new email thread. Thanks Mark pointing it out - I did
not realize using reply would cause confusion to the mailing list.
I can not find the mod_jk.dll from jk-1.2.20 build. Does it mean that is not
supported any more? Or I should use the mod_jk-apache-2.2.3.so ins
dong-
download from Apache HTTP Server at
http://httpd.apache.org/download.cgi
mod_jk.dll is windows
mod_jk-apache-2.2.3.so is Unix
HTH
Martin --
---
This e-mail message (including attachments, if any) is intended for the us
Under listing directory, is there any way putting a file link there since I
want to put physical file in a different disk? I tried and it showed me a
file with a link, but after I clicked this test.lnk it can't show me the
physical file at all. Thanks!
Caldarale, Charles R wrote:
>
>> From: Cal
JiaDong Huang wrote:
> Hi,
>
> I can not find the mod_jk.dll from jk-1.2.20 build. Does it mean that is not
> supported any more? Or I should use the mod_jk-apache-2.2.3.so instead?
>
> Thanks!
>
> Dong
When starting a new thread (ie sending a message to the list about a
new topic) please do no
Hi,
I can not find the mod_jk.dll from jk-1.2.20 build. Does it mean that is not
supported any more? Or I should use the mod_jk-apache-2.2.3.so instead?
Thanks!
Dong
-
To start a new topic, e-mail: users@tomcat.apache.org
To u
hi martin,
actually, i just wanted to give the op tuosu some hints how to solve
his problems. you puzzled me by asking *me* to double-check tomcat v
1.4 - actually tuosu (the op) has to double-check... kinda mixed it
up.
anyways, i guess tuoso has a few starting-points now.
cheers
greg
--
what
The Java Web Parts (JWP) team is proud to announce that new year's day
sees our first "GA" release, 1.0, unleashed upon the world!
For those of you new to JWP, it is a project that provides small,
reusable and largely independant Java components of interest to all web
application developers. Y
> From: Caldarale, Charles R
> Subject: RE: How to set up a special folder to list all files
> under it?
>
> You don't have to create any classes. Just do what I said in
> the original response, which is to copy the existing
> declaration for the default servlet from conf/web.xml to your
> o
> From: kkus [mailto:[EMAIL PROTECTED]
> Subject: Re: How to set up a special folder to list all files
> under it?
>
> Still confused with servlet class
> (FullPackageNameOfServletClass) here. What
> is required in building such a class?
You don't have to create any classes. Just do what I sa
Still confused with servlet class (FullPackageNameOfServletClass) here. What
is required in building such a class? Can you provide a sample? Thanks!
Martin Gainty wrote:
>
> 1)yes you need to setup the listings options for your servlet in web.xml
> as in
>
>NameOfServlet
>F
If you're speaking of 1.4 JVM instead of Tomcat then you should make your
distinctions clear as in I am using "Tomcat 5.x with JVM 1.4"
Dont get mixed up again
Good Luck
---
This e-mail message (including attachments, if an
1)yes you need to setup the listings options for your servlet in web.xml as in
NameOfServlet
FullPackageNameOfServletClass
listings
true
2)make sure you copy your viewable (txt) files to the the webapps/WEBAPPNAME
(Note the WEB-INF fo
I have deployed build using root user on tomcat 5.0
Lesson No 1: Never run Tomcat as root
Write that down for at least 100 times
Getting serious again:
What do you want to delete? The Tomcat-Installation? A web-app that
you distributed?
Please be specific
Cheers
Greg
--
what's puzzlin' you
Hi Martin,
sorry, don't get you: What do you mean by "double-checking version 1.4"?
As Chuck wrote above, there's no such version of Tomcat 1.4. However,
there is a Java-Version named 1.4.2 - maybe you're mixing it up?
Maybe you should let us know what you're trying to achieve:
I understood tha
Hi All
I have deployed build using root user on tomcat 5.0 [( Mysql 5.0 ) server
(installed on fedora linux box)] , Now I want to delete complete code
which was on done using root user .
But I am finding it difficult to delete all the stuff , Clean build command
is not working even with root
Greg
Thanks for the input
Can you double check the Tomcat version as 1.4?
Thx,
Martin --
---
This e-mail message (including attachments, if any) is intended for the use of
the individual or entity to which it is addressed
don't know about solaris too much, but the exception to me sounds as
if there's already an instance of tomcat running which is listenig on
port 8080. Port 8080 is the default port tomcat will listen to.
So, if you start tomcat and then start another instance, both
listening on port 8080, you will
Hi tuosu,
Happy new year to you and Charles also. ;)
The reason why you cant see using ps is because your tomcat startup was
failed. Your tomcat startup failed is because that its port (8080) was
occupied by someother running process. using lsof to check what port using
8080 is running.
Li
On
29 matches
Mail list logo