VIRTUAL ON APACHE2+TOMCAT4.1+JDK1.4+MOD_JK2

2002-09-18 Thread Terry Anderson
All, I've been trying to get .jsp files to display with virtuals on Apache2+Tomcat4.1+Jdk1.4+Mod_JK2. However, I've not been very successful. All static content displays, but cannot get dynamic content to display. I have included my current Httpd.conf and Server.xml files. I'd appreciate any

Re: this is a bug, right?

2002-09-18 Thread Bill Barker
Not a bug. c:insert calls RequestDispacher.include, where section 8.3.1 of the (2.3) servlet spec requires that getPathInfo, getPathTranslated, getServletPath all reflect the values of the included servlet. As per the section above, you can obtain some of the original values via calling

Reloading application with tomcat 4.x manager

2002-09-18 Thread Aviv Eliezer
Hi guys, When I'm using Tomcat Manager app to reload a webapp, I have a problem: I use a ContextListener to do some application initialization and to put in the ServletContext some objects. When using reload, for some reason the servletContext I receive from the destroy() event is different (?!?)

Re: this is a bug, right?

2002-09-18 Thread Craig Longman
On Wed, 2002-09-18 at 02:43, Bill Barker wrote: Not a bug. c:insert calls RequestDispacher.include, where section 8.3.1 of the (2.3) servlet spec requires that getPathInfo, getPathTranslated, getServletPath all reflect the values of the included servlet. yeah, although that part tripped me

Re: VIRTUAL ON APACHE2+TOMCAT4.1+JDK1.4+MOD_JK2

2002-09-18 Thread Robert L Sowders
Have you tried using JKMount inside your virtual Directory statements in httpd.conf. You used to be able to do this with JK, did JK2 do away with this? I thought I saw somewhere in the src that all these pre existing Directory statements were preserved for JK2. Am I wrong? Maybe I was

nullpointerexception jdbcstore

2002-09-18 Thread Ronald Klop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On September 4th I reported bug 12286 with a fix included. Is somebody planning to commit this? What is the normal time before fixes get into the tree and is there something more I have to do to get this committed? Greetings, Ronald. - --

Re: VIRTUAL ON APACHE2+TOMCAT4.1+JDK1.4+MOD_JK2

