where is a text/html;charset= ?

2005-10-12 Thread Mark
Hi everybody, How can I see the complete output stream for each http request? I tried: -- $telnet localhost 8080 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET / htmlheadtitleHello Test4/title/headbody/body/html - Where is a text/html;charset

Re: where is a text/html;charset= ?

2005-10-12 Thread Jon Wingfield
Mark wrote: Hi everybody, How can I see the complete output stream for each http request? I tried: -- $telnet localhost 8080 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET / htmlheadtitleHello Test4/title/headbody/body/html - Where is a text/html

Re: where is a text/html;charset= ?

2005-10-12 Thread Mark
character is '^]'. GET / htmlheadtitleHello Test4/title/headbody/body/html - Where is a text/html;charset=...? or I'm missing something? Thanks, Mark. __ Yahoo! Music Unlimited Access over 1 million songs. Try it free

Where does tomcat loads classes from? Mysterious classes loaded....

2005-10-11 Thread David Delbecq
/opensymphony/provider/xpath/XalanXpathProvider.class Now, as you see, no track of any org.apache.xalan classes. And for a good reason, i replaced xalan by saxon in my webapp. Now, here is where the fun starts: using an xsl 2.0 in my webapp, supported by saxon but not by xalan, i get

Where to place a common jar file?

2005-09-19 Thread David Thielen
Hi; If I have a jar file used by multiple servlets, should I put it in ${catalina}/common/lib or in ${catalina}/webapps/${each_app}/WEB-INF/lib? I ask because I have seen various warnings that most jar files need to be placed in each webapp and not in common (like struts). ??? - thanks

Re: Where to place a common jar file?

2005-09-19 Thread David Smith
Shared jars can be placed in common/lib, but keep in mind that all your webapps will be locked to the same version of the jar. It's better to have a copy in the webapp instead where you'll have more version independence between wepapps. --David David Thielen wrote: Hi; If I have a jar

Re: Where to place a common jar file?

2005-09-19 Thread Mark Eggers
: Shared jars can be placed in common/lib, but keep in mind that all your webapps will be locked to the same version of the jar. It's better to have a copy in the webapp instead where you'll have more version independence between wepapps. --David David Thielen wrote: Hi; If I have

RE: Where to place a common jar file?

2005-09-19 Thread David Thielen
PM To: Tomcat Users List Subject: Re: Where to place a common jar file? From the Tomcat documetation: http://localhost:8080/tomcat-docs/class-loader-howto.html * For classes and resources specific to a particular web application, place unpacked classes and resources under /WEB-INF/classes

RE: Where to place a common jar file?

