Re: kept getting HTTP Status 404 - please help. thanx.

2003-02-02 Thread fred
Normally, Admin and no password Fred - Original Message - From: John Qin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, February 02, 2003 7:10 AM Subject: Re: kept getting HTTP Status 404 - please help. thanx. hi Jacob Kjome .thanx for ur help. I got it

Admin user and passwd

2003-02-02 Thread Liquid
Hi, what is the default user and password for web admin interface od Tomcat? Thanks. Liquid - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

URGENT: many apache processes

2003-02-02 Thread Sven Khler
hi, this night switched a site online. it worked fluidly, but now (i guess the hit-rate is much higher) more and more apache-processes are listed, and the log of tomcat says Feb 2, 2003 2:40:09 PM org.apache.jk.common.ChannelSocket processConnection INFO: connection timeout reached Feb 2, 2003

coyote connector: timeout log messages and broken sessions

2003-02-02 Thread THG
Hi, how can i disable the coyote timeout (error) messages with tomcat 4.1.18 and apache 1.3.x. there is also a problem with timed out sessions under tomcat. thanks and best regards, thorsten _ Get 25MB, POP3, Spam Filtering with

RE: Admin user and passwd

2003-02-02 Thread mech
The Tomcat homepage gives hints: NOTE: For security reasons, using the administration webapp is restricted to users with role admin. The manager webapp is restricted to users with role manager. Users are defined in $CATALINA_HOME/conf/tomcat-users.xml. More can be found in the documentation:

Re: URGENT: many apache processes

2003-02-02 Thread Sven Köhler
this night switched a site online. it worked fluidly, but now (i guess the hit-rate is much higher) more and more apache-processes are listed, and the log of tomcat says just for others: i had to set the number of maxProcessors in AJP13 connector to a value greater then MaxProcesses value in

Problem with tomcat and ssl

2003-02-02 Thread Gandalf
Hi, I'm using tomcat server 4.1.18 on linux but I can't use SSL with tomcat. When I try to display the https://localhost:8443/ page, nothing appears. However, the page http://localhost:8080/ runs! When I'm looking in the logs, I obtain the following messages: Exception during startup processing

Re: SSL and non-SSL webapps (Apache 2.0.44/mod_jk/Tomcat 4.1.18)

2003-02-02 Thread Ed Robbins
You should be able to do this without much trouble. The thing to remember is that Apache treats non-ssl and ssl connections as two different entities. You have a VirtualHost configuration for the non-ssl stuff on port 80 and a VirtualHost configuration for SSL communication. You can mount or

Re: kept getting HTTP Status 404 - please help. thanx.

2003-02-02 Thread Jacob Kjome
Glad you got it working :-) Both the admin and manager apps can use arbitrary usernames and passwords. The only requirement is that a user have the roles admin or manager for each respective app. So, in tomcat-users.xml, add something like... user username=myManagerUser

RE: tomcat as a standalone webserver

2003-02-02 Thread Turner, John
You can either use the Alias container in server.xml to alias www.xyz.com to localhost, or you can use the Host container to create as many virtual hosts as you want. The Host container for localhost in server.xml is a Tomcat virtual host. It just happens to be called localhost but it could be

Re: SSL and non-SSL webapps (Apache 2.0.44/mod_jk/Tomcat 4.1.18)

2003-02-02 Thread Oscar Carrillo
Thank You! You got me on the right track and I've been able to get something working. I don't feel very confident in my http.conf or ssl.conf being completely how it should be. I think my main problem was that I was including in http.conf the mod_jk.conf that is automatically generated by

Problem with tomcat and ssl

2003-02-02 Thread David Barkatz
Hi, I'm using tomcat server 4.1.18 on linux but I can't use SSL with tomcat. When I try to display the https://localhost:8443/ page, nothing appears. However, the page http://localhost:8080/ runs! When I'm looking in the logs, I obtain the following messages: Exception during startup processing

may i have answer and help

2003-02-02 Thread rekha upadhyaya
hello sir/madam i have operating system 98. and i have develop a small project on online bookshopping. i have used MsAccess as database. and Jsp as server pages. the problem is that while working and executing the files the server is automatically shutdown. that is i

mod_jk2 + index.jsp

