Re: Tomcat Configuration

2005-07-17 Thread Hari Saptoadi
- Original Message - From: Iin Nurhidayat [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org; Bryan Scarbrough [EMAIL PROTECTED] Sent: Thursday, July 14, 2005 7:58 PM Subject: Re: Tomcat Configuration See nothing at all, get 404 resource /myapplication

RE: Tomcat Configuration

2005-07-14 Thread Raghupathy,Gurumoorthy
Context path= /myapplication docBase= myapplication reloadable= true crossContext= true Remove ( /webapps/ ) Regards Guru -Original Message- From: Iin Nurhidayat [mailto:[EMAIL PROTECTED] Sent: 14 July 2005 12:14 To: Tomcat Users List Subject: Tomcat Configuration Hi All, I

RE: Tomcat Configuration

2005-07-14 Thread Iin Nurhidayat
Hi Guru, i replced webapps but i have same problem also ... Thanks - IN - --- Raghupathy,Gurumoorthy [EMAIL PROTECTED] wrote: Context path= /myapplication docBase= myapplication reloadable= true crossContext= true Remove ( /webapps/ ) Regards Guru -Original

RE: Tomcat Configuration

2005-07-14 Thread Raghupathy,Gurumoorthy
Did you restart tomcat ? -Original Message- From: Iin Nurhidayat [mailto:[EMAIL PROTECTED] Sent: 14 July 2005 13:30 To: Tomcat Users List Subject: RE: Tomcat Configuration Hi Guru, i replced webapps but i have same problem also ... Thanks - IN - --- Raghupathy,Gurumoorthy [EMAIL

RE: Tomcat Configuration

2005-07-14 Thread Iin Nurhidayat
yess --- Raghupathy,Gurumoorthy [EMAIL PROTECTED] wrote: Did you restart tomcat ? -Original Message- From: Iin Nurhidayat [mailto:[EMAIL PROTECTED] Sent: 14 July 2005 13:30 To: Tomcat Users List Subject: RE: Tomcat Configuration Hi Guru, i replced webapps but i

RE: Tomcat Configuration

2005-07-14 Thread Raghupathy,Gurumoorthy
Send me the server.xml -Original Message- From: Iin Nurhidayat [mailto:[EMAIL PROTECTED] Sent: 14 July 2005 13:36 To: Tomcat Users List Subject: RE: Tomcat Configuration yess --- Raghupathy,Gurumoorthy [EMAIL PROTECTED] wrote: Did you restart tomcat ? -Original

Re: Tomcat Configuration

2005-07-14 Thread Jon Wingfield
PROTECTED] Sent: 14 July 2005 13:30 To: Tomcat Users List Subject: RE: Tomcat Configuration Hi Guru, i replced webapps but i have same problem also ... Thanks - IN - --- Raghupathy,Gurumoorthy [EMAIL PROTECTED] wrote: Context path= /myapplication docBase= myapplication reloadable= true

Re: Tomcat Configuration

2005-07-14 Thread Bryan Scarbrough
Will it load the Login.html file, or do you simply see nothing at all? On 7/14/05, Iin Nurhidayat [EMAIL PROTECTED] wrote: Hi All, I have a problem with my deployment. I have some servlets and one Login.html. I will put my servlets and Login.html on /myapplication Based on book i

Re: Tomcat Configuration

2005-07-14 Thread Iin Nurhidayat
See nothing at all, get 404 resource /myapplication is not available .. - IN - --- Bryan Scarbrough [EMAIL PROTECTED] wrote: Will it load the Login.html file, or do you simply see nothing at all? On 7/14/05, Iin Nurhidayat [EMAIL PROTECTED] wrote: Hi All, I have a problem

RE : RE : RE : RE : RE : RE : Tomcat configuration

2005-02-16 Thread LERBSCHER Jean-Pierre
Hi, I'm not sure but you could try to rename the ldsecure.xml file in context.xml. -Message d'origine- De : Curtis Nelson [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 février 2005 18:51 À : tomcat-user@jakarta.apache.org Objet : Re: RE : RE : RE : RE : RE : Tomcat configuration I know

RE : RE : RE : RE : RE : RE : Tomcat configuration

2005-02-16 Thread LERBSCHER Jean-Pierre
that you access your application with the url http://host:port/ ldsecure/path and/or page -Message d'origine- De : Curtis Nelson [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 février 2005 18:51 À : tomcat-user@jakarta.apache.org Objet : Re: RE : RE : RE : RE : RE : Tomcat configuration I know

Re: RE : RE : RE : RE : RE : RE : Tomcat configuration

2005-02-16 Thread Curtis Nelson
: mardi 15 février 2005 18:51 À : tomcat-user@jakarta.apache.org Objet : Re: RE : RE : RE : RE : RE : Tomcat configuration I know the database connection works, because if I include the realm as part of the engine or host, then I can login correctly. As far as reading the realm how-to, I've done

RE : RE : RE : RE : RE : RE : RE : Tomcat configuration

2005-02-16 Thread LERBSCHER Jean-Pierre
Yes! Because the name of the file is tomcat specific (it isn't a standard)! -Message d'origine- De : Curtis Nelson [mailto:[EMAIL PROTECTED] Envoyé : mercredi 16 février 2005 19:30 À : tomcat-user@jakarta.apache.org Objet : Re: RE : RE : RE : RE : RE : RE : Tomcat configuration I'm

Re: RE : RE : RE : RE : RE : RE : RE : Tomcat configuration

2005-02-16 Thread Curtis Nelson
] Envoyé : mardi 15 février 2005 18:51 À : tomcat-user@jakarta.apache.org Objet : Re: RE : RE : RE : RE : RE : Tomcat configuration I know the database connection works, because if I include the realm as part of the engine or host, then I can login correctly. As far as reading the realm how-to, I've

RE : Tomcat configuration

2005-02-15 Thread LERBSCHER Jean-Pierre
Hi, Do you use JdbcRealm or JaasRealm ? If you use JAASRealm you have to setup your jaas config file (for example using java.security.auth.login.config system property. This file specifies application by application your login module. In your case, it seems that you have to declare Realm in your

Re: RE : Tomcat configuration

2005-02-15 Thread Curtis Nelson
Thanks for the reply. I'm not using (to the best of my knowledge) JAASRealm. I just want to use JdbcRealm, but define it at the context level. Curtis [EMAIL PROTECTED] 02/15/05 09:08AM Hi, Do you use JdbcRealm or JaasRealm ? If you use JAASRealm you have to setup your jaas config file (for

RE : RE : Tomcat configuration

2005-02-15 Thread LERBSCHER Jean-Pierre
PROTECTED] Envoyé : mardi 15 février 2005 17:15 À : tomcat-user@jakarta.apache.org Objet : Re: RE : Tomcat configuration Thanks for the reply. I'm not using (to the best of my knowledge) JAASRealm. I just want to use JdbcRealm, but define it at the context level. Curtis [EMAIL PROTECTED] 02/15/05

Re: RE : RE : Tomcat configuration

2005-02-15 Thread Curtis Nelson
a login configuration -Message d'origine- De : Curtis Nelson [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 février 2005 17:15 À : tomcat-user@jakarta.apache.org Objet : Re: RE : Tomcat configuration Thanks for the reply. I'm not using (to the best of my knowledge) JAASRealm. I just want

RE : RE : RE : Tomcat configuration

2005-02-15 Thread LERBSCHER Jean-Pierre
JAASRealm is not a default! Could you send us your server.xml? -Message d'origine- De : Curtis Nelson [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 février 2005 17:43 À : tomcat-user@jakarta.apache.org Objet : Re: RE : RE : Tomcat configuration How can I configure Tomcat to not use

Re: RE : RE : RE : Tomcat configuration

2005-02-15 Thread Curtis Nelson
17:43 À : tomcat-user@jakarta.apache.org Objet : Re: RE : RE : Tomcat configuration How can I configure Tomcat to not use JAASRealm? Like I said earlier, if my JDBCRealm is associated with the engine or host element of server.xml, the login forms work. It's only when I move it into it's own .xml

RE : RE : RE : RE : Tomcat configuration

2005-02-15 Thread LERBSCHER Jean-Pierre
@jakarta.apache.org Objet : Re: RE : RE : RE : Tomcat configuration With pleasure. Server port=8005 shutdown=SHUTDOWN Listener className=org.apache.catalina.mbeans.ServerLifecycleListener / Listener className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener / GlobalNamingResources

Re: RE : RE : RE : RE : Tomcat configuration

2005-02-15 Thread Curtis Nelson
you send us your context.xml file? -Message d'origine- De : Curtis Nelson [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 février 2005 18:03 À : tomcat-user@jakarta.apache.org Objet : Re: RE : RE : RE : Tomcat configuration With pleasure. Server port=8005 shutdown=SHUTDOWN Listener

RE : RE : RE : RE : RE : Tomcat configuration

2005-02-15 Thread LERBSCHER Jean-Pierre
]/[hostname]/ directory -Message d'origine- De : Curtis Nelson [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 février 2005 18:14 À : tomcat-user@jakarta.apache.org Objet : Re: RE : RE : RE : RE : Tomcat configuration According to the tomcat docs, the preferred method of describing a context

Re: RE : RE : RE : RE : RE : Tomcat configuration

2005-02-15 Thread Curtis Nelson
février 2005 18:14 À : tomcat-user@jakarta.apache.org Objet : Re: RE : RE : RE : RE : Tomcat configuration According to the tomcat docs, the preferred method of describing a context realm is to place it in it's own xml file. Here's what I have: !-- Context docBase=${catalina.home}/server/webapps

Re: RE : RE : RE : RE : RE : Tomcat configuration

2005-02-15 Thread sven morales
2005 18:14 �: tomcat-user@jakarta.apache.org Objet : Re: RE : RE : RE : RE : Tomcat configuration According to the tomcat docs, the preferred method of describing a context realm is to place it in it's own xml file. Here's what I have: !-- Context docBase=${catalina.home}/server/webapps

Re: RE : RE : RE : RE : RE : Tomcat configuration

2005-02-15 Thread Curtis Nelson
-Message d'origine- De : Curtis Nelson [mailto:[EMAIL PROTECTED] Envoy�: mardi 15 f�rier 2005 18:14 �: tomcat-user@jakarta.apache.org Objet : Re: RE : RE : RE : RE : Tomcat configuration According to the tomcat docs, the preferred method of describing a context realm is to place

Re: RE : RE : RE : RE : RE : Tomcat configuration

2005-02-15 Thread sven morales
directory of your WAR file? Could you send us your context.xml file? -Message d'origine- De : Curtis Nelson [mailto:[EMAIL PROTECTED] Envoy�: mardi 15 f�rier 2005 18:03 �: tomcat-user@jakarta.apache.org Objet : Re: RE : RE : RE : Tomcat configuration With pleasure

Re: RE : RE : RE : RE : RE : Tomcat configuration

2005-02-15 Thread Curtis Nelson
�: tomcat-user@jakarta.apache.org Objet : Re: RE : RE : RE : RE : Tomcat configuration According to the tomcat docs, the preferred method of describing a context realm is to place it in it's own xml file. Here's what I have: !-- Context docBase=${catalina.home}/server

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
Hi Matt, Welcome to the list from me. It's funny because you have just listed precisely the same server setup as we are launching our new tomcat based app to this weekend and I have been having nightmares about performance. We have a system like this; user - IIS - JK2 ISAPI -

RE: Tomcat configuration tuning

2004-04-08 Thread Shapira, Yoav
Hi, Welcome to the list from me. It's funny because you have just listed precisely the same server setup as we are launching our new tomcat based You have a wacky definition of precisely because he has Apache at the front-end and you have IIS. Yoav Shapira This e-mail, including any

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
Yes ok :) but other than that ;) ADC. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 08 April 2004 17:01 To: Tomcat Users List Subject: RE: Tomcat configuration tuning Hi, Welcome to the list from me. It's funny because you have just listed precisely the same

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
To: Allistair Crossley Subject: RE: Tomcat configuration tuning I have seen a couple postings regarding poor performance with Tomcat recently and thought I'd respond because we are using IIS5 with Tomcat 5 and SQL 2000 as well. We have a Struts site but our difference is that we are using Tiles for our

Re: Tomcat configuration tuning

2004-04-08 Thread Matt Woodings
Hi Allistair, Thanks for the quick response. My server.xml file is below but to some of the questions you had. One of the biggest speed increases we gained was from SQL optimization and table tuning. One thing about server.xml configuration which I realised is the acceptCount being set too

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
Slightly off-forum but related to my performance tuning of my tomcat webapp, I am using the JCIFS NTLM authentication servlet as a filter. The filter is mapped to all requests /*. I just thought to myself on the train home whether because NTLM is a 3-way handshake, that this may be causing some

Re: Tomcat configuration tuning

2004-04-08 Thread Charles N. Harvey III
I do just what you described below. If the loginContext isn't in the session, I show do a global-forward to the login form. And, because I didn't want to have to put a session check into every Struts action I used AspectJ to weave in a pointcut into every action. Works great. I was

RE: Tomcat configuration tuning

2004-04-08 Thread Shapira, Yoav
every time, that's terrible, and you should make your filter smarter. Yoav Shapira Millennium Research Informatics -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 3:38 PM To: Tomcat Users List Subject: Re: Tomcat configuration tuning I

Re: Tomcat configuration tuning

2004-04-08 Thread Charles N. Harvey III
. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 3:38 PM To: Tomcat Users List Subject: Re: Tomcat configuration tuning I do just what you described below. If the loginContext isn't in the session, I show do a global-forward to the login form. And, because I didn't want

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 3:38 PM To: Tomcat Users List Subject: Re: Tomcat configuration tuning I do just what you described below. If the loginContext isn't in the session, I show do a global-forward

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
. ADC -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thu 08/04/2004 20:38 To: Tomcat Users List Cc: Subject: Re: Tomcat configuration tuning I do just what you described below

Re: Tomcat configuration tuning

2004-04-08 Thread Charles N. Harvey III
saying you use JCIFS also? Is the loginContext your own or part of the JCIFS API. ADC -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thu 08/04/2004 20:38 To: Tomcat Users List Cc: Subject: Re: Tomcat configuration tuning I do just what you

Re: Tomcat configuration tuning

2004-04-08 Thread Charles N. Harvey III
saying you use JCIFS also? Is the loginContext your own or part of the JCIFS API. ADC -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thu 08/04/2004 20:38 To: Tomcat Users List Cc: Subject: Re: Tomcat configuration tuning

Re: Tomcat configuration

2004-04-07 Thread Harry Mantheakis
on this I'm afraid. Good luck! Harry From: Harry Mantheakis [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat configuration Date: Sun, 04 Apr 2004 20:08:19 +0100 Hello ROOT is the default context (application

Re: Tomcat configuration

2004-04-06 Thread syed taj
List [EMAIL PROTECTED] Subject: Re: Tomcat configuration Date: Sun, 04 Apr 2004 20:08:19 +0100 Hello ROOT is the default context (application). By default, ROOT handles requests that do not specify an application. Hence this URL: http://localhost:8080/ Would be handled by the 'ROOT

RE: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Mike Burkhouse
To: [EMAIL PROTECTED] Subject: Re: Tomcat Configuration with Apache Virtual Hosts Sorry, you'll need these lines in your httpd.conf file for the Apache web server: If your running windows, I believe you leave this one out and the connector will take care of it LoadModule jk_module

RE: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Mike Burkhouse
for /contact.jsp Is this a problem with my server.xml file, or my workers2.properties file? Mike -Original Message- From: Ed Robbins [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 10:08 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat Configuration with Apache Virtual Hosts

Re: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Ed Robbins
mis-spelled or defined by a module not included in the server configuration Mike -Original Message- From: Ed Robbins [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 9:25 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat Configuration with Apache Virtual Hosts Mike, Can you give me

Re: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Adrian Lanning
Hi Mike, jk_module and JkMount will only work if you are using JK. You are using JK2 so you should go back to your original configuration. Looking back at your log output, I noticed an error about a JNI lib not being found. I am fairly certain that using Unix Sockets requires JNI so that may

RE: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Mike Burkhouse
To: Tomcat Users List Subject: Re: Tomcat Configuration with Apache Virtual Hosts Take a look at your workers2.properties file: Specifically this line: # define the worker [ajp13:/opt/jakarta/jakarta-tomcat/work/jk2.socket] channel=channel.un:/opt/jakarta/jakarta-tomcat/work/jk2.socket

RE: Tomcat Configuration with Apache Virtual Hosts

2004-04-05 Thread Mike Burkhouse
: Tomcat Configuration with Apache Virtual Hosts Hi Mike, jk_module and JkMount will only work if you are using JK. You are using JK2 so you should go back to your original configuration. Looking back at your log output, I noticed an error about a JNI lib not being found. I am fairly

RE: Tomcat Configuration with Apache Virtual Hosts [SOLVED]

2004-04-05 Thread Mike Burkhouse
:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 11:54 AM To: 'Tomcat Users List' Subject: RE: Tomcat Configuration with Apache Virtual Hosts Oops. That changed things a bit. Now I get a segmentation fault: [Mon Apr 05 12:39:58 2004] [notice] child pid 3800 exit signal Segmentation

Re: Tomcat configuration

2004-04-04 Thread Harry Mantheakis
To: Tomcat Users List Subject: RE: Tomcat configuration Hi, What are your files under ROOT instead of just under webapps? Yoav Shapira Millennium Research Informatics -Original Message- From: Taj [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 2:26 AM To: 'Tomcat

RE: Tomcat configuration

2004-04-03 Thread Taj
To: Tomcat Users List Subject: RE: Tomcat configuration Hi, What are your files under ROOT instead of just under webapps? Yoav Shapira Millennium Research Informatics -Original Message- From: Taj [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 2:26 AM To: 'Tomcat Users List' Subject

Re: Tomcat configuration

2004-04-02 Thread Harry Mantheakis
Hello I think this: form method=POST action=GetInput Should read: form method=POST action=/myapplication/GetInput Also, consider packing your classes, so that this servlet registration: servlet servlet-nameGetInput/servlet-name

RE: Tomcat configuration

2004-04-02 Thread Shapira, Yoav
Hi, What are your files under ROOT instead of just under webapps? Yoav Shapira Millennium Research Informatics -Original Message- From: Taj [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 2:26 AM To: 'Tomcat Users List' Subject: Tomcat configuration Hi Iam having problem in

RE: Tomcat configuration

2004-03-25 Thread Cocalea, Eugen
The heapsize can be specified in the registry. Look for a key that should look like: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache Tomcat 4.1] under it you should have something like this: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache Tomcat 4.1\Parameters] JVM

Re: Tomcat configuration

2004-03-24 Thread Adam Brundrett
Hmm...not sure on Windows but on unix you set an environment variable called CATALINA_OPTS. Set the Xmx and Xms parameters to the amount of memory you want to dedicate to the heap. On our web server where we have 2GB ram I have: CATALINA_OPTS=-Xms=750m -Xmx=750m Tomcat then picks up this

RE: Tomcat configuration

2004-03-24 Thread Dean Searle
the heap size also. Hope this helps. Dean -Original Message- From: Adam Brundrett [mailto:[EMAIL PROTECTED] Sent: Wed 3/24/2004 9:59 AM To: Tomcat Users List Subject: Re: Tomcat configuration Hmm...not sure on Windows but on unix you set an environment variable called CATALINA_OPTS

RE: Tomcat configuration

2004-03-24 Thread Shapira, Yoav
Howdy, change the heap size. Do I put a statement in the server.xml or is it something else. Is there documentation that tells you how to configure Tomcat. Thanks. Read the commented part of $CATALINA_HOME/bin/catalina.sh or catalina.bat that talks about JAVA_OPTS. It's not done in server.xml.

Re: Tomcat configuration error when displaying default page

2003-07-18 Thread John Turner
You have the ROOT Context disabled in server.xml. John On Thu, 17 Jul 2003 21:48:51 -0400, [EMAIL PROTECTED] wrote: Hi, I've just installed Tomcat 4.X, RH 9, JDK 1.4.2, Apache 2.X and with some help from the list have gotten the tomcat process running. I've set up the server.xml file,

Re: TomCat configuration

2003-06-16 Thread Jason Bainbridge
On Tue, 17 Jun 2003 02:06, [EMAIL PROTECTED] wrote: servlet-mapping   servlet-namedefault/servlet-name   url-pattern/*.html/url-pattern  /servlet-mapping Tomcat is doing exactly what you are telling it to do with the above, I can't see any reason you would want the above mapping unless you

Re: TomCat configuration

2003-06-16 Thread kurtc
Hello, On Tue, 17 Jun 2003 02:06, [EMAIL PROTECTED] wrote: servlet-mapping servlet-namedefault/servlet-name url-pattern/*.html/url-pattern /servlet-mapping Tomcat is doing exactly what you are telling it to do with the above, I can't see any reason you would want the above mapping unless

Re: Tomcat Configuration - mod_jk2

2003-03-26 Thread Michele Neylon :: Blacknight Solutions
Vitor Domingos is rumoured to have said Hello. I'm trying to get the mod_jk2 connector to work on apache 2.0.44 with Tomcat 4.1.18. The server.xml is correctly configured and accessing the 80 of the /exemples/ directory i get this error on apache error.log [Wed Mar 26 11:00:09 2003]

Re: Tomcat Configuration - mod_jk2

2003-03-26 Thread Ryan Daly
Keep in mind that what the docs say to put in jk2.properties actually needs to go in httpd_server_root/conf/workers2.properties. I discovered this last night after a few hours of trying various things in jk2.properties. -- quote who=Vitor Domingos Hello. I'm trying to get the mod_jk2

RE: Tomcat configuration problem: JSPs work, servlets don't

2003-01-22 Thread Turner, John
What error message do you get? The default Invoker servlet is disabled by default for security reasons in recent versions of 4.1.x. John -Original Message- From: Felicia Neff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 3:49 PM To: Tomcat Users List Subject:

Re: Tomcat configuration problem: JSPs work, servlets don't

2003-01-22 Thread Felicia Neff
Woops, I realize that I should have been more specific. The error I get is a 404 error. I'm sure the servlet itself works, because I dropped it into the examples directory and was able to run it. -- Felicia On Wed, 22 Jan 2003, Felicia Neff wrote: I am running Tomcat-4.1.18, Apache-1.3.27,

Re: Tomcat configuration problem: JSPs work, servlets don't

2003-01-22 Thread Felicia Neff
The exact error I get when I try to access http://www.mydomain.org/servlet/HelloServlet is: HTTP Status 404 - /servlet/HelloServlet type Status report message /servlet/HelloServlet description The requested resource (/servlet/HelloServlet) is not available. Apache Tomcat/4.1.18 -- To

RE: Tomcat configuration problem: JSPs work, servlets don't

2003-01-22 Thread Turner, John
: Wednesday, January 22, 2003 4:58 PM To: Tomcat Users List Subject: Re: Tomcat configuration problem: JSPs work, servlets don't The exact error I get when I try to access http://www.mydomain.org/servlet/HelloServlet is: HTTP Status 404 - /servlet/HelloServlet type Status report

RE: Tomcat configuration problem: JSPs work, servlets don't

2003-01-22 Thread Felicia Neff
/servlet-mapping For more info check the docs. John -Original Message- From: Felicia Neff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 4:58 PM To: Tomcat Users List Subject: Re: Tomcat configuration problem: JSPs work, servlets don't The exact error I get when

RE: tomcat configuration with apache 1.3.27 ssl

2003-01-21 Thread Helene Figueiredo
[mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 11:09 AM To: Turner, John Cc: [EMAIL PROTECTED] Subject: RE: tomcat configuration with apache 1.3.27 ssl I make the configuration of apache ssl and tomcat with this lines in differents configuation files : in the httpsd.conf

RE: tomcat configuration with apache 1.3.27 ssl

2003-01-20 Thread Helene Figueiredo
, January 16, 2003 10:12 AM To: Turner, John Cc: [EMAIL PROTECTED] Subject: RE: tomcat configuration with apache 1.3.27 ssl We are trying to configure tomcat on : operating system : linux redhat 7.3 JDK : j2sdk1.4.1_01 OpenSSL : openssl-0.9.6g Apache : apache 1.3.27+SSL Tomcat : Tomcat 4.1.18

RE: tomcat configuration with apache 1.3.27 ssl

2003-01-17 Thread Dan Finkelstein
I am trying to do the same thing -- getting SSL to work to Tomcat 4.06 from Apache 1.3 w/OpenSsl and mod_jk ajp13 1.2. I think I'm missing the missing 1-2-3 steps ... or approach. I have everything working except for the ssl communication to Tomcat. * What changes are needed to

RE: tomcat configuration with apache 1.3.27 ssl

2003-01-16 Thread Turner, John
Please be more specific. What problems are you experiencing? What connector are you using? What is your configuration, operating system, JDK version, etc. etc.? John -Original Message- From: Helene Figueiredo [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 6:57 AM

RE: tomcat configuration with apache 1.3.27 ssl

2003-01-16 Thread Helene Figueiredo
We are trying to configure tomcat on : operating system : linux redhat 7.3 JDK : j2sdk1.4.1_01 OpenSSL : openssl-0.9.6g Apache : apache 1.3.27+SSL Tomcat : Tomcat 4.1.18 we have generate a certificate with openssl we have configure apache with a basic : ./configure, make, make install we have

Re: tomcat configuration with apache 1.3.27 ssl

2003-01-16 Thread Lajos Moczar
Helene - Are you trying to access Tomcat via Apache SSL or TomcatSSL directly? There is a difference. If you are 'hiding' Tomcat behind ApacheSSL, you obviously need to use a connector like mod_jk and then define the JkMounts in the SSL virtual host in httpd.conf. If this doesn't help, try

RE: tomcat configuration for a newbie

2002-11-07 Thread ben f
Hari Good point, I see that my url-pattern entry of phpserver was incorrect. I've changed this now to your recommendation of: servlet-namehelloworld/servlet-name url-pattern/helloworld/url-pattern I then try http://localhost:8080/phpserver/servlet/helloworld but I still get a 404 error. Does

Re: tomcat configuration for a newbie

2002-11-07 Thread Kwok Peng Tuck
Make sure your servlets are either in /WEB-INF/lib (if in a jar ) or /WEB-INF/classes/ (if as .class) ben f wrote: Hari Good point, I see that my url-pattern entry of phpserver was incorrect. I've changed this now to your recommendation of: servlet-namehelloworld/servlet-name

Re: tomcat configuration for a newbie

2002-11-07 Thread ben f
Kwok Thanks for the reply. I've made some progress since I mailed. I put the servlet HelloWorldExample.class in webapps\phpserver\WEB-INF\classes then opened up http://localhost:8080/phpserver/helloworld (using the web.xml described in my last post). I got the following:

Re: tomcat configuration for a newbie

2002-11-07 Thread karthik_s
, 2002 2:53 PM Subject: RE: tomcat configuration for a newbie Hari Good point, I see that my url-pattern entry of phpserver was incorrect. I've changed this now to your recommendation of: servlet-namehelloworld/servlet-name url-pattern/helloworld/url-pattern I then try http://localhost:8080

RE: tomcat configuration for a newbie

2002-11-07 Thread Turner, John
/tomcat-5.0-doc/class-loader-howto.html John -Original Message- From: ben f [mailto:ben_m_f;yahoo.co.uk] Sent: Thursday, November 07, 2002 4:23 AM To: Tomcat Users List Subject: RE: tomcat configuration for a newbie Hari Good point, I see that my url-pattern entry of phpserver

RE: tomcat configuration for a newbie

2002-11-06 Thread Arthur Danekyants
try localhost:8080, which is a default for Tomcat -Original Message- From: ben f [mailto:ben_m_f;yahoo.co.uk] Sent: Wednesday, November 06, 2002 10:06 AM To: [EMAIL PROTECTED] Subject: tomcat configuration for a newbie Hi I am trying to get tomcat to work but unfortunately I am not

RE: tomcat configuration for a newbie

2002-11-06 Thread Hari Venkatesan
[mailto:ADanekyants;ctdi.com] Sent: Wednesday, November 06, 2002 4:31 PM To: 'Tomcat Users List' Subject: RE: tomcat configuration for a newbie try localhost:8080, which is a default for Tomcat -Original Message- From: ben f [mailto:ben_m_f;yahoo.co.uk] Sent: Wednesday, November 06, 2002 10:06 AM

RE: tomcat configuration for a newbie

2002-11-06 Thread Turner, John
Venkatesan [mailto:hvenkatesan;pfgc.com] Sent: Wednesday, November 06, 2002 1:35 PM To: Tomcat Users List Subject: RE: tomcat configuration for a newbie Try this servlet-mapping servlet-namehelloworld/servlet-name url-pattern/helloworld/url-pattern /servlet-mapping http

RE: Tomcat configuration question + Apache

2002-03-29 Thread Carlos A . Díaz
If I set the Tomcat port to 80 = I don´t need Apache. Is necesary have Apache wiht Tomcat?. regards c. -Mensaje original- De: yilmaz [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 28 de marzo de 2002 21:18 Para: Tomcat Users List Asunto: Re: Tomcat configuration question Merhaba

RE: Tomcat configuration question + Apache

2002-03-29 Thread Anthony Eden
No, it is not necessary to have Apache with Tomcat. Sincerely, Anthony Eden -Original Message- From: Carlos A. Díaz [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 8:41 AM To: Tomcat Users List Subject: RE: Tomcat configuration question + Apache If I set the Tomcat port

Re: Tomcat configuration question

2002-03-29 Thread Ibrahim Beyazit
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, March 28, 2002 7:18 PM Subject: Re: Tomcat configuration question Merhaba Ibrahim, By default HTTP runs on port 80, so if you set port number for tomcat to 80, you won't need to add port number to the URL. The browser

RE: Tomcat configuration question

2002-03-28 Thread Gurmeet
/ Gurmeet -Original Message- From: Rohit Agarwal [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 1:23 PM To: Tomcat Users List Subject: Re: Tomcat configuration question I have the same question, if somebody can help, that would be great. Thanks. Rohit - Original Message

Re: Tomcat configuration question

2002-03-28 Thread Ibrahim Beyazit
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 11:56 PM Subject: Re: Tomcat configuration question Hi find the following section in server.xml and change the port: Connector className=org.apache.catalina.connector.http.HttpConnector port=8080 minProcessors

RE: Tomcat configuration question

2002-03-28 Thread Ganey, Todd
. server.xml is generally found in the tomcat_home/conf directory. The slash would be in a different direction for windows. Todd -Original Message- From: Ibrahim Beyazit [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 12:38 PM To: Tomcat Users List Subject: Re: Tomcat configuration

Re: Tomcat configuration question

2002-03-28 Thread yilmaz
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, March 29, 2002 4:38 AM Subject: Re: Tomcat configuration question Mine was already 8080 when installed. I still have to put 8080 on URL. (www.company.com:8080) to get to the home page. How can I configure it so I don't need to put that 8080

Re: Tomcat configuration question

2002-03-27 Thread Rohit Agarwal
I have the same question, if somebody can help, that would be great. Thanks. Rohit - Original Message - From: Ibrahim Beyazit [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 6:47 PM Subject: Tomcat configuration question How would I configure Tomcat so that the

Re: Tomcat configuration question

2002-03-27 Thread Dominic Parry
AM Subject: Re: Tomcat configuration question I have the same question, if somebody can help, that would be great. Thanks. Rohit - Original Message - From: Ibrahim Beyazit [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 6:47 PM Subject: Tomcat configuration

RE: tomcat configuration error

2001-12-07 Thread Larry Isaacs
-Original Message- From: gaurang khatri [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 8:37 PM To: Tomcat Users List Subject: RE: tomcat configuration error Hi Zeng, I have tried all the tricks suggested by you and Larry but none is helpful for me. I have come to know

RE: tomcat configuration error

2001-12-06 Thread Larry Isaacs
Note that you say you are configuring Tomcat 3.2.4 but are setting TOMCAT_HOME to tomcat-3.2.1. If you are copying Tomcat 3.2.4 on top of a Tomcat 3.2.1 installation, be aware that this is an untested form of installation. I would recommend installing Tomcat 3.2.4 in a new directory and

Re: tomcat configuration error

2001-12-06 Thread Jeff Kilbride
AM Subject: RE: tomcat configuration error Note that you say you are configuring Tomcat 3.2.4 but are setting TOMCAT_HOME to tomcat-3.2.1. If you are copying Tomcat 3.2.4 on top of a Tomcat 3.2.1 installation, be aware that this is an untested form of installation. I would recommend

RE: tomcat configuration error

2001-12-06 Thread Larry Isaacs
[mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 3:15 PM To: Tomcat Users List Subject: Re: tomcat configuration error Hi Larry, I thought for all 3.2.x versions, you could just replace the old jar files with the new ones. Is this not true for 3.2.4? Thanks, --jeff

RE: tomcat configuration error

2001-12-06 Thread Zeng, Yinghui (Susan)
try change the folder name shorter than 8 characters. and also try edit system.ini and add [NonWindowsApp] CommandEnvSize=4096 Susan Zeng -Original Message- From: gaurang khatri [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 12:45 AM To: [EMAIL PROTECTED] Subject: tomcat

RE: tomcat configuration error

2001-12-06 Thread gaurang khatri
Hi Zeng, I have tried all the tricks suggested by you and Larry but none is helpful for me. I have come to know that tomcat is throwing java.lang.NoClassDefFoundError: org/apache/tomcat/start/Tomcat exception. I think there is something wrong I have done or missing to be done. I dont know what

Re: Tomcat configuration

2001-05-31 Thread Selvarajah Vahees
add the mime types in web.xml file in /conf dir I did a similar thing with apache not Tomcat.But it should work cheers, vahees -Original Message-From: Mike Alba [EMAIL PROTECTED]To: [EMAIL PROTECTED] [EMAIL PROTECTED]Date: Thursday, May 31, 2001 11:30 PMSubject:

RE: Tomcat configuration for wml support

2001-04-30 Thread Ronan Derby
you may need to add all of the mime types required for wml to the web.xml file. mime-mapping extensionwml/extension mime-typetext/vnd.wap.wml/mime-type /mime-mapping mime-mapping extensionwbmp/extension mime-typeimage/vnd.wap.wbmp/mime-type /mime-mapping There are others but these

RE: TOMCAT CONFIGURATION

2001-04-19 Thread Antonio Vazquez
Hi Matias, Do you use Internet Explorer 5.X? In this case, the problem isnt in the server, the problem is that Internet Explorer cuts the connection with the web server and then Tomcat throws that exception. -Mensaje original- De: Matas Salvador [mailto:[EMAIL PROTECTED]] Enviado el:

  1   2   >