2005-09-19 Thread Mark Eggers
I think so. If you use global naming resources and a resource link (accessing your jdbc database via jndi), then you might only need to place the jdbc drivers in server/lib. Reading some other online documentation, this appears to be the preferred method. /mde/ --- David Thielen [EMAIL

Where to put context.xml?

2005-09-13 Thread Michael Lai
work either. Where does the file go? Thanks for any help in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Where to put context.xml?

2005-09-13 Thread Allistair Crossley
@jakarta.apache.org Subject: Where to put context.xml? This is probably an obvious question to most but I am new with tomcat 5.5 so I am still trying to figure things out. I want to create a web project with the document base in /home/tomcat/applications as opposed to the normal webapps

Re: Where to put context.xml?

2005-09-13 Thread Michael Lai
Allistair Crossley wrote: Nearly. Rename your file ROOT.xml and a path of /ROOT and you're away. The other alternative is create in your web application folder META-INF/context.xml Allistair Thank you for your prompt replay, Allistair. I choosed the second option and created the META

RE: Where to put context.xml?

2005-09-13 Thread Allistair Crossley
Hi, The docBase is just the folder where your web applications are located. You need to have a folder in applications for your web application. For the empty path application this is /ROOT. Thus Context path=/ROOT docBase=/home/tomcat/applications/ debug=0 reloadable=true /Context

RE: Where to put context.xml?

2005-09-13 Thread Caldarale, Charles R
From: Allistair Crossley [mailto:[EMAIL PROTECTED] Subject: RE: Where to put context.xml? Context path=/ROOT docBase=/home/tomcat/applications/ debug=0 reloadable=true /Context To again quote from the Tomcat doc for the path attribute of the Context element: The value

RE: Where to put context.xml?

2005-09-13 Thread Allistair Crossley
[mailto:[EMAIL PROTECTED] Sent: 13 September 2005 14:25 To: Tomcat Users List Subject: RE: Where to put context.xml? From: Allistair Crossley [mailto:[EMAIL PROTECTED] Subject: RE: Where to put context.xml? Context path=/ROOT docBase=/home/tomcat/applications/ debug=0

Re: Where to put context.xml?

2005-09-13 Thread Michael Lai
Allistair Crossley wrote: Hi, The docBase is just the folder where your web applications are located. You need to have a folder in applications for your web application. For the empty path application this is /ROOT. Thus Context path=/ROOT docBase=/home/tomcat/applications/ debug=0

Re: Where to put context.xml?

2005-09-13 Thread Michael Lai
Caldarale, Charles R wrote: To again quote from the Tomcat doc for the path attribute of the Context element: The value of this field must not be set except when statically defining a Context in server.xml, as it will be infered [sic] from the filenames used for either the .xml context file or

RE: where to place the /META-INF/context.xml file?

2005-09-09 Thread Allistair Crossley
or whatever. Yes /MyWebApp/META-INF would be correct, as per the servlet spec for web application structure. Allistair. -Original Message- From: Ben Wong [mailto:[EMAIL PROTECTED] Sent: 09 September 2005 05:26 To: tomcat-user@jakarta.apache.org Subject: where to place the /META-INF

Re: where to place the /META-INF/context.xml file?

2005-09-09 Thread Darryl L. Miles
Ben Wong wrote: A /META-INF/context.xml file can be used to define Tomcat specific configuration... MyWebApp/META-INF/context.xml or inside your MyWebApp.war as: META-INF/context.xml -- Darryl L. Miles - To

where to place the /META-INF/context.xml file?

2005-09-08 Thread Ben Wong
Hi, Apologies, but this is a newbie question. In the tomcat docs, it states that A /META-INF/context.xml file can be used to define Tomcat specific configuration... Could you please tell me where /META-INF/context.xml should be placed relative to the web application root? In other words

where to deploy my .war and how ? help needed please!

2005-09-07 Thread Yassine ELassad
good morning list, (sorry for the long mail) im running Tomcat behind an apache Server using mod_jk2 everything seems to be working fine but im really confused about one thing where to deploy my .war files to??? OS Suse Linux 9.1 java version 1.4.2_03 Java(TM) 2 Runtime Environment, Standard

RE: where to deploy my .war and how ? help needed please!

2005-09-07 Thread Guy Katz
@jakarta.apache.org Subject: where to deploy my .war and how ? help needed please! good morning list, (sorry for the long mail) im running Tomcat behind an apache Server using mod_jk2 everything seems to be working fine but im really confused about one thing where to deploy my .war files to??? OS Suse

RE: where to deploy my .war and how ? help needed please!

2005-09-07 Thread Sonja Löhr
I'm no expert, but isnt' the docbase of a context evaluated relative to the HOST's appbase? so I guess your docBase path should not contain /srv/www/htdocs. Am Mittwoch, den 07.09.2005, 10:04 +0300 schrieb Guy Katz: Context path= docBase=/srv/www/htdocs debug=9/

Re: where to deploy my .war and how ? help needed please!

2005-09-07 Thread Mert Eren ÜSTÜNKAYA
for the long mail) im running Tomcat behind an apache Server using mod_jk2 everything seems to be working fine but im really confused about one thing where to deploy my .war files to??? OS Suse Linux 9.1 java version 1.4.2_03 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02) Java

Re: RE: where to deploy my .war and how ? help needed please!

2005-09-07 Thread Yassine ELassad
to configure the app in the server.xml file in the tomcat conf directory. -Original Message- From: Yassine ELassad [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 07, 2005 10:01 AM To: tomcat-user@jakarta.apache.org Subject: where to deploy my .war and how ? help needed please! good morning

Re: Re: where to deploy my .war and how ? help needed please!

2005-09-07 Thread Yassine ELassad
.. Yassine ELassad wrote: good morning list, (sorry for the long mail) im running Tomcat behind an apache Server using mod_jk2 everything seems to be working fine but im really confused about one thing where to deploy my .war files to??? OS Suse Linux 9.1 java version 1.4.2_03 Java(TM) 2 Runtime

Re: RE: where to deploy my .war and how ? help needed please!

2005-09-07 Thread Sonja Löhr
. -Original Message- From: Yassine ELassad [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 07, 2005 10:01 AM To: tomcat-user@jakarta.apache.org Subject: where to deploy my .war and how ? help needed please! good morning list, (sorry for the long mail) im running Tomcat

Where can I get isapi.dll?

2005-09-03 Thread David Thielen
Hi; I downloaded and installed 5.5 for windows on my system. Tomcat runs fine but I can't find isapi_redirector.dll anywhere in my install or on the jakarta site? Does anyone know where I can download it? (the 5.5 version.) Also, are there complete instructions anywhere

Re: Where can I get isapi.dll?

2005-09-03 Thread jmail
h I think you were thinking about this http://www.popularshareware.com/JspISAPI-download-11630.html jmail Wiadomość Oryginalna Od: David Thielen [EMAIL PROTECTED] Do: tomcat-user@jakarta.apache.org Data: Sat, 3 Sep 2005 15:29:11 -0600 Temat: Where can I get isapi.dll? Hi

RE: Where can I get isapi.dll?

2005-09-03 Thread David Thielen
, September 03, 2005 3:36 PM To: Tomcat Users List Subject: Re: Where can I get isapi.dll? h I think you were thinking about this http://www.popularshareware.com/JspISAPI-download-11630.html jmail Wiadomość Oryginalna Od: David Thielen [EMAIL PROTECTED] Do: tomcat-user@jakarta.apache.org

Tomcat 5.5 where is a hard-copy dtd reference?

2005-09-01 Thread Scott Purcell
Hello, Is there a quick reference, or somewhere one can go to get a listing of the element order for the 2.4 dtd? I already have a bunch of elements in my web.xml and I want to add a listener but I forgot where it goes and I can't seem to google it up today? Anyone know? Thanks, Scott

Re: Tomcat 5.5 where is a hard-copy dtd reference?

2005-09-01 Thread David Smith
a listener but I forgot where it goes and I can't seem to google it up today? Anyone know? Thanks, Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Tomcat 5.5 where is a hard-copy dtd reference?

2005-09-01 Thread Robert Koberg
, Is there a quick reference, or somewhere one can go to get a listing of the element order for the 2.4 dtd? I already have a bunch of elements in my web.xml and I want to add a listener but I forgot where it goes and I can't seem to google it up today? Anyone know? Thanks, Scott

Re: Where can I find specs for ALL the xml tags that can be used in server.xml.

2005-08-29 Thread Alan Chandler
On Monday 29 Aug 2005 06:03, Anto Paul wrote: On 8/29/05, Alan Chandler [EMAIL PROTECTED] wrote: Where can I find specs for all the tags in server.xml I use these pages. it explains the elements used in the server.xml. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/index.html

RE: Where can I find specs for ALL the xml tags that can be used in server.xml.

2005-08-29 Thread Caldarale, Charles R
From: Alan Chandler [mailto:[EMAIL PROTECTED] Subject: Re: Where can I find specs for ALL the xml tags that can be used in server.xml. I must admin not really searching 5.5 docs, because I am using 4.1, but I can't find the Resource tag described aywhere. Then you certainly should

Re: Where can I find specs for ALL the xml tags that can be used in server.xml.

2005-08-29 Thread Alan Chandler
On Monday 29 Aug 2005 14:55, Caldarale, Charles R wrote: From: Alan Chandler [mailto:[EMAIL PROTECTED] Subject: Re: Where can I find specs for ALL the xml tags that can be used in server.xml. Then you certainly should be looking at the 4.1 docs, since 5.5 configuration is noticeably

RE: Where can I find specs for ALL the xml tags that can be used in server.xml.

2005-08-29 Thread Caldarale, Charles R
From: Alan Chandler [mailto:[EMAIL PROTECTED] Subject: Re: Where can I find specs for ALL the xml tags that can be used in server.xml. Unfortunately, it still doesn't specify what the auth=Container attribute means. This is pretty clear to me: Specify whether the web Application code

Where can I find specs for ALL the xml tags that can be used in server.xml.

2005-08-28 Thread Alan Chandler
Where can I find specs for all the tags in server.xml In particular, trying to find out why I used to be able to access a JNDI datasource and now can't. All I did was move the resource ... tag from the local Context ... to the GlobalNamingResources. Move it back and it starts working again

Re: Where can I find specs for ALL the xml tags that can be used in server.xml.

2005-08-28 Thread Anto Paul
On 8/29/05, Alan Chandler [EMAIL PROTECTED] wrote: Where can I find specs for all the tags in server.xml I use these pages. it explains the elements used in the server.xml. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/index.html -- rgds Anto Paul

Where Is A ...

2005-08-26 Thread Eugene Poole
Where is a exact example of how to do the jndi, jdbc datasource, and the reseorce ref necessary to get a database connection to a Oracle9i database from Tomcat 5.0.28? Gene [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL

Re: Where Is A ...

2005-08-26 Thread David Delbecq
Le Vendredi 26 Août 2005 03:08, Eugene Poole a écrit : Where is a exact example of how to do the jndi, jdbc datasource, and the reseorce ref necessary to get a database connection to a Oracle9i database from Tomcat 5.0.28? http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource

Re: Where Is A ...

2005-08-26 Thread Eugene Poole
Thanks, that's just what I needed. Gene [EMAIL PROTECTED] David Delbecq wrote: Le Vendredi 26 Août 2005 03:08, Eugene Poole a écrit : Where is a exact example of how to do the jndi, jdbc datasource, and the reseorce ref necessary to get a database connection to a Oracle9i database from

Re: Anyone familiar where SavedRequest class can be found?

2005-08-22 Thread Tim Funk
server/lib/catalina.jar -Tim Mark Goking wrote: Anyone know which jar file this belongs? I found this article, and this could be the solution to retaining request parameters after logging in http://sourceforge.net/tracker/?group_id=59484atid=491164func=detaila id=766413

Anyone familiar where SavedRequest class can be found?

2005-08-21 Thread Mark Goking
Anyone know which jar file this belongs? I found this article, and this could be the solution to retaining request parameters after logging in http://sourceforge.net/tracker/?group_id=59484atid=491164func=detaila id=766413 -

Where do I put certs and keys

2005-08-18 Thread Dewey, John
Where do certificates and keys go in Tomcat? I'm developing a Tomcat application that uses certificates and keys for authentication. Right now they are simply files that I have put in C:\Program Files\Apache Software Foundation\Tomcat 5.5\bin so that they are found. This works, but I'm sure

Where to beging with secure mail

2005-07-21 Thread Brian McGovern
Can anyone tell me how to get my app, which uses java mail to get a secure session with my smtp resource as defined in my context file. Resource name=mail/Session auth=Container type=javax.mail.Session/ ResourceParams name=mail/Session parameternamemail.smtp.host/name

Re: Where is default logon.jsp for Tomcat Admin webapp?

2005-07-17 Thread Mark Thomas
, and especially in the admin directory, and I can't find any such file. If I change the login-config section to /jimlogin.jsp, Tomcat seems to look for jimlogin.jsp in the admin directory, but does anyone know where the default login.jsp is located? Thanks, Jim

Re: Where is default logon.jsp for Tomcat Admin webapp?

2005-07-17 Thread ohaya
for jimlogin.jsp in the admin directory, but does anyone know where the default login.jsp is located? Thanks, Jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

RE: Where is default logon.jsp for Tomcat Admin webapp?

2005-07-17 Thread Caldarale, Charles R
From: ohaya [mailto:[EMAIL PROTECTED] Subject: Re: Where is default logon.jsp for Tomcat Admin webapp? As I indicated in my original msg, on my installation of Tomcat (5.0.27), there is no login.jsp file in that location, or anywhere else on my hard drive. For the admin app, jsps are pre

Re: Where is default logon.jsp for Tomcat Admin webapp?

2005-07-17 Thread ohaya
Caldarale, Charles R wrote: From: ohaya [mailto:[EMAIL PROTECTED] Subject: Re: Where is default logon.jsp for Tomcat Admin webapp? As I indicated in my original msg, on my installation of Tomcat (5.0.27), there is no login.jsp file in that location, or anywhere else on my hard

Where is default logon.jsp for Tomcat Admin webapp?

2005-07-15 Thread ohaya
. If I change the login-config section to /jimlogin.jsp, Tomcat seems to look for jimlogin.jsp in the admin directory, but does anyone know where the default login.jsp is located? Thanks, Jim - To unsubscribe, e-mail: [EMAIL

Where are my tomcat icons in Eclipse 3.1? How to use Tomcat with Maven and Eclipse 3.1?

2005-07-09 Thread Siegfried Heintze
Is there a more appropriate place to ask questions on tomcat and eclipse? I googled for some eclipse forums and found some, but they would not let me post to them. Anyway, I noticed that eclipse 3.0.1 has some nice little icons for starting and stopping eclipse. Under preferences it also

Re: Where are my tomcat icons in Eclipse 3.1? How to use Tomcat with Maven and Eclipse 3.1?

2005-07-09 Thread Christoph Kutzinski
Are you referring to the Sysdeo Tomcat launcher? This is an external plugin, not part of a fresh Eclise install, you have to install it manually. Otherwise: the tutorial is about the WTP. Have you installed it properly with all dependencies? In that case you can start your project with the

Re: where can i see log trace logAbandoned

2005-06-20 Thread Patrick Thomas
*bump*... I too would love someone to shed some light on this subject. Cheers, PST On 6/19/05, Anand Vijay [EMAIL PROTECTED] wrote: hi all When i say logAbandoned = true in data-source of struts-config.xml , it still does',nt trace abandoned connection .How can i achieve this and where

where can i see log trace logAbandoned

2005-06-19 Thread Anand Vijay
hi all When i say logAbandoned = true in data-source of struts-config.xml , it still does',nt trace abandoned connection .How can i achieve this and where can i see the log? Thanks Vijay - To unsubscribe, e-mail: [EMAIL

Where is Admintool?

2005-06-18 Thread Hugh Barrett
Hi, Can someone help me. I am searching for the admintool and cannot find a download for it. Please help. HEB - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Where is Admintool?

2005-06-18 Thread Parsons Technical Services
- From: Hugh Barrett [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Saturday, June 18, 2005 8:31 PM Subject: Where is Admintool? Hi, Can someone help me. I am searching for the admintool and cannot find a download for it. Please help. HEB

Re: where do i place log4j

2005-06-13 Thread teknokrat
WEB-INF/lib too? Where do i place the log4j.properties file for the shared libraries? Place it as usual in WEB-INF/classes. It doesn't matter where the library (jar) is loaded from as long as the code is executed by your web app. thanks Marius If there are multiple webapps

Re: where do i place log4j

2005-06-13 Thread Guillaume Lederrey
On 6/13/05, teknokrat [EMAIL PROTECTED] wrote: Marius Scurtescu wrote: teknokrat wrote: Place it as usual in WEB-INF/classes. It doesn't matter where the library (jar) is loaded from as long as the code is executed by your web app. If there are multiple webapps with their own

Re: Where are the UNIX-type scripts?

2005-06-13 Thread cmllpz
the latest jakarta-tomcat-5.5.9.tar.gz installation files and set them up, but I can not find the startup.sh, catalina.sh, ... file. This is all I see: [EMAIL PROTECTED] bin]$ ls -l total 500 snip So, where are the UNIX-type scripts? I have just downloaded jakarta-tomcat

RE: Where are the UNIX-type scripts?

2005-06-12 Thread Greg Scott
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, June 11, 2005 4:23 PM To: Tomcat Users List Subject: Where are the UNIX-type scripts? I recently downloaded the latest jakarta-tomcat-5.5.9.tar.gz installation files and set them up, but I can not find the startup.sh

Re: Where are the UNIX-type scripts?

2005-06-12 Thread Greg Scott
1280 Mar 26 13:22 version.bat -rw-r--r-- 1 root root790 Mar 26 13:22 version.sh [EMAIL PROTECTED] bin]# - Greg Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, June 11, 2005 4:23 PM To: Tomcat Users List Subject: Where are the UNIX-type

Re: Where are the UNIX-type scripts?

2005-06-12 Thread kamal r
790 Mar 26 13:22 version.sh [EMAIL PROTECTED] bin]# - Greg Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, June 11, 2005 4:23 PM To: Tomcat Users List Subject: Where are the UNIX-type scripts? I recently downloaded the latest

RE: Where are the UNIX-type scripts?

2005-06-12 Thread cmllpz
-rw-r--r-- 1 root root790 Mar 26 13:22 version.sh [EMAIL PROTECTED] bin]# - Greg Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, June 11, 2005 4:23 PM To: Tomcat Users List Subject: Where are the UNIX-type scripts? I

RE: Where are the UNIX-type scripts?

2005-06-12 Thread Greg Scott
But the dates on your files are June 11 and the dates on mine are March 26. I don't have the exact URL where I downloaded mine, just navigated there from the Jakarta home page. - Greg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, June 12, 2005 1:39

Re: Where are the UNIX-type scripts?

2005-06-12 Thread Mark Thomas
[EMAIL PROTECTED] wrote: I recently downloaded the latest jakarta-tomcat-5.5.9.tar.gz installation files and set them up, but I can not find the startup.sh, catalina.sh, ... file. This is all I see: [EMAIL PROTECTED] bin]$ ls -l total 500 snip So, where are the UNIX-type scripts? I

Where are the UNIX-type scripts?

2005-06-11 Thread cmllpz
-- 1 tcbox00 tcbox00 1280 Jun 11 09:10 version.bat -rwxr-xr-x 1 tcbox00 tcbox00790 Jun 11 09:10 version.sh So, where are the UNIX-type scripts? Thanks Albretch - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Where are the UNIX-type scripts?

2005-06-11 Thread cmllpz
Also if I try the only unix-like script, namely, version.sh, it looks for the other ones: [EMAIL PROTECTED] bin]$ ./version.sh Cannot find ./catalina.sh Albretch - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Where are the UNIX-type scripts?

2005-06-11 Thread luke
Hi, 11Jun2005 @ 17:22 [EMAIL PROTECTED] thusly spake I recently downloaded the latest jakarta-tomcat-5.5.9.tar.gz installation files and set them up, but I can not find the startup.sh, catalina.sh, ... file. This is all I see: [EMAIL PROTECTED] bin]$ ls -l total 500 -rw-r--r-- 1

where do i place log4j

2005-06-10 Thread teknokrat
Normally I place log4j.jar with my webapp. However, I have a number of libraries that need to be shared across various webapps. These need to do logging as well. should i place a version of log4j in shared/lib? Should I still keep the versions in each WEB-INF/lib too? Where do i place

Re: where do i place log4j

2005-06-10 Thread Anoop kumar V
. However, I have a number of libraries that need to be shared across various webapps. These need to do logging as well. should i place a version of log4j in shared/lib? Should I still keep the versions in each WEB-INF/lib too? Where do i place the log4j.properties file for the shared libraries

Re: where do i place log4j

2005-06-10 Thread Marius Scurtescu
teknokrat wrote: Normally I place log4j.jar with my webapp. However, I have a number of libraries that need to be shared across various webapps. These need to do logging as well. should i place a version of log4j in shared/lib? Should I still keep the versions in each WEB-INF/lib too? Where do

Where is the compatibility package to download?

2005-05-31 Thread Dave Guzda
Hello, I'm trying to get Tomcat 5.5 running and I need to use Java 1.4.2. It seems I require the 'compatibility package' to make this happen. Exactly where is this available to download, i can't seem to find it. Thanks Dave

RE: Where is the compatibility package to download?

2005-05-31 Thread Steve Kirk
Main downloads page http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi See links at bottom of 5.5.9 section -Original Message- From: Dave Guzda [mailto:[EMAIL PROTECTED] Sent: Tuesday 31 May 2005 15:42 To: tomcat-user@jakarta.apache.org Subject: Where

Where can I download the admin package?

2005-05-31 Thread Yuhui Liu
Hi, there, I got a message below so I just want to know where can I download the admin package. Suppose it's a java package? Or a standard .exe file need to run? == dump == Tomcat's administration web application is no longer installed by default. Download and install the admin package to use

Re: Where can I download the admin package?

2005-05-31 Thread egan0019
got a message below so I just want to know where can I download the admin package. Suppose it's a java package? Or a standard .exe file need to run? == dump == Tomcat's administration web application is no longer installed by default. Download and install the admin package to use

RE: Where can I download the admin package?

2005-05-31 Thread Dale, Matt
Although Tomcat doesn't include the httpd server it can itself display web pages so depending on what you are doing it may be enough. Ta Matt -Original Message- From: egan0019 [mailto:[EMAIL PROTECTED] Sent: 31 May 2005 16:30 To: Tomcat Users List Subject: Re: Where can I download

RE: Where is the compatibility package to download?

2005-05-31 Thread David Short
Hi Dave, I've got it and will send it to you if you contact me directly. Dave -Original Message- From: Dave Guzda [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 7:42 AM To: tomcat-user@jakarta.apache.org Subject: Where is the compatibility package to download? Hello, I'm

Re: Where is the compatibility package to download?

2005-05-31 Thread Dave Guzda
-user@jakarta.apache.org Sent: Tuesday, May 31, 2005 11:49 AM Subject: RE: Where is the compatibility package to download? Hi Dave, I've got it and will send it to you if you contact me directly. Dave - To unsubscribe, e

Re: Where can I download the admin package?

2005-05-31 Thread Yuhui Liu
.cgi Tomcat doesn't include apache. On 31 May 2005, Yuhui Liu wrote: Hi, there, I got a message below so I just want to know where can I download the admin package. Suppose it's a java package? Or a standard .exe file need to run? == dump == Tomcat's administration web application

Where are the results of a System.out.println command ?

2005-05-30 Thread Jean-Luc Douville
I am running a servlet under Mac Os X Tomcat jakarta-tomcat-5.0.28. That servlet has a System.out.println(userAgent ** : +userAgent); command. On my PC i found the result of the same command (and other) in the DOS window that logs the tomcat's processes (serving the same servlet). On the Mac

Re: Where are the results of a System.out.println command ?

2005-05-30 Thread delbd
In general prefer the use of a logging system in your code (commons-logging or log4j for example). Concerning System.out, i guess for linux it's the same as for Mac, the System.out is redirected to the log file (logs/catalina.out by default) Le Lundi 30 Mai 2005 10:39, Jean-Luc Douville a écrit

Re: Where are the results of a System.out.println command ?

2005-05-30 Thread Jean-Luc Douville
On May 30, 2005, at 10:53 AM, delbd wrote: In general prefer the use of a logging system in your code (commons-logging or log4j for example). Concerning System.out, i guess for linux it's the same as for Mac, the System.out is redirected to the log file (logs/catalina.out by default) Yes

Re: Where are the results of a System.out.println command ?

2005-05-30 Thread Torsten Römer
Jean-Luc Douville said: I am running a servlet under Mac Os X Tomcat jakarta-tomcat-5.0.28. That servlet has a System.out.println(userAgent ** : +userAgent); command. On my PC i found the result of the same command (and other) in the DOS window that logs the tomcat's processes (serving the

Re: Where are the results of a System.out.println command ?

2005-05-30 Thread Rhino
The results of System.out.println() are written to a file called catalina.out which you should find in your tomcat/logs directory. Rhino - Original Message - From: Jean-Luc Douville [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Monday, May 30, 2005 4:39 AM Subject: Where

Where do -Xms32m, -Xmx256m, and -Xrs go in the Tomcat 5.0.28 batch files?

2005-05-23 Thread Dakota Jack
I am running out of memory when running some imaging ops with Tomcat 5.0.28 and need to set the java command with the attributes -Xms32m, -Xmx256m, and -Xrs. However, danged if I can figure out how to do that. I am using the simple startup.bat and shutdown.bat. Where is the place I plugin

AW: Where do -Xms32m, -Xmx256m, and -Xrs go in the Tomcat 5.0.28 batch files?

2005-05-23 Thread Edao, Aliye
Dr. Aliye Edao mailto:[EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: Dakota Jack [mailto:[EMAIL PROTECTED] Gesendet: Montag, 23. Mai 2005 08:48 An: Tomcat Users List Betreff: Where do -Xms32m, -Xmx256m, and -Xrs go in the Tomcat 5.0.28 batch files? I am running out

Re: Where do -Xms32m, -Xmx256m, and -Xrs go in the Tomcat 5.0.28 batch files?

2005-05-23 Thread Parsons Technical Services
I can't test it. If you look in the catalina.bat you will see the comments at the top talking about the variables. If you look in startup.bat you will see where it picks up the command line variables. The .sh files are the nix OS equivalent to the Windows .bat files. Doug - Original

Re: Where do -Xms32m, -Xmx256m, and -Xrs go in the Tomcat 5.0.28 batch files?

2005-05-23 Thread Dakota Jack
look in startup.bat you will see where it picks up the command line variables. The .sh files are the nix OS equivalent to the Windows .bat files. Doug - Original Message - From: Edao, Aliye [EMAIL PROTECTED] To: Dakota Jack [EMAIL PROTECTED] Cc: Tomcat Users List tomcat-user

Re: Where do -Xms32m, -Xmx256m, and -Xrs go in the Tomcat 5.0.28 batch files?

2005-05-23 Thread Frank W. Zammetti
about the variables. If you look in startup.bat you will see where it picks up the command line variables. The .sh files are the nix OS equivalent to the Windows .bat files. Doug - Original Message - From: Edao, Aliye [EMAIL PROTECTED] To: Dakota Jack [EMAIL PROTECTED] Cc

Re: Where do -Xms32m, -Xmx256m, and -Xrs go in the Tomcat 5.0.28 batch files?

2005-05-23 Thread Dakota Jack
Hi, again, Frank, Where can I get a copy of the code/binaries for Java Service Manager (the update of Tomcat Service Manager)? I went to this site but there seems to be no reference to any downloads. On 5/23/05, Frank W. Zammetti [EMAIL PROTECTED] wrote: And just to let you know, should you

Re: Where do -Xms32m, -Xmx256m, and -Xrs go in the Tomcat 5.0.28 batch files?

2005-05-23 Thread Frank W. Zammetti
http://web.bvu.edu/staff/david/index.jsp?section=softwaresubsection=tcservcfgpage=downloads -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, May 23, 2005 10:56 am, Dakota Jack said: Hi, again, Frank, Where can I get a copy

where to change the webapp/ROOT setting?

2005-05-19 Thread Bart Masschelein
Hello there, I've installed Apache2 and Tomcat5 on my PC (XP), and seperately they work fine. Then I installed JK2 to let Apache run JSPs, and there is the problem. Everything works fine, in the sense that I can run html files and Apache can run Tomcat, as I choose a .jsp to run, I get the

off topic: Where to get a good tutorial about JSP.

2005-05-13 Thread Vinicius
Hello, where to get a good tutorial about JSP, please? TIA, Vinicius. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: off topic: Where to get a good tutorial about JSP.

2005-05-13 Thread Barry Kimelman
Visit http://www.tucows.com/preview/350876.html Click on the link labeled "Free Eclipse JSP Editor". You will be taken toa webpage where you can download a copy (free license) of"NitroX JSP Editor - Professional Source Visual JSP Editor" = Develop

Re: off topic: Where to get a good tutorial about JSP.

2005-05-13 Thread luke
Hi, 13May2005 @ 20:18 Vinicius thusly spake where to get a good tutorial about JSP, please? Download the j2ee tutorial from sun, then from chapter 12 onwards. http://java.sun.com/j2ee/1.4/download-docs.html hth, Luke -- ._.. .| .| |.|/.|_ . .|__.|_|.|\.|_ . :61 421 276 282

Re: off topic: Where to get a good tutorial about JSP.

2005-05-13 Thread Joe Riopel
PROTECTED] wrote: Hi, 13May2005 @ 20:18 Vinicius thusly spake where to get a good tutorial about JSP, please? Download the j2ee tutorial from sun, then from chapter 12 onwards. http://java.sun.com/j2ee/1.4/download-docs.html hth, Luke

Re: Where to put version information in war file?

2005-05-12 Thread Lionel Farbos
to add the META-INF Implementation-version tag with jar files but with Tomcat war files it doesn't work. Are there other standard places where to put version information? Henri. Hi, I use this mecanism and it works. I put version information in the META-INF/MANIFEST.MF of the war, then thanks

Where to put version information in war file?

2005-05-11 Thread Henri Dupre
files it doesn't work. Are there other standard places where to put version information? Henri. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Where to put version information in war file?

2005-05-11 Thread Wade Chandler
but with Tomcat war files it doesn't work. Are there other standard places where to put version information? Henri. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] context-param is easy

  1   2   3   4   5   6   7   8   9   10   >