2003-02-02 Thread Ivan F. Martinez
I'm trying Tomcat 4.1.18 with mod_jk2 (2.0.2) on apache (1.3.27) It works fine in a URL like : http://servername/index.jsp but if I try : http://servername/ it does not show the index.jsp connecting direct to tomcat http://servername:8080/ works correctly. index.jsp are in my DirectotyIndex

Default root for servlets with JK2

2003-02-02 Thread fred
Hello, can you tell me where can i put my servlet with the JK2 connector. Is it an URI in the 'workers2.properties' ? Is it an alias in the httpD .conf ? Thank you for your help. Fred

Broken Pipe

2003-02-02 Thread Liquid
Hi im using Tomcat 3.3.1 with JDK 1.3.1 on FreeBSD and i have stderr.log full of this error and proces of Tomcat take 98 - 100% of CPU time. Can you help me? Many thanks for any help. Liquid stderr.log: - java.io.IOException: Broken pipe at

include for server.xml

2003-02-02 Thread Ward Vandewege
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have a tomcat/apache setup with several virtual hosts. The information for the virtual hosts lives in a database. In the apache config file, I can just use the 'Include' directive to include my automatically generated configuration file (with

Re: include for server.xml

2003-02-02 Thread Jeanfrancois Arcand
There is no such concept associated with server.xml.But there is in XML :-) You can define an ENTITY element at the top of your server.xml file and reference it inside the body of the server element. Do something like this: !ENTITY coyoteConnector SYSTEM http://your_configuration.xml; and

Re: kept getting HTTP Status 404 - please help. thanx.

2003-02-02 Thread Jeanfrancois Arcand
Could you post your web.xml file? That will be a good starting point for us to help you :-) -- Jeanfrancois John Qin wrote: Ijust installed tomcat 4.1.18 today. everything seems fine. i can see this page http://localhost:8080/index.jsp. and i run those Servlet Examples, it showed up,

Re: Could not reserve enough space for object heap

2003-02-02 Thread Jeanfrancois Arcand
Seems you JAva VM is not properly installed. If you type java -version, does it works? Are other Java programs work? -- Jeanfrancois Pierre-Philipp Braun wrote: Hi all, now i'm trying the binaries from http://jakarta.apache.org/ but i've got difficulties setting this up even. When i do: #

Re: include for server.xml

2003-02-02 Thread Ward Vandewege
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey thanks for that. Unfortunately, the Xerces doesn't seem to like the first line: !ENTITY coyoteConnector SYSTEM http://your_configuration.xml; Feb 2, 2003 11:22:56 PM org.apache.commons.digester.Digester fatalError SEVERE: Parse Fatal Error at

Re: URGENT: many apache processes

2003-02-02 Thread mlh
On Sun, Feb 02, 2003 at 01:55:22PM +0100, Sven Köhler wrote: just for others: i had to set the number of maxProcessors in AJP13 connector to a value greater then MaxProcesses value in apache's http.conf. If you have a number of apache servers using the same Tomcat, do you have to set

Re: include for server.xml

