RE: Problem building Tomcat Connector mod_jk2.so

2003-07-31 Thread Clive Luk
Hi Jorgen, John and Patrick, Thanks for all your advice. I have tried all the suggestioin given. But still no luck. I even try to re-compile apache. still the same. I have also, remove the rpm automake, autoconf and compile and install from source. still the same. But one the I found is the

RE: Error when using Tomcat 4.1.24

2003-07-31 Thread Sarika Inamdar
Hi, Thanks for the suggestion. When we made Password.class as part of package, everything seems to work. Thanks Yoav :-) -Sarika -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 6:40 PM To: Tomcat Users List; [EMAIL PROTECTED]

Re: Production server tuning

2003-07-31 Thread David Rees
Bill Barker wrote: Antonio Fiol Bonnín [EMAIL PROTECTED] wrote: However, I am worried about what you say about Apache 2.0.x and the 'worker' MPM. Could you please tell me about the real-world inconveniences of having 3/4 Apache 1.3.X with 2/3 tomcats behind? The mod_jk loadbalancer doesn't work

Hanging problem with TC 4.4.1.24

2003-07-31 Thread Sebastien Dagnicourt
Hello, I have a little problem with Tomcat and startup/shutdown. The last nigth Tomcat don't stop correctly and the shutdown script don't kill the last java/tomcat process. This morning, I started tomcat and now the application doesn't work anymore. In fact, we can't access to it. I check the

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread v.siguier
Following are my config files (my new application is called geode): httpd.conf : - ServerRoot C:/Apache/Apache2 PidFile logs/httpd.pid Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 IfModule mpm_winnt.c ThreadsPerChild 250 MaxRequestsPerChild 0 /IfModule Listen

Re: siteminder headers

2003-07-31 Thread Holden Robbins
I'll take no answer to mean no one knows. Are there any companies that support tomcat? That could help with this problem? On Tue, 29 Jul 2003, Holden Robbins wrote: Better yet, has anyone successfully integrated Siteminder with IIS and Tomcat? On Mon, 28 Jul 2003, Holden Robbins

Re: Production server tuning

2003-07-31 Thread Bill Barker
David Rees [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Bill Barker wrote: Antonio Fiol Bonnín [EMAIL PROTECTED] wrote: However, I am worried about what you say about Apache 2.0.x and the 'worker' MPM. Could you please tell me about the real-world inconveniences of having

ANT tasks for management console

2003-07-31 Thread Juraj . Lenharcik
Hi, Catalina 4.1.24 contains some ANT-tasks to call the management application to deploy, reload and delete apps. Where can I find these tasks to include them in my build? Juraj Mit freundlichen Grüssen Juraj Lenharcik T-Systems International GmbH Systems Integration 1 eFactory Solutions

RE: Hanging problem with TC 4.4.1.24

2003-07-31 Thread Jan Behrens
Hi Sebastian, have you deleted the contents of the CATALINA_HOME/work dir? There should be a folder called Standalone (is that is how you setup Tomcat, at least). Tomcat stores cached data in same folder. Might be worth a try, please make a backup first though, just in case... Regards, Jan

how to change to Tomcat work directory

2003-07-31 Thread Anne Durand
Hello I would like to use Tomcat from a CD on Windows. I have changed the logs directory, but Tomcat doesn't start because the working directory is not writable. Is it possible to change it? Thanks

RE: Hanging problem with TC 4.4.1.24

2003-07-31 Thread Sebastien Dagnicourt
Yes, I moved it to /tmp just in case :) -Message d'origine- De : Jan Behrens [mailto:[EMAIL PROTECTED] Envoyé : Thursday, July 31, 2003 9:37 AM À : Tomcat Users List Objet : RE: Hanging problem with TC 4.4.1.24 Hi Sebastian, have you deleted the contents of the CATALINA_HOME/work

Apache2 + Tomcat on different machines