2002-09-18 Thread Robert L Sowders
Hmmm, I found this in the src; /** * Set a property associated with a URI, using native Location * directives. * * This is used if you want to use the native mapping and * integrate better into apache. * * Same behavior can be achieved by using uri.properties and/or JkSet. * *

Re: Apache+Tomcat+JBoss Error (No Context configured)

2002-09-18 Thread David Cassidy
Manoj, Whats in your application.xml file ? (it defines what the context is ...) When you deploy are there any error messages in the log file (JBoss one?) David Manoj Kithany wrote: Hi Mr. Phil, I am using Jboss+Tomcat Bundle. Thanks! Manoj G. Kithany From: Philippe de M.

Re: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread David Cassidy
Raj, I hope something fell out of your workers file on it's way to me ... You define the workers.list as using ajp12 and ajp13 But there is no definition for ajp12... Also the host IP you give from the list below is the apache box. Your httpd.conf file seems OK though. David Raj Mettai

Re: nullpointerexception jdbcstore

2002-09-18 Thread Robert L Sowders
Did you cross post this to the tomcat-dev list? Anyway the PR states it affects 4.1.10 but your statements in the explanation pertain only 4.0.4. Which way is it? It doesn't look like it's gotten much attention in any case. Perhaps you need to freshen it to bring it to the top again. rls

Re: integrating apache-tomcat-jboss

2002-09-18 Thread David Cassidy
Nanijon, Make sure that you have uncommented the ajp12 / ajp13 connector in your server.xml file. it's inside the catalina directory inside conf. This might help ! David Nani Jon wrote: Hi all: I have the latest jboss-3.0.0_tomcat-4.0.3 bundle installed on a windows 2000 box. Everything

RE: configuring virtual hosts

2002-09-18 Thread Aviv Eliezer
Maybe by using the alias tags? -Original Message- From: Raiju Mathew [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 7:16 AM To: [EMAIL PROTECTED] Subject: configuring virtual hosts Hi all, i have a domain www.abc.com I want my web server to be Tomcat 4.0.3( I dont want

RE: configuring virtual hosts

2002-09-18 Thread Robert L Sowders
Look at the examples in server.xml rls Aviv Eliezer [EMAIL PROTECTED] 09/18/2002 03:16 AM Please respond to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: configuring virtual hosts Maybe by using the alias tags?

RE: Tomcat 4.1.10 + mod_jk2 startup errorr

2002-09-18 Thread Robert L Sowders
Looks like your jk2.properties file is munged somehow. Send it along with the workers2.properties file and I'll put another set of eyes on it. rls -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: jk connector

2002-09-18 Thread Thébault, Médérick
Thanx for your work. You save my live and protected my job. Med -Message d'origine- De : Turner, John [mailto:[EMAIL PROTECTED]] Envoyé : mardi 17 septembre 2002 17:23 À : 'Tomcat Users List' Objet : RE: jk connector You have to build from source:

Reloading .jsp-Pages

2002-09-18 Thread Dominik Jednoralski
Hey, I've a problem with reloading my jsp-pages. tomcat simply ignores the changes I've made to them. I added the following contexts in the server.xml-file: Context path=/WEB-INF/classes/myWebApp docBase=myWebApp debug=0 reloadable=true / and DefaultContext reloadable=true / Anyway, they're

ModJk log has quite many errors

2002-09-18 Thread Ago Meister
Hello there, Our mod_jk log file contains many error messages (see zipped attachement)? Typically the errors are: [Mon Sep 16 15:38:18 2002] [jk_ajp_common.c (933)]: Error ajp_process_callback - write failed [Mon Sep 16 15:38:20 2002] [jk_ajp_common.c (933)]: Error ajp_process_callback -

RE: Tomcat 4.1.10 + mod_jk2 startup errorr

2002-09-18 Thread Robert L Sowders
One quick thing. Your log files do not expand the ${serverRoot} variable. Is this Environment variable set? If not then replace it with the full path in the indicated places. Maybe this will help a bit. Starting service Tomcat-Standalone Apache Tomcat/4.1.10 [INFO] Http11Protocol -

Re: Reloading .jsp-Pages

2002-09-18 Thread Robert L Sowders
Are you using widows? Dominik Jednoralski [EMAIL PROTECTED] 09/17/2002 02:43 AM Please respond to Tomcat Users List To: Tomcat User Help [EMAIL PROTECTED] cc: Subject:Reloading .jsp-Pages Hey, I've a problem with reloading my jsp-pages. tomcat simply

AW: Reloading .jsp-Pages

2002-09-18 Thread Dominik Jednoralski
sorry: yes, i am. -Ursprungliche Nachricht- Von: Robert L Sowders [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 18. September 2002 11:56 An: Tomcat Users List Betreff: Re: Reloading .jsp-Pages Are you using widows? Dominik Jednoralski [EMAIL PROTECTED] 09/17/2002 02:43 AM Please

Redirect not working

2002-09-18 Thread carlo . montanari
Hi all. My configuration is: Apache 2.0.35 and Tomcat 4.0.3 (or 4.0.4, same behaviour), with mod_webapp and warp connector. Solaris 8, jdk 1.4.0. If I deploy examples webapp and access it through Tomcat's standalone listener (port 8080) everything works ok. When I access it through Apache, it

RE: Reloading .jsp-Pages

2002-09-18 Thread Miguel Angel Mulero Martinez
There's a bug in 4.1.10 when Tomcat is used like a service and installed in different drive from C:. Is your case? -Mensaje original- De: Dominik Jednoralski [mailto:[EMAIL PROTECTED]] Enviado el: martes, 17 de septiembre de 2002 11:58 Para: Tomcat User Help Asunto: AW: Reloading

AW: Reloading .jsp-Pages

2002-09-18 Thread Dominik Jednoralski
i am using tomcat 4.0.1 on drive c: -Ursprungliche Nachricht- Von: Miguel Angel Mulero Martinez [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 18. September 2002 12:13 An: Tomcat Users List Betreff: RE: Reloading .jsp-Pages There's a bug in 4.1.10 when Tomcat is used like a service and

RE: Reloading .jsp-Pages

2002-09-18 Thread Miguel Angel Mulero Martinez
Sorry! I mistake the message. This answer isn't for this question. Sorry again. -Mensaje original- De: Miguel Angel Mulero Martinez [mailto:[EMAIL PROTECTED]] Enviado el: miercoles, 18 de septiembre de 2002 12:13 Para: Tomcat Users List Asunto: RE: Reloading .jsp-Pages There's a bug in

AW: Reloading .jsp-Pages

2002-09-18 Thread Dominik Jednoralski
no problem. has anyone else an idea? -Ursprungliche Nachricht- Von: Miguel Angel Mulero Martinez [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 18. September 2002 12:21 An: Tomcat Users List Betreff: RE: Reloading .jsp-Pages Sorry! I mistake the message. This answer isn't for this

FW: Using Alias within a host element

2002-09-18 Thread Donie Kelly
Hi all I have a host section in my server.xml as follows Host name=mywebsite.com debug=0 unpackWARs=true Aliaso2/Alias Tomcat does not like the part o2 as it return 400 Bad request when I use it in the browser. It resolves OK and all that. If I change my host file to otwo it works OK. Is this a

Re: nullpointerexception jdbcstore

2002-09-18 Thread Ronald Klop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Robert L Sowders wrote: | Did you cross post this to the tomcat-dev list? Anyway the PR states it | affects 4.1.10 but your statements in the explanation pertain only 4.0.4. | | Which way is it? I first reported it for 4.0.4, but it wasn't

RE: VIRTUAL ON APACHE2+TOMCAT4.1+JDK1.4+MOD_JK2

2002-09-18 Thread Turner, John
FYI...in the case of mod_jk/mod_jk2 questions, the workers.properties/workers2.properties file is probably more valuable than server.xml for debugging and help. John -Original Message- From: Terry Anderson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 2:35 AM To:

RE: jk connector

2002-09-18 Thread Turner, John
No problem, glad I could help. John -Original Message- From: Thébault, Médérick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 5:35 AM To: Tomcat Users List Subject: RE: jk connector Thanx for your work. You save my live and protected my job. Med

RE: Mod_jk on Debian, i have find

2002-09-18 Thread Turner, John
If you have a binary for mod_jk on Debian, would you be willing to send it to me, so that I can put it on my site with the binaries for other versions? John -Original Message- From: Jean-Baptiste Onofré [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 7:46 AM To:

RE: configuring virtual hosts

2002-09-18 Thread Turner, John
RTFM Everywhere it says localhost in server.xml, change it to www.abc.com. You will also need to change the port from 8080 to 80. John -Original Message- From: Raiju Mathew [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 1:16 AM To: [EMAIL PROTECTED] Subject:

Reloading .jsp-Pages

2002-09-18 Thread Dominik Jednoralski
Hey, I'm using tomcat 4.0.1 / windows. I've a problem with reloading my jsp-pages. tomcat simply ignores the changes I've made to them. I added the following contexts in the server.xml-file: Context path=/WEB-INF/classes/myWebApp docBase=myWebApp debug=0 reloadable=true / and DefaultContext

RE: Reloading .jsp-Pages

2002-09-18 Thread Barney Hamish
Usually you need to touch the files updated files somehow after copying them otherwise tomcat doesn't know that it needs to recompile them. An alternative is to delete everything in the work directory and restart tomcat forcing it to recompile all jsps. Hamsih -Original Message- From:

Re: jsp:include

2002-09-18 Thread RSEQUEIRA
Make the crossContext attribute true in server.xml. RS Georges Roux

RE: RE: Reloading .jsp-Pages

2002-09-18 Thread Dominik Jednoralski
thats the point: it doesn't recompile even if the files where updated. isn't there a switch to force tomcat to always recompile all jsps? -Ursprüngliche Nachricht- Von: Barney Hamish [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 18. September 2002 14:34 An: 'Tomcat Users List' Betreff:

RE: RE: Reloading .jsp-Pages

2002-09-18 Thread Felipe Schnack
What you mean? If it doesn't recompile why we have the reloadable option? Anyway, why the need to touch if the file date/time has changed? Shutdown tomcat is just too much. Would be nice if we could send a command to a port to refresh its data. On Tue, 2002-09-17 at 09:47, Dominik

RE: RE: Reloading .jsp-Pages

2002-09-18 Thread Barney Hamish
If you've already touched the files and made sure that the date stamp is more recent than the most recent access to that jsp page it could be a browser cache or proxy problem. Have you got caching turned off in your browser? Hamish -Original Message- From: Dominik Jednoralski

Re: Enquiry

2002-09-18 Thread Shannon Lal
Yes there is, First question is are you running this with Apache? If you are then you don t do anything with Tomcat, all the configuration is with Apache. If you running with just Tomcat I believe your configuration is down through the server.xml file. Hope this helps nin From: Lee Jesse

RE: RE: Reloading .jsp-Pages

2002-09-18 Thread jon wingfield
... and if you are only changing included files then touch the jsp doing the include -Original Message- From: Dominik Jednoralski [mailto:[EMAIL PROTECTED]] Sent: 17 September 2002 13:47 To: Tomcat User Help Subject: RE: RE: Reloading .jsp-Pages thats the point: it doesn't recompile

http://www.domain.com/index.jsp VRS http://www.domain.com

2002-09-18 Thread Aviv Eliezer
I'm using tomcat 4.x. When i specify a welcome file, and hit the root of a webapp, i'm automatically redirected to the welcome file- ie, if I ask for http://www.domain.com I'm redirected (and what I'll see in the browser address bar) to http://www.domain.com/index.jsp. does anyone know how to

Re: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Raj Mettai
thanks David, I have removed the workers.list parm from workers.properties and also there was typo in my last email for DNS and IP address.. Apache server 10.103.2 4(morphues.broward.edu) Tomcat server 10.103.2.30(neptune.broward.edu) Still, I am getting object not found errorapache is

Understanding Logfile Errors

2002-09-18 Thread Shannon Scott
Hello, I have been getting the following errors in the mod_jk.log file... Is there any documentation describing the errors in the tomcat log files? I imagine my set up needs work, but I don't know. Does anyone have any advice for what I need to change? [Wed Sep 18 08:29:00 2002]

RE: RE: Reloading .jsp-Pages

2002-09-18 Thread Dominik Jednoralski
The problem arent the includes, its the jsp-page itself. its no browser-cache-problem (i've deleted the cache before reloading). the timestamp of the jsp-file is definitly younger than the version before. i deleted the file, restarted the server, got my 404, copied the file again, restarted the

RE: Caching / Cloning

2002-09-18 Thread Shannon Lal
Neal, Have you thought about using SessionContext. I believe the session context is specific to the session of the servlet, so when the instance of the servlet is run, it will have it s own copy of its Transforms to work with. That way you don t have to worry about different servlet

RE: VIRTUAL ON APACHE2+TOMCAT4.1+JDK1.4+MOD_JK2

2002-09-18 Thread Terry Anderson
Robert / John - Thanks so much for you late night assistance! I followed the example below, since JKMount didn't seem to work, and everything is up and running. I really appreciate your help! Thanks again, TA -Original Message- From: Robert L Sowders [mailto:[EMAIL PROTECTED]] Sent:

RE: RE: Reloading .jsp-Pages

2002-09-18 Thread Miguel Angel Mulero Martinez
The reloadable switch is only for .class. The jsp allways must reload in change, but I don't know why fails in your case. -Mensaje original- De: Dominik Jednoralski [mailto:[EMAIL PROTECTED]] Enviado el: martes, 17 de septiembre de 2002 15:32 Para: Tomcat User Help Asunto: RE: RE:

RE: Redirect not working

2002-09-18 Thread Jonathan Soons
Are you sure that is a Redirect? Redirect requires /path - URL. Yours looks like an Alias. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 7:12 AM To: [EMAIL PROTECTED] Subject: Redirect not working Hi all. My configuration

A very strange behaviour

2002-09-18 Thread Behrang Saeedzadeh
Hi I'm designing a new web application and I have stored my files in the D:\Tests\Web\HeaderTest directory and I have defined the following Context in the server.xml: Context path=/headertest docBase=D:\Tests\Web\HeaderTest debug=0 privileged=true / I suppose

RE: Tomcat won't auto-start on RedHat 7.3

2002-09-18 Thread Michael Schulz
Kenny, Can you elaborate just a little more for me, a linux novice who wants to do the same thing? Regarding your script to start Tomcat at run level 5, can you tell me where you referenced this script in the startup sequence? That is, into which file did you place the invocation of the script.

RE: A very strange behaviour

2002-09-18 Thread Miguel Angel Mulero Martinez
This is normal. The problem is the browser, that translates /home.jsp to server/home.jsp and makes this petition to tomcat. If you want change that, use relative paths. -Mensaje original- De: Behrang Saeedzadeh [mailto:[EMAIL PROTECTED]] Enviado el: miércoles, 18 de septiembre de 2002

RE: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Vincent . Gaboriau
When did you have this error? When you type this URL : http://10.103.2.4/examples ? If it is the case, I think it's normal, because your Apache Virtual Host is just defined for 10.103.2.30. And It seems to me strange, because you said that the @IP of the Apache server is 10.103.2.4 and you

Re: Reloading .jsp-Pages

2002-09-18 Thread RSEQUEIRA
reloadble=true attribute is used to auto-reload jsp pages when they have changed. But you have to remember a key point when you are including a jsp in another jsp page: If you use the %@ include % directive to include , remember that the include happens at compile time rather than request time.

RE: Redirect not working

2002-09-18 Thread carlo . montanari
I'm quite sure: in one case I explicitly do a sendRedirect(newurl) from within a servlet. Furthermore, the response code is 302, which is a temporary redirection. Jonathan Soons [EMAIL PROTECTED] on 18/09/2002 15.45.03 Please respond to Tomcat Users List [EMAIL PROTECTED] To:Tomcat

XML Parser question

2002-09-18 Thread Julie Jordan
Hi all, I am trying to create a simple XML transformation. In my directory: tomcat/lib/container I have the crimson.jar and the xalan.jar I created a directory called: tomcat/webapps/cocoon/election where I have put my xml, xsl, and dtd files When I point my browser to:

Re: Reloading .jsp-Pages

2002-09-18 Thread RSEQUEIRA
Another thing I forgot to mention: There may be issues with auto-reload with a particular release. I think you use Tomcat 4.0.2. Check the release notes for that version. Also for the latest version which I believe is Tomcat 4.1.10. RS

jsp:forward to a different context

2002-09-18 Thread William Wragg
Hi, Is there any way to forward to a different context(webapp) from within a JSP? I am running Tomcat 4.0.4 Regards, Wm. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.389 / Virus Database: 220 - Release Date: 16/09/2002

RE: RE: Reloading .jsp-Pages

2002-09-18 Thread jon wingfield
fair enough. Used to see something similar on earlier versions of tomcat on windows (been on 4.0.4 on linux for a while). Reload of jsps worked for the most part but very occasionally we had to delete tomcat's work directory and restart for changes to be compiled :( If you can, upgrade to 4.0.4

Re: Tomcat 4.1.10 + mod_jk2 startup errorr

2002-09-18 Thread Matt Sales
Thanks Robert... I had the serverRoot variable set in jk2.properties. I put it into /etc/profile, and it expaned fine. Now, I just get the log file error: (error ) [jk_logger_file.c (171)] Initializing log file stderr I looked at the souce code, and it looks like unless you specify the

Re: jsp:forward to a different context

2002-09-18 Thread rsequeira
Say you wish to forward from Context A to Context B. You need to do two things: 1) Turn the crossContext attribute to true in server.xml 2) In your code: % ServletContext ctxB = application.getContext(/B); RequestDispatcher rdB = ctxB.getRequestDispatcher

What causes the following error?

2002-09-18 Thread Bill Blackmon
Apache Tomcat/4.0.2 - HTTP Status 503 - Servlet action is currently unavailable type Status report message Servlet action is currently unavailable description The requested service (Servlet action is currently

RE: What causes the following error?

2002-09-18 Thread Miguel Angel Mulero Martinez
You must specify in the web.xml wich is the class of the servlet action. Have you do it? -Mensaje original- De: Bill Blackmon [mailto:[EMAIL PROTECTED]] Enviado el: miércoles, 18 de septiembre de 2002 16:25 Para: [EMAIL PROTECTED] Asunto: What causes the following error? Apache

Re: What causes the following error?

2002-09-18 Thread Bill Blackmon
yes, i've done that and the jar file is where it is supposed to be. i've checked all of the other settings as well. - Original Message - From: Miguel Angel Mulero Martinez [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 18, 2002 10:35 AM Subject: RE:

RE: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Raj Mettai
Hi Vincent, I had a typo in my servername and Ip address... apache server 10.103.2.4 tomcat server 10.103.2.30 and attached are my latest conf files I am getting 400 Bad request error, when I try to access examples...I have modified virualhost ip...that didn't fix it. thanks Raj

RE: Problem in tomcat installation in Solaris 8.0

2002-09-18 Thread Anup Ray
Thanks Kent. I traced out to a file setclasspath.sh and added a line for JAVA_HOME over there. This solved the startup problem. Thanks again, Anup -Original Message- From: Kent Perrier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 2:14 PM To: Tomcat Users List Subject: Re:

RE: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Vincent . Gaboriau
You have specify that in your httpd.conf: JkWorkersFile /opt/tomcat4/conf/jk/workers.properties JkLogFile /opt/tomcat4/logs/mod_jk.log you have another tomcat installed on your apache server? -Message d'origine- De : Raj Mettai [mailto:[EMAIL PROTECTED]] Envoye : mercredi 18

RE: Problem in tomcat installation in Solaris 8.0

2002-09-18 Thread Turner, John
That's not the best solution. Kent's suggestion was to put an echo in there to see what the script thought JAVA_HOME was, not to hardcode it. The recommended location for environment variables is in your login environment, either system-wide or in your individual login environment. In other

Problem invoking CGIs that are EXE files

2002-09-18 Thread Jason Young
I have Tomcat 4.0.3 installed on a Solaris 8 box, and have been trying to set up the CGI functionality. I have a 3rd party web application that has binary executables, all of which are named filename.exe. Don't get me started on why a unix binary would have an .exe file extension... The

Job Openings

2002-09-18 Thread Pooleery, Manoj
Hi, My company is looking for experienced Java professionals with 3-4 years of experience. Experience in core, serverside Java, JSP, XML and XSL is a must. If you are interested, please send your resume to [EMAIL PROTECTED] Thanks Manoj. -Original Message- From: [EMAIL PROTECTED]

RE: Problem invoking CGIs that are EXE files

2002-09-18 Thread Turner, John
.exe may not be explicitly excluded as an extension, but are other file extensions explicitly included? Like .sh, .pl, .cgi? John -Original Message- From: Jason Young [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 11:00 AM To: [EMAIL PROTECTED] Subject: Problem

Re: Job Openings

2002-09-18 Thread Bill Blackmon
Do you REALLY have jobs or are you just collecting resumes? - Original Message - From: Pooleery, Manoj [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, September 18, 2002 10:21 AM Subject: Job Openings Hi, My company is looking for experienced Java

RE: [OT] Job Openings

2002-09-18 Thread Shawn Wilson
I'm really not sure what your post has to do with Tomcat. Perhaps you should post to a jobs list? -shawn Shawn Wilson [[EMAIL PROTECTED]] Software Developer, ATMReports.com PH: 877-327-0873, FAX: 406-294-5806

[TC4.0.4] MAPPING configuration error for request URI message in logs, but request processed okay

2002-09-18 Thread Chris Brown
Hello, I've seen the following message appear in my logs (Tomcat's main servlet log): StandardHost[localhost]: MAPPING configuration error for request URI I'm testing stuff on localhost (I'm the only user, and I'm trying one message at a time), and this error is reported, yet nothing seems to

Re: jsp:forward to a different context

2002-09-18 Thread William Wragg
Thanks that did the trick. At 15:25 18/09/2002, you wrote: Say you wish to forward from Context A to Context B. You need to do two things: 1) Turn the crossContext attribute to true in server.xml 2) In your code: % ServletContext ctxB = application.getContext(/B); RequestDispatcher

RE: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Raj Mettai
yes, you are right, I have installed and tested apache/tomcat on each box individually. When they both work, then just changed my apache-side workers.properties to point at the right host(tomcat box IP). Tomcat is not running on apache box now, I have stopped it. Raj [EMAIL PROTECTED]

Re: Problem invoking CGIs that are EXE files

2002-09-18 Thread Jason Young
It doesn't appear that any file extensions are checked by the CGI servlet, and I cannot find any code that explicitly 'allows' or 'denies' certain file extensions. As far as I can tell, the request for /cgi-bin/whatever.exe is not being handled by the CGIServlet at all. When CGIServlet is

RE: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Vincent . Gaboriau
When you test, you enter this URL? http://10.103.2.4/examples -Message d'origine- De : Raj Mettai [mailto:[EMAIL PROTECTED]] Envoye : mercredi 18 septembre 2002 16:42 A : [EMAIL PROTECTED] Objet : RE: Apache2 and Tomcat4 on different boxes Hi Vincent, I had a typo in

missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread achana
Hi All. I am new to this forum and I would like to get Apache collaborating with Tomcat . My Problems (so far) (1) Doco's suggested that whenever I do startup.sh, Tomcat will generate 2 files for me : tomcat-apache.conf and mod_jk.conf-auto. No, it didn't ! How do I get

RE: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Raj Mettai
yes, I have tried both( name and Ip) http://10.103.2.4/examples and http://morpheus.broward.edu/exampels , for both of them I am getting http 400 - Bad Request(it's not 404) Raj [EMAIL PROTECTED] 09/18/02 11:41AM When you test, you enter this URL? http://10.103.2.4/examples

RE: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread Turner, John
comments inline -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 9:40 PM To: [EMAIL PROTECTED] Subject: missing tomcat-apache.conf mod_jk.conf-auto Hi All. I am new to this forum and I would like to get Apache

RE: Apache2 and Tomcat4 on different boxes

2002-09-18 Thread Vincent . Gaboriau
Ho, yes 400 error. And what does your mod_jk.log say? -Message d'origine- De : Raj Mettai [mailto:[EMAIL PROTECTED]] Envoye : mercredi 18 septembre 2002 17:44 A : [EMAIL PROTECTED] Objet : RE: Apache2 and Tomcat4 on different boxes yes, I have tried both( name and Ip)

SOLVED: [TC4.0.4] MAPPING configuration error for request URI message in logs, but request processed okay

2002-09-18 Thread Chris Brown
I had defined three servlets in web.xml I called one, it worked, yet I saw the error message being logged (read my original message, below). It appeared due to a one-letter spelling mistake in another servlet definition. My mistake, but the error message wasn't too clear. - Chris -

Problems in deploying my WAR in tomcat 4.1.10

2002-09-18 Thread Takumi Fujiwara
I am getting the following error when I deploy my WAR file in tomcat 4.1.10. type Status report message /pir3Servlet/logging description The requested resource (/pir3Servlet/logging) is not available. I setup the servlet name/url pattern correctly in my web.xml file and seup the correct

Re: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread achana
Apache 1.3.x uses the APACHE_HOME/libexec directory for DSO modules. There's no way to know if you have the correct version unless you tell us where you got it. Hi John, I got mod_jk-01.so from here :

RE: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread Turner, John
Not really...Apache doesn't care where the modules are, as long as it can find them. The convention is to put them in apache/libexec for Apache 1 and apache/modules for Apache 2. That mod_jk.so file should be OK. I would still upgrade your Apache, though. .19 is pretty old. John

Re: missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread achana
Hi again. Forgot to add : I have j2sdk1.4.0-01 installed as well. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

ISAPI Redirector SSL Question

2002-09-18 Thread Christopher Watson
Can anyone offer some advice I am using - successfully - ISAPI redirector to serve JSP/servlet resources through IIS I would like some contexts to _require_ SSL (https) to be used, and leave others free to use http. I can see how to require _all_ contexts to use SSL by setting 'require secure

mod_asis for Tomcat?

2002-09-18 Thread Curt Pederson
Hello, I want to send files from Tomcat the same way mod_asis allows in Apache. The file I want to send would contain the headers at the top, an empty line, then the contents. Is there a way to do this? Thanks, Curt _ Are you a

Tomcat 4.1.11

2002-09-18 Thread Fenlason, Josh
Does anyone know how/where I can find the latest source for Tomcat 4.1.11? Thanks in advance. , Josh. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tomcat 4.1.11

2002-09-18 Thread Craig R. McClanahan
On Wed, 18 Sep 2002, Fenlason, Josh wrote: Date: Wed, 18 Sep 2002 12:31:43 -0400 From: Fenlason, Josh [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat 4.1.11 Does anyone know how/where I can find the latest source for Tomcat 4.1.11?

Un-tarring jakarta-tomcat-4.0.4.tar.gz

2002-09-18 Thread amit_mahajan
Hi, I need to install Tomcat 4.0.4 on a Sun Solaris 8 machine which has Apache 1.3.26. I have downloaded from the Tomcat site the file jakarta-tomcat-4.0.4.tar.gz which I am trying to un-tar on the Solaris machine but I keep getting a checksum error each time I try. And though a lot of

Question

2002-09-18 Thread Jai Durgam
I can't seem to connect apache to tomcat inspite of the include file in the httpd.conf file. I can get http://xxx.xxx.com:8080/nn/prm or something come up just fine but I cannot seem to get http://xxx.xxx.com to come up. I have configured Document Root in the httpd.conf file to point to

Forward vrs redirect to a welcome-file

2002-09-18 Thread Aviv Eliezer
Hi! when i specify a welcome file, and hit the root of a webapp, i'm automatically redirected to the welcome file- ie, i see in the browser address bar http://www.domain.com/index.jsp; does anyone know how to make it so that tomcat will forward to the welcome-file, so in the browser address

I get a HttpServlet not found error wth 4.1.10 under Win2000

2002-09-18 Thread Kenny A. Chaffin
This is probably some stupid config thing, but I installed 4.1.10 (I've got 4.0.4 running fine on various machines) and when I try to run the servlet examples I get a: root cause java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet exception error. I've got TOMCAT_HOME and

DBCP on Tomcat 4.1: DBCP borrowObject failed: null

2002-09-18 Thread Matt Raible
I am trying to get DBCP working in my app on Tomcat 4.1.10. I have had success with Tyrex 0.9.7 on TC 4.0.4, but no luck with DBCP. I am able to establish a connection and it works for a few roundtrips to the database, and then I get DBCP borrowObject failed: null. I tried adding

Un-tarring jakarta-tomcat-4.0.4.tar.gz

2002-09-18 Thread amit_mahajan
Hi, I need to install Tomcat 4.0.4 on a Sun Solaris 8 machine which has Apache 1.3.26. I have downloaded from the Tomcat site the file jakarta-tomcat-4.0.4.tar.gz which I am trying to un-tar on the Solaris machine but I keep getting a checksum error each time I try. And though a lot of

ClassNotFoundException JMX related?

2002-09-18 Thread John Aronson
I'm trying to create an MBean from within a Servlet with Tomcat 4.1.10 and I keep getting a ClassNotFoundException. The class in question is in the classpath and it's visible from the Servlet trying make the createMBean call. I've tried putting the the jar which has the MBean .class file in

RE: Question

2002-09-18 Thread Turner, John
You'll need to provide a lot more information than that, and get a lot more specific, before anyone can help you. Platform, versions, what you've done so far, what you've changed, etc. John -Original Message- From: Jai Durgam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17,

RE: Un-tarring jakarta-tomcat-4.0.4.tar.gz

2002-09-18 Thread Turner, John
You are using Sun Solaris tar and not GNU tar. Download GNU tar from http://www.sunfreeware.com and make sure it is first in your PATH, ahead of the Solaris tar. John -Original Message- From: amit_mahajan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 9:43 AM To:

Re: Un-tarring jakarta-tomcat-4.0.4.tar.gz

2002-09-18 Thread Craig R. McClanahan
Use GNU tar. Craig On Tue, 17 Sep 2002, amit_mahajan wrote: Date: Tue, 17 Sep 2002 19:12:31 +0530 From: amit_mahajan [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Un-tarring jakarta-tomcat-4.0.4.tar.gz Hi, I need to install Tomcat 4.0.4

Connecting IPlanet and Tomcat

2002-09-18 Thread Wilson, William N
I've tried connecting IPlanet to Tomcat and I cannot find a binary copy of the redirector for Solaris 8. I do not have a compiler on the Sun box. Does anyone have any ideas where I might find this file? Thanks, Bill -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

  1   2   >