2003-02-02 Thread Jeanfrancois Arcand
Try this: !DOCTYPEblablabla [ !ENTITY coyoteConnector SYSTEM http://your_configuration.xml; ] and then reference it using -- Jeanfrancois Ward Vandewege wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey thanks for that. Unfortunately, the Xerces doesn't seem to like the first line:

Re: include for server.xml

2003-02-02 Thread Jeanfrancois Arcand
Try this: !DOCTYPE blablabla [ !ENTITY coyoteConnector SYSTEM http://your_configuration.xml; ] and then reference it using -- Jeanfrancois Ward Vandewege wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey thanks for that. Unfortunately, the Xerces doesn't seem to like the first

how to run Tomcat on port 80 instead of 8080

2003-02-02 Thread runu rathi
Hi, I want to run Tomcat on port 80 instead of 8080. How can I do that? I shall appreciate any help. Thanks and Regardds, Runu __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

how to run Tomcat on 80 instead of 8080 on Windows

2003-02-02 Thread runu rathi
Hi, I am running Tomcat on Windows 2000. I want to run it on post 80 instead of 8080. How do I do that? I shall appreciate any help. Thanks and Regards, Runu Rathi __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now.

tomcat's serlvet container and http

2003-02-02 Thread rf
Hello I have some questions related to how tomcat's servlet container handles some HTTP/1.1 issues. Understanding these, I think, would be beneficial in improving the performance of my web-application. Here they go: 1. How can my servlet respond with transfer encoding as chunked? When is my

JK2 for Apache 2.0.44 on Linux

2003-02-02 Thread Paul Gregoire
Does anyone here know where i can find jk2 2.0.2 for apache 2.0.44?? i am trying to get tomcat 4.1.18 running on my Redhat 8 box, but i cannot seem to get connectors build for myself. I also cannot find them on Apache's site. Thanks in advance

JSP's not compiling under 4.1.19

2003-02-02 Thread Steve Vanspall
Hi there, This is an intermittent problem that I have been having with both Tomcat 4.1.18 and 4.1.19 Each time I think I have fixed ti something else start it off again. Basically the JSP' wont compile, I get the following error org.apache.jasper.JasperException: Unable to compile class for

Re: how to run Tomcat on 80 instead of 8080 on Windows

2003-02-02 Thread Affan Qureshi
You have to change the Coyote Connector settings in $CATALINA_HOME/conf/server.xml. By default it runs on 8080. I guess you can also do so using the tomcat /admin application which is installed by default. Affan - Original Message - From: runu rathi [EMAIL PROTECTED] To: [EMAIL

RE: JK2 for Apache 2.0.44 on Linux

2003-02-02 Thread Turner, John
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 1/bin/linux/i386/ John -Original Message- From: Paul Gregoire To: Tomcat Users List Sent: 2/2/03 10:05 PM Subject: JK2 for Apache 2.0.44 on Linux Does anyone here know where i can find jk2 2.0.2 for apache

Re: JK2 for Apache 2.0.44 on Linux

2003-02-02 Thread Paul Gregoire
That is the JK2 2.0.1 release and it does not include a build for 2.0.44 unless the 2.0.43 version works with 2.0.44. but anyhow im looking for JK2 2.0.2 - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List ' [EMAIL PROTECTED] Sent: Sunday, February 02, 2003

RE: mod_jk

2003-02-02 Thread rf
When I use a tomcat-apache connector to redirect http requests to port 80 to port 8080, can I still use port 8080 to connect to tomcat directly bypassing apache? If yes, how do I not allow this? By running tomcat on lo's 8080? What about on Windows? Thank you Rf

Re: mod_jk

2003-02-02 Thread Lajos
Rf - When you use mod_jk, Apache communicates to Tomcat on (default) port 8009. Port 8080 is for direct HTTP connections to Tomcat which, by default is enabled. So, the answer is yes: you can expose web applications to Apache via mod_jk, and access them on the Apache port, but also access

RE: mod_jk

2003-02-02 Thread Oscar Carrillo
To answer your second part of the question about disabling port 8080 communication. Just comment out the line below in server.xml. Should do the trick. You mod_jk communication should still be fine over its port. !-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -- Connector

Re: may i have answer and help

2003-02-02 Thread Manavendra Gupta
what do the logs say? - Original Message - From: rekha upadhyaya [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 02, 2003 2:41 AM Subject: may i have answer and help hello sir/madam i have operating system 98. and i have develop a small

Re: mod_jk

2003-02-02 Thread rf
Thank you Lajos and Oscar. Btw, what is the interface Apache uses to communicate to Tomcat at 8009? I guess it wont be HTTP. For security reasons, I assume it would be safer to run all tomcat processes on the lo interface. Is this correct, and recommended? ~rf. --- Lajos [EMAIL PROTECTED]

Apache 2.0.43, mod_jk2, and other delights

2003-02-02 Thread Forder, Matt
Okay, I have several questions pertaining to apache 2.0.43, mod_jk2, all running under Solaris 8, and using Java 1.4.1_01 1. I'm trying to build a load balanced, falut tolerent configuration for my apache servers to talk to mulitple instances of tomcat. Does anyone have a good example of a

RE: Always with my configuration apache ssl + tomcat on redhat 7. 2

2003-02-02 Thread Helene Figueiredo
A 09:10 30/01/2003 -0500, vous avez écrit : What URL generates a 404? The url that generate a 404 is : https://crip-lxagal.ujf-grenoble.fr/webapps/examples/servlets/ At this url I see all the examples of servlets and when I want to test one, I have the 404. - I don't see a Context in