2003-07-31 Thread Milan Petran
Hi, I got one basic question: is it possible to run HTTP server with redirector plugin (Apache2) AND application server (Tomcat) on a separate physical machines? Eg. Apache in DMZ and Tomcat in another zone or inranet. Do you have a real experience with this? How must be set up Apache (home

Re: Production server tuning

2003-07-31 Thread David Rees
Bill Barker wrote: I'm curious, what are the issues with loadbalancing in mod_jk with a pre-forking Apache? Basically it comes down to the fact that the children don't talk to one another, so each one has its own idea of the relative loads. This usually results in a distribution (for the

Re: Way to cleanup *before* session terminates ?

2003-07-31 Thread Bill Barker
Sorry Charlie (ok, I couldn't resist :), but there isn't a way to do this in Tomcat 4.x and lower. However, the (current draft of the) 2.4 Servlet-Spec has changed the behavior, and so in Tomcat 5.x you can define a HttpSessionListener that will get called before the session is invalidated.

session sendredirect or dispatcher.forward - problem

2003-07-31 Thread Munteanu Gabriel
Hi, It's about sessions who disappear from one servlet to another. I know that this has been discussed, but from what I have read there was no good solution to this problem. Here it goes: I have apache 1.3.27 + mod_jk2 + tomcat 4.1.24. - on linux I have one tomcat process runninng, one

RE: Hanging problem with TC 4.4.1.24

2003-07-31 Thread Sebastien Dagnicourt
Ok, after searching more, I find the cause of the problem. The mysqld daemon didn't stop correctly, so the application (via tomcat) can't re-connect to the database and can't start. After killing all mysqld daemons, application restart succesfully. Thanks for answers all, Sébastien.

RE: SOS Tomcat 5 and Apache httpd 2.0.47 on windows w2k

2003-07-31 Thread Olle Sundblad
# Uri mapping [uri:/examples/*] worker=ajp13:localhost:8009 ** I get a tomcat-style 404 error when I try the following url: http://localhost/examples I am stuck, can anyone please help? Maybe really stupid but shouldn't you have have a slash / at the end for

Re: Rooting request to one or an other webapp

2003-07-31 Thread Marc Guillemot
Hi Yoav, thanks for the info. Could you give me a link or the keywords permitting to find the previous discussions you mentioned on this subject? I've search for that but I didn't found anything. I guess that I've looked for the bad terms. Marc. - Original Message - From: Shapira, Yoav

Mod_jk GET request issues

2003-07-31 Thread Johnson, David
Hi I'm encountering some strange behaviour with mod_jk and was wondering if anyone could shed any light on it. First of all, I'm using Apache 1.3.27 (with mod_ssl), Tomcat 4.1.24 and mod_jk v1.2.1 on Solaris 9. The problem is that whenever I attempt to add any parameters onto a GET request I

Servlet seem to be call 2 times

2003-07-31 Thread mourad jaber
Hi, I'm very surprised by a strange thing happen with Tomcat 4.1.24 on Linux, when I test my webapp with mozilla, konqueror, it work well, but with micro$oft ie6 sp1 it seem to call 2 times the servlet when the output is binary content ( pdf, rtf... ). After testing more precisely, it appear

Help with Tomcat 4.1.24

2003-07-31 Thread Sarika Inamdar
Hi All, We have migrated to tomcat 4.1.24 from tomcat 3.2.23. Thanks to the tomcat-user list, we were able to deploy the tomcat successfully :-) We have one issue however !!! The tomcat 4.1.24, requires that we place all the jars which is used by the jsp's under TOMCAT_HOME/webapps/WEB-INF/lib

RE: Can't find ocijdbc9 in java.library.path

2003-07-31 Thread Ollier John
In fact, it was something to do with the way I was launching Tomcat. I had : set CATALINA_HOME=D:\...\tomcat4 ... cmd /C %CATALINA_HOME%\bin\startup.bat I changed it to: cmd /C d:\[actual path]\tomcat4\bin\startup.bat Then everything worked. Maybe I am doing something dumb or my BAT file is

Problem finding class files from Web-inf/classes

2003-07-31 Thread N.B.Bopanna
hi all, I am using Tomacat4.1.24. My application cannot find unpackaged class files placed in application's Web-inf/classes directory. Should i have to set some classpath explicitly or should it be found by default. Thanx Bopanna. Power of Global Information Access... .. Browser based RCS

Re: how to change to Tomcat work directory

2003-07-31 Thread Jon Wingfield
You should be able to set this by modifying your server.xml and all context.xml files: Set the workDir attribute for your Host (or for the individual Contexts) http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html Set

RE: Problem finding class files from Web-inf/classes

2003-07-31 Thread Stuart MacPherson
Should be automatic. Try common/classes -Original Message- From: N.B.Bopanna [mailto:[EMAIL PROTECTED] Sent: 31 July 2003 12:27 To: [EMAIL PROTECTED] Subject: Problem finding class files from Web-inf/classes hi all, I am using Tomacat4.1.24. My application cannot find unpackaged class

RE: Problem finding class files from Web-inf/classes

2003-07-31 Thread Tom Lyle
Putting the classes in packages will solve the problem, theres no good reason to use unpackaged classes -Original Message- From: Stuart MacPherson [mailto:[EMAIL PROTECTED] Sent: 31 July 2003 13:00 To: 'Tomcat Users List' Subject: RE: Problem finding class files from Web-inf/classes

Re: Cookie problem max age problem - Best practice to solve it

2003-07-31 Thread srevilak
From: Jose Euclides da Silva Junior - DATAPREVRJ Subject: Cookie problem max age problem - Best practice to solve it this question is very important to me. My application works with an external authentication app ( like a plugin).When the user is logged, a browser cookie is created. The

RE: Problem building Tomcat Connector mod_jk2.so

2003-07-31 Thread srevilak
From: Clive Luk clive () ilanet ! net ! au Subject: RE: Problem building Tomcat Connector mod_jk2.so But one the I found is the could be a problem of something else. When I re-compile apache. I found that it doesn't create any .so file at all under $APACHE_HOME/modules. Could anyone tell me

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread John Turner
OK, but where's mod_jk.conf? That's the critical file! John v.siguier wrote: Following are my config files (my new application is called geode): httpd.conf : - ServerRoot C:/Apache/Apache2 PidFile logs/httpd.pid Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15

Re: Apache2 + Tomcat on different machines

2003-07-31 Thread John Turner
Yes, this is easily done. If using mod_jk.so, then change the .host parameter in workers.properties to be the IP address of the machine where Tomcat is installed. That is the only change from having Apache and Tomcat on the same machine. I don't use mod_jk2.so, so I can't speak to that

Tomcat not working

2003-07-31 Thread batristain
Greetings, I have made some kinda change but I can't figure out what I did wrong. I've attached a copy of my server.xml . This site is http://gdttest.mgnetwork.com:8080/AdWebster Can someone look to see if there's something wrong with my server.xml file? Thanks, Bobbie Bobbie Atristain

File cannot be download with security-constraint...

2003-07-31 Thread Rob Tomlin
Hi, I have a serlvet that is used to download a file to the client. I am using Tomcat 4.1.24, with IE6. All is fine when no security-constraint is applied in the deployment descriptor, but when I introduce such a constraint the file cannot be downloaded. I recieve the error: Internet Explorer

Re: File cannot be download with security-constraint...

2003-07-31 Thread Jon Wingfield
ah the old IE + SSL + cacheing problem ;) Try adding: final String userAgent = request.getHeader(user-agent); if (response.containsHeader(Pragma) userAgent!=null userAgent.toUpperCase().indexOf(MSIE)-1) { response.setHeader(Pragma, public); } Solved it for us. Jon Rob Tomlin

RE: Hanging problem with TC 4.4.1.24

2003-07-31 Thread Shapira, Yoav
Howdy, And thank you for posting the root cause and solution. Yoav Shapira Millennium ChemInformatics -Original Message- From: Sebastien Dagnicourt [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 4:15 AM To: 'Tomcat Users List' Subject: RE: Hanging problem with TC 4.4.1.24 Ok,

RE: Help with Tomcat 4.1.24

2003-07-31 Thread Shapira, Yoav
Howdy, You can search the archives on the use of symlinks or the tldScanJar exception for more information: this comes up a lot. What I suggest is to stick with your current system: have a central location for your tools, preferably under version control, and copy jars out of it into the

RE: Apache2 + Tomcat on different machines

2003-07-31 Thread Milan Petran
Thanx, I've already solved this - for 2 physical machines, both W2k server, with IIS as HTTP :-) serving static content and Tomcat serving JPSs and servlets on another machine. It takes a few moments to configure and it seems working fine. :-) The problem I had, was to find a sentence saying

RE: How do I change servlet contexts???

2003-07-31 Thread Shapira, Yoav
Howdy, Why not just do RequestDispatcher rd = getServletContext().getRequestDispatcher(/lookup.html); I.e. don't have the explicit getContext(/example) call in the middle as you're already in that context. Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL

RE: Way to cleanup *before* session terminates ?

2003-07-31 Thread Shapira, Yoav
Howdy, What about the HttpSessionActivationListener's sessionWillPassivate() event? Yoav Shapira Millennium ChemInformatics -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 4:18 AM To: [EMAIL PROTECTED] Subject: Re: Way to cleanup *before*

RE: File cannot be download with security-constraint...

2003-07-31 Thread Rob Tomlin
ah the old IE + SSL + cacheing problem ;) I am not using SSL, I haveadding the suggested code it does not solve the problem... Cheers Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: What is that maximum file size tomcat can serve?

2003-07-31 Thread Shapira, Yoav
Howdy, This would almost definitely be an OS/JDK limit somewhere along the line. Tomcat will just stream the file, so its size is not really an issue AFAIK. Yoav Shapira Millennium ChemInformatics -Original Message- From: Lee Peik Feng [mailto:[EMAIL PROTECTED] Sent: Wednesday, July

RE: Tomcat not working

2003-07-31 Thread Shapira, Yoav
Howdy, My mail reader doesn't like your attachment. In general, instead of posting attachments post the relevant bits from the file. In this case, since you have no idea what you did wrong, why not just start with a new installation of tomcat? Yoav Shapira Millennium ChemInformatics

Re: JNDIRealm: Authentication Failing

2003-07-31 Thread Adam Sherman
My appologies for taking so long to reply. Thank you very much for your input! Hayo Schmidt writes: Is 'mail' the naming value? This means, if you export to an ldif file you should find a line dn: [EMAIL PROTECTED],ou=People,dc=tritus,dc=ca As you can see from the log snipped below:

Re: Can't find ocijdbc9 in java.library.path

2003-07-31 Thread Paul
just a comment: i use oracle8i and jdbc drivers as well, and i was under the impression that classes12.zip is not compatible with jdk 1.4 (but rather 1.2). - Original Message - From: Ollier John [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 5:37 PM Subject:

RE: Rooting request to one or an other webapp

2003-07-31 Thread Shapira, Yoav
Howdy, Look at the Switching between releases during runtime thread, and I actually think Mr. Fiala ended up posting his complete solution on his web page. Yoav Shapira Millennium ChemInformatics -Original Message- From: Marc Guillemot [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31,

[ERR] Re: Best Tomcat Book, Recommendations???

2003-07-31 Thread postmaster
Transmit Report: To: [EMAIL PROTECTED], 402 Local User Inbox Full ([EMAIL PROTECTED]) ---BeginMessage--- Most of the Wrox titles have been picked up by Wiley and Apress (Wrox liquidated earlier this year), so its possible the books will be closer to what you prefer when the second printing

Tomcat/SOAP problems with JCE

2003-07-31 Thread Giri Muthukrishnan
Hi I am facing this problem with Tomcat. I have tomcat 4.1.24 and JDK1.4.1. I have my class which is hosted as a SOAP service inside Tomcat. This class, when invoked, reads a properties file and reads an encoded userid/password. then it uses Basic decoding to decode this. this works fine on

Does tomcat 4.1.24 come with conf files?

2003-07-31 Thread batristain
Hey, I have decided to start over so I went to the Jakarta website and downloaded tomcat 4.1.24 and the conf directory is empty - is it suppose to be this way? Thanks, Bobbie Bobbie Atristain Internet Systems Administrator Media General, INC. 804.649.6156

RE: Problem finding class files from Web-inf/classes

2003-07-31 Thread Mike Curwen
And of course, Web-inf should be WEB-INF -Original Message- From: N.B.Bopanna [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 6:27 AM To: [EMAIL PROTECTED] Subject: Problem finding class files from Web-inf/classes hi all, I am using Tomacat4.1.24. My application

Re: Does tomcat 4.1.24 come with conf files?

2003-07-31 Thread John Turner
No. Not sure what file you got, but a full distribution of Tomcat (not LE) has a number of files in the conf directory. Remember to use GNU tar. John [EMAIL PROTECTED] wrote: Hey, I have decided to start over so I went to the Jakarta website and downloaded tomcat 4.1.24 and the conf

RE: Does tomcat 4.1.24 come with conf files?

2003-07-31 Thread monror
How do you remove yourself from this mailing list? -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 10:02 AM To: Tomcat Users List Subject: Re: Does tomcat 4.1.24 come with conf files? No. Not sure what file you got, but a full distribution

RE: File cannot be download with security-constraint...

2003-07-31 Thread Rob Tomlin
ah the old IE + SSL + cacheing problem ;) This seems to solve the problem: response.setHeader(Cache-Control, public); - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: File cannot be download with security-constraint...

2003-07-31 Thread Jon Wingfield
Cool. Was just writing a response about the headers tomcat adds when using a security restraint. But you've already worked it out... I've only seen the problem when using IE with SSL + security constraint but i guess it's more of a general problem. :( Jon Rob Tomlin wrote: ah the old IE + SSL

mod_jk

2003-07-31 Thread Ray Madigan
I have mod_jk working with two workers and a loadbalancer. when i use http://192.168.168.45:8080/rtizon the browser completes the line with /index.jsp. Same is true with the other worker and the correct page comes up when i use http://192.168.168.45/rtizon i get a page not found error? and

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread v.siguier
The generated jakarta-tomcat-4-1-24\conf\auto\mod_jk.conf : ## Auto generated on Thu Jul 31 15:51:00 CEST 2003## IfModule !mod_jk.c LoadModule jk_module c:/apache/Apache2/modules/mod_jk-2.0.43.dll /IfModule JkWorkersFile C:/jakarta-tomcat-4-1-24/conf/jk/workers.properties

Re: mod_jk

2003-07-31 Thread John Turner
This came up yesterday. According to one poster, putting DirectoryIndex index.jsp in your httpd.conf VirtualHost block would cause Apache to translate http://192.168.168.45/rtizon; into http://192.168.168.45/rtizon/index.jsp;. However, it doesn't work at all for me, never has, and I have

Tomcat and Acces Control Lists

2003-07-31 Thread Sandy Voellinger
I am fairly new to Tomcat and am trying to set up control lists for authentication. I have a site that is mostly static content, .htm and .doc files, but we want to secure them with basic authentication. Ex. Log into site and access is granted to specified directories/files. The key for us is

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread John Turner
Forgive me, but I've lost track of what this thread is about. What is not happening that you want to see happen, given the configuration files you've posted? What is your question again? John v.siguier wrote: The generated jakarta-tomcat-4-1-24\conf\auto\mod_jk.conf : ## Auto

Re: mod_jk

2003-07-31 Thread Eric J. Pinnell
Hi, Just an FYI... I'm looking our JK2 config now and DirectoryIndex is not set with index.jsp. The only thing that I can find is the welcome-file is index.jsp. The application pulls up index.jsp by default when you go to http://host/context/ I don't see any redirects as this application

Re: mod_jk

2003-07-31 Thread John Turner
What about http://host/context without the trailing /? John Eric J. Pinnell wrote: Hi, Just an FYI... I'm looking our JK2 config now and DirectoryIndex is not set with index.jsp. The only thing that I can find is the welcome-file is index.jsp. The application pulls up index.jsp by default

Where does index.jsp come from

2003-07-31 Thread batristain
Greetings, I set up Tomcat again but I'm seeing this page http://gdttest.mgnetwork.com:8080/index.jsp - which is good except I can't figure out what to uncomment b/c there is no index.jsp in my webapps folder?? Thanks, Bobbie Bobbie Atristain Internet Systems Administrator Media General, INC.

RE: mod_jk

2003-07-31 Thread Ray Madigan
As you mentioned DirectoryIndex index.jsp has no effect. When i use the url http://192.168.168.45/rtizon; i get the same old page not found error If I change JkMount /rtizon loadbalancer to JkMount /rtizon/ loadbalancer it workes - ie http://192.168.168.45/rtizon; completes with /index.jsp and

RE: Where does index.jsp come from

2003-07-31 Thread Moraes, Fabio
try looking at webaaps/ROOT directory. --- Fabio Moraes [EMAIL PROTECTED] System Engineer Work Force Management System +55 21 3088 9548 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 11:35 To: [EMAIL PROTECTED] Subject: Where

Re: Where does index.jsp come from

2003-07-31 Thread John Turner
$CATALINA_HOME/webapps/ROOT/index.jsp John [EMAIL PROTECTED] wrote: Greetings, I set up Tomcat again but I'm seeing this page http://gdttest.mgnetwork.com:8080/index.jsp - which is good except I can't figure out what to uncomment b/c there is no index.jsp in my webapps folder?? Thanks, Bobbie

Re: mod_jk

2003-07-31 Thread Eric J. Pinnell
works. It doesn't appear, at least on the surface, that they developer did anything special to get it to operate that way. -e On Thu, 31 Jul 2003, John Turner wrote: What about http://host/context without the trailing /? John Eric J. Pinnell wrote: Hi, Just an FYI... I'm

Re: Does tomcat 4.1.24 come with conf files?

2003-07-31 Thread Geralyn M Hollerman
[EMAIL PROTECTED] wrote: I have decided to start over so I went to the Jakarta website and downloaded tomcat 4.1.24 and the conf directory is empty - is it suppose to be this way? This is what you will see if you use the un-tar that comes with Solaris. You have to use the GNUtar program to

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread v.siguier
No problem, my question is : I have configured Apache and Tomcat with mod_jk in order to connect them together but now all ressources of my application must be located under Tomcat directory to be founded. As I want to put all static ressources directly under Apache, somebody can tell me what I

RE: Does tomcat 4.1.24 come with conf files?

2003-07-31 Thread batristain
Thanks for the info -Original Message- From: Geralyn M Hollerman [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 10:46 AM To: [EMAIL PROTECTED] Subject: Re: Does tomcat 4.1.24 come with conf files? [EMAIL PROTECTED] wrote: I have decided to start over so I went to the Jakarta

AdWebster not coming up on Tomcat

2003-07-31 Thread batristain
Hi, I can't figure out why my AdWebster isn't working. http://placeanad.classifiedmarketplace.net:8080/AdWebster/index.jsp that is what happens although the default tomcat page still works for http://placeanad.classifiedmarketplace.net:8080 Any ideas? Thanks, Bobbie Bobbie Atristain Internet

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread John Turner
DocumentRoot C:/jakarta-tomcat-4-1-24/webapps/geode You will need to copy the mod_jk.conf file to some other location and modify it manually. Change your Include line in httpd.conf to reflect the new location. I like to put mine in the Apache conf directory. I'm not sure what you mean

Re: AdWebster not coming up on Tomcat

2003-07-31 Thread John Turner
Hi - Post your server.xml, or explain exactly what you changed from a default Tomcat installation. John [EMAIL PROTECTED] wrote: Hi, I can't figure out why my AdWebster isn't working. http://placeanad.classifiedmarketplace.net:8080/AdWebster/index.jsp that is what happens although the default

RE: AdWebster not coming up on Tomcat

2003-07-31 Thread batristain
The only thing I did was uncomment the connector lines for 8080. Everything else was left the same. In the web.xml I also uncommented the line about the invoker servlet. That's it -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 10:59 AM To:

Re: AdWebster not coming up on Tomcat

2003-07-31 Thread John Turner
Are you sure? 8080 is enabled by default, there would have been no need to enable it. How about posting your server.xml file? May I ask, what is your ultimate goal? What do you want to have working when all is said and done? John [EMAIL PROTECTED] wrote: The only thing I did was uncomment

Re: Tomcat4, where is classpath set when run as service

2003-07-31 Thread Paul
FYI, i placed jar files in tomcat_home/shared/lib as per doc you cite below. This seemed to be effective, because i stopped getting the package does not exist error, and now get that generic status 500 error - null pointer exception - which i intrepret to mean that there is an internal error with

Help with mod_jk2 + Coyote connector + Apache 2 + TC 4.1.24

2003-07-31 Thread Mauricio Nuñez
Hi Someone can help me, please My configuration is the following: 1) load balancer ( Hardware ) 2) 2 Apache2 using mod_jk2 (RedHat 9) 3) 2 Tomcat4 listen at 8009 using Coyote Connector (RedHat 9) jdk sun 1.4.2 4) 1 Mysql server. (Redhat 7.2 , Mysql 4.0.13) Our monitor alerts about a 15s

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread v.siguier
I would like to put .html files under htdocs/geode, .js under htdocs/geode/javascript and all images under htdocs/geode/images. If the user want to access to a html file (http://host:port/geode/*.html), I want it to be served by Apache. If the user want to access to a servlet

Checking for invalidated session

2003-07-31 Thread Tim Davidson
Hi, How can you check to see if a session has already been validated? i.e. if( !session.isInvalidated()) -- what should go here? { session.invalidate(); } to prevent the following exception: org.apache.jasper.JasperException: invalidate: Session already invalidated

RE: ANT tasks for management console

2003-07-31 Thread Steph Richardson
Look for catalina-ant.jar - probably in $TOMCAT_HOME/server/lib. Copy it to your $ANT_HOME/lib. We use these in our build files - I included the XML fragments from our build files if they're useful ( obviously you need to define a bunch of props used in these examples ) : taskdef

RE: Checking for invalidated session

2003-07-31 Thread Moraes, Fabio
i guess this will work fine ... session = request.getSession( false ); if( session.isNew( ) ) { out.println( new session ); } someone let me know if i'm wrong. hugs, --- Fabio Moraes [EMAIL PROTECTED] System Engineer Work Force Management System +55 21 3088 9548 -Original

RE: Checking for invalidated session

2003-07-31 Thread Moraes, Fabio
sorry. session = request.getSession( false ); if( session != null ) { session.invalidate(); } --- Fabio Moraes [EMAIL PROTECTED] System Engineer Work Force Management System +55 21 3088 9548 -Original Message- From: Moraes, Fabio [mailto:[EMAIL PROTECTED] Sent: Thursday,

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread John Turner
Which server (Apache or Tomcat) actually serves the file has nothing to do with file location. Which server (Apache or Tomcat) actually serves the file is completely driven by the JkMount directives. JkMount is inclusive...that is, unless you define a JkMount for a particular URI, the file will

Re: Where does index.jsp come from

2003-07-31 Thread Andoni
That page is not an index.jsp. it is: tomcat dir/webapps/ROOT/index.html HTH. Andoni. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 31, 2003 3:35 PM Subject: Where does index.jsp come from Greetings, I set up Tomcat again but I'm seeing

JNDI Names Clashing

2003-07-31 Thread Andoni
Hello, Can JNDI names clash if they are in different HOST containers in the server.xml file? Thanks, Andoni. PS: they are for a database connection pool.

RE: Checking for invalidated session

2003-07-31 Thread Tim Davidson
No that wont work, because if the session was null it would throw a nullpointerexception not a servletException with the session is already invalidated -Original Message- From: Moraes, Fabio [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 4:39 PM To: 'Tomcat Users List' Subject:

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread v.siguier
I am agree with you, only one location for all my application resources is better but my customer want to separate static resources from dynamic resources. You tell me that only JkMount directives indicate which serv files, or in my mod_jk.conf there is only : JkMount /geode/jsp/j_security_check

Problem confinguring MySQL JNDI Datasource RH Linux 7.2

2003-07-31 Thread Don Ross
Hello, I have followed instructions provided for configuring JNDI Datasource for MySQL (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/printer/jndi-datasource-examples-howto.html), and am running into problem on RedHat Linux 7.2. Here is my configuration: RedHat Linux 7.2 (kernel-2.4.7-10)

sendRedirect() / forward() from frame to top window

2003-07-31 Thread Rick Roberts
How can I use sendRedirect() or forward() from a child frame and force the target to be the top or parent frame? Similar to a href='target.jsp' target='_top'Top Frame/a but using sendRedirect() or forward() Thanks -- *** * Rick Roberts

RE: AdWebster not coming up on Tomcat

2003-07-31 Thread batristain
Greetings John, I've attached a copy of my server.xml file. My ultimate goal is to get http://placeanad.classifiedmarketplace.net/Adwebster running with ssl. But I'm just trying to get the port 80 version up first. Thanks, Bobbie -Original Message- From: John Turner [mailto:[EMAIL

Re: Apache + Tomcat + mod_jk

2003-07-31 Thread John Turner
argh... Because you don't have a DocumentRoot. Please, please just try one thing for me: - copy mod_jk.conf to APACHE_HOME/conf - edit mod_jk.conf...in the correct VirtualHost block, add a line that says: DocumentRoot PATH_TO_YOUR_WEBAPP_HERE - change httpd.conf, change the Include line for

RE: sendRedirect() / forward() from frame to top window

2003-07-31 Thread Shapira, Yoav
Howdy, You can't with a pure server-side solution, as the server doesn't know anything about the frames, only your browser does. So you have to use JavaScript or another client-side approach to get the source from the server and copy it into the desired frame. Yoav Shapira Millennium

Re: AdWebster not coming up on Tomcat

2003-07-31 Thread John Turner
Your attachment didn't come through. Please just paste it into your message. John [EMAIL PROTECTED] wrote: Greetings John, I've attached a copy of my server.xml file. My ultimate goal is to get http://placeanad.classifiedmarketplace.net/Adwebster running with ssl. But I'm just trying to get

regional configuration not honored

2003-07-31 Thread Javier Muguruza
Hi, I have encountered a bad problem with tomcat5. I am using a the following environment: winXP, eclipse2.1.1, myeclipse2.5 and tomcat5.0.4. My XP is in spanish, but in the control panel I have my regional configuration settings to English(Usa), that is decimal symbol (.). It seems that when

Tomcat4+Apache - Install trouble on Debian?

2003-07-31 Thread Gregory Guthrie
I'm having trouble with tomcat4+Apache(1.3) on Debian; I find that tomcat, and tomcat4, don't install properly from the regular stable apt-get packages. After much research on lists, FAQs, etc, there are lots of hints, do-it-yourself configurations, and other changes to try and conflicting

entity value for ? symbol

2003-07-31 Thread Shanta B
Hi I would like to know the entity value or code for EUR sign.Whenever we enter EUR1 in our HTML side we are getting back #8364;1 as a value.We are using ISO-88591 as a character set,I found that ISO-88591 does not support this character or i did not find this value.Where as i found amp; as a

RE: AdWebster not coming up on Tomcat

2003-07-31 Thread batristain
!-- Example Server Configuration File -- !-- Note that component elements are nested corresponding to their parent-child relationships with each other -- !-- A Server is a singleton element that represents the entire JVM, which may contain one or more Service instances. The Server

Re: Help with mod_jk2 + Coyote connector + Apache 2 + TC 4.1.24

2003-07-31 Thread Eric J. Pinnell
Hi, Try playing with the connectionTimout setting in your server.xml. By default it is set at 0. Try using 12. Also experiment with -1. I have found that the connector resets every once in a while with a 0. With 12 the connection doesn't reset but times out. I have heard that a -1

Re: sendRedirect() / forward() from frame to top window

2003-07-31 Thread Rick Roberts
Thanks for reply Yoav. Is there an HTML paramater (maybe META tag or something similar) that will tell the page to always be the _top frame? Or maybe a body onLoad() technique that I can use to force this page to always live in the top frame? I realize I'm getting a little off topic now. So;

RE: entity value for ? symbol

2003-07-31 Thread Shapira, Yoav
Howdy, Google is your friend: http://www.hclrss.demon.co.uk/demos/symbol.html (scroll down to Currency Symbols section) Yoav Shapira Millennium ChemInformatics -Original Message- From: Shanta B [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 12:31 PM To: Tomcat Users List

[OFF-TOPIC] RE: sendRedirect() / forward() from frame to top window

2003-07-31 Thread Shapira, Yoav
Howdy, Is there an HTML paramater (maybe META tag or something similar) that will tell the page to always be the _top frame? Or maybe a body onLoad() technique that I can use to force this page to always live in the top frame? Yes, frame-popping is pretty easy. A simple variant would be like:

RE: ANT tasks for management console

2003-07-31 Thread Derek Mahar
Any idea why the following Ant deploy task is not working for me? Software configuration: Microsoft Windows XP [Version 5.1.2600] Java 2 SDK 1.4.2 Apache Ant version 1.5.2 compiled on May 30 2003 Tomcat 5.0.5 Alpha !-- build.xml -- taskdef name=deploy

Re: [OFF-TOPIC] RE: sendRedirect() / forward() from frame to topwindow

2003-07-31 Thread Rick Roberts
Thanks again :) -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** - To unsubscribe, e-mail: [EMAIL

  1   2   >