Re: images not appearing

2003-07-08 Thread Yannick Monclin
is it a unix link for your images ? Mark Biciunas a écrit: I am deploying a test servlet on Tomcat 4.1.24. Everything works great, the servlet executes, I get results back at my browser, but none of the images show up. In conf/server.xml, I have added the following: In webapps

Re: OT Unsubscribing

2003-07-08 Thread Bill Barker
Ignore Mike. You have to reply to the response for the unsubscribe message for it to take effect. Because I'm in a particularly good mood tonight, and to show you why you have to reply to the unsubscribe message, I've just sent an unsubscribe request for the address that you posted this on. You

Custom Realm: How to access the LoginConfig of the current context.

2003-07-08 Thread Krause Karin
Hi, we are running Tomcat 4.1.24 and I try to implement a custom realm. Inside the realm I need access to the current context of my web app in order to get some information from the LoginConfig object. Is there a possibility to access this. I have seen that I can access the context in the authent

RE: OT Unsubscribing

2003-07-08 Thread mike jackson
Yes, committed for life. --mikej -=-- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Sandra Patricia Hunter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 9:36 PM > To: 'Tomcat Users List' > Subject: OT Unsubscribing > > This is mostly off topic, I have really

Re: [way - OT] oracle and utf8

2003-07-08 Thread Nikola Milutinovic
> My dba says that oracle's implementation of UTF-8 is a clusterf**k. I'm > wondering if he is going crazy. What exactly would that mean? My knowledgeof clusters is moderate, but I don't see what would ANY implementation of UTF-8 have to do with clusters or f**king :-). OTOH, Oracle IS a Leviat

OT Unsubscribing

2003-07-08 Thread Sandra Patricia Hunter
This is mostly off topic, I have really enjoyed and appreciated all the help I have received here but I am off to another project and this list gets a lot of mail. I have tried sending an email to the unsubscribe address several different ways and I have tried emailing the help address but I am sti

Re: SSL and URL rewriting problem

2003-07-08 Thread Bill Barker
This isn't supported in any currently released version of Tomcat (TC 3.3-TC5.0), for security reasons. "Mark Miller" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am working on a web application for which one form must be submitted > via HTTPS (while the rest of the application u

winXP configured tomcat4.1.16 not refreshing...?

2003-07-08 Thread Winston Wagner T Quesang
i installed tomcat4.1.24 in winXP w/ SP1 bt, it has error blabla.. so i installed the older one tomcat4.1.16, but it doesn't refreshing whatever i edit in my .jsp files... other than that it doesn't recognize new file (either .jsp or .html) created in the context/folder i created. w

Re: mod_webapp or mod_jk2

2003-07-08 Thread Bill Barker
I use mod_jk on my production servers. mod_jk2 has the best support for advanced features (e.g. jni-channel, uni-channel, regexp mapping). If you need them, then that is the only way to go (I don't need them, personally). There isn't much (if any) developer support currently for mod_webapp, so b

Re: Relative URL problem

2003-07-08 Thread Bill Barker
It would help to know your config. e.g. Both Apache and Tomcat will respond to a request for http://localhost:8080/myapp by sending a redirect to http://localhost:8080/myapp/ . "White, Joshua A (HTSC, CASD)" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I currently server my jsp f

Re: prompt for password at startup

2003-07-08 Thread Bill Barker
I assume you mean for things like the keystore password. In TC3.3 you can use the optional PasswordPrompter module. In TC 4.x and higher there is currently no built-in method to do this. However, (at least on *nix systems) you can configure your server.xml to have something like: keystorePa

mod_webapp or mod_jk2

2003-07-08 Thread tom
I am getting ready to deploy Tomcat and Apache in a production environment. What is the recommended way to go as far as the connectors go? mod_webapp, mod_jk2 or mod_jk? I have used mod_webapp in the past but was told that is not being used and that mod_jk2 is the way to go. I want to hear

RE: How do I determine sessions within Tomcat?

2003-07-08 Thread James Courtney
Mark, Another option is to write a callback class that is registered with each session using the HttpSessionBindingListener interface. Each time a session is destroyed, either explicitly by the user or implicitly by Tomcat (user just closed browser) then your widget should have its valu

RE: Apache Tomcat modjk2

2003-07-08 Thread James Courtney
Tom, I don't believe you need anything else in your httpd.conf. You should be able to configure mod_jk2 using workers2.properties (in your $APACHE_HOME/conf directory). See http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configweb.html for more information. Good luck! Jamey

Apache Tomcat modjk2

2003-07-08 Thread tom
Hello- I have successully compiled modjk2 with apache 2.0.4.6 and Tomcat 4.1.24. My question is now the configuration. I have in the httpd.conf: LoadModule jk2_module modules/mod_jk2.so What else do I need? Do I need to put: JkWorkersFile /usr/local/tomcat4/conf/workers.properties Jk

Re: TOMCAT with EJB??

2003-07-08 Thread Ray Hunter
On Mon, 2003-07-07 at 23:25, vipul viz wrote: > HI all > I am using Tomcat 4. as an application server but it > doesn't support EJB > could any one tell me which is the best EJB Server > available in the category of Open cource. > i have found 2-3 like Jboss,OpenEJB , Jonas. > but not sure which o

Help: can not build jk or jk2

2003-07-08 Thread Dumisani Nlebgwa
Hi again guys, okay so i did ./buidconf.sh hen i proceeded to do ./configure --with-apxs=/usr/sbin/apxs' Now when I go on to do 'make', i get a bunch of errors, here is a sample __ i386-redhat-linux-gcc: ../common/jk_ajp_commo

Re: prompt for password at startup

2003-07-08 Thread Tim Funk
http://www.onjava.com/lpt/a/1547 or google "tomcat embedding" -Tim Mark W. Webb wrote: what do you mean by "embedding" Tim Funk wrote: AFAIK, no Embedding tomcat would be the "simple" workaround. (But I have never embedded tomcat before) -Tim Mark W. Webb wrote: Is there an accepted way t

Re: cookie based session sharing among web apps

2003-07-08 Thread Johannes Fiala
Ooops - I over-read the comment regarding "solely with configuration" - well as Tim already pointed out the servlet spec doesn't permit it. You'll have to throw in some Java code to get things running, but finally it's possible to do it - you find a detailed how-to at the link I enclosed. Howev

Re: cookie based session sharing among web apps

2003-07-08 Thread Johannes Fiala
Yes, details: http://www.fwd.at/tomcat/sharing-session-data-howto.html (of course it's a workaround, but it works great with some restrictions regarding session serialization and clustering as I use a Context to store the shared session data; using a global cookie at root you can share one sess

Re: images not appearing

2003-07-08 Thread Mark Biciunas
Hi, SRV.11 does apply to the problem I am having of images not appearing and has taken my issue in a new direction. Stefan, you put me onto the right track - I have the servlet working properly and displaying the images the way it should (Kudo's for pointing out the obvious). What I have done i

Re: Tomcat servlet shutting down Tomcat

2003-07-08 Thread Robert Wray
Follow up: Tomcat will shutdown when it executes a servlet that tries to reference a jdbc jar file that isn't loaded at startup. Ensure you have your jdbc jar file in the WEB-INF/lib directory at startup. Date: Tue, 08 Jul 2003 11:21:56 -0600 To: Tomcat Users List <[EMAIL PROTECTED]> From: Rober

Re: images not appearing

2003-07-08 Thread Robert Wray
Chapter 11 of http://www.alexandria.ucsb.edu/dev/doc/java/servlet_2.3.pdf I don't see how this spec applies to this problem however. Can someone please post one specific example of how to reference a file of some sort that is being requested from a servlet. At 05:49 PM 08/07/2003 -0400, you wr

Retrieving a blob object?

2003-07-08 Thread Jose Euclides da Silva Junior - DATAPREVRJ
Hi friends, I would like to know what is fastest way to retrieve a blob object sent by a web form. Should i use Enumeration? Some examples would be welcome. Thanks in advance, Euclides. - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: images not appearing

2003-07-08 Thread Mark Biciunas
Hi, I changed webapps/helloworld/WEB-INF/web.xml to have a url pattern of /hello. I also changed conf/server.xml to set the Context path="/hello". When I go to my browser with http://192.168.1.3/hello, I get a directory listing for /. This is great because I can see the images directory (with my

RE: JDBC Realm Warning Message?

2003-07-08 Thread Mike Curwen
> -Original Message- > From: Rick Roberts [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 4:22 PM > To: Tomcat Users List > Subject: Re: JDBC Realm Warning Message? > > > Mike, > > Thanks a bunch!! > > I feel like I'm well on my way to figuring this out now. > > Where can I

Re: cookie based session sharing among web apps

2003-07-08 Thread Johannes Fiala
Ooops - I over-read the comment regarding "solely with configuration" - well as Tim already pointed out the servlet spec doesn't permit it. You'll have to throw in some Java code to get things running, but finally it's possible to do it - you find a detailed how-to at the link I enclosed. Howev

Re: problem going from 4.0.4 -> 4.1.24

2003-07-08 Thread Geralyn M Hollerman
Geralyn M Hollerman wrote: > > I am trying to migrate my applications from using Tomcat 4.0.4 to using > Tomcat 4.1.24; I *thought* I had everything configured correctly so the > behavior on 4.1.24 would be the same as on 4.0.4, but that's not what > I'm seeing. There aren't any errors in any of t

Re: JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
Mike, Thanks a bunch!! I feel like I'm well on my way to figuring this out now. Where can I find the DTDs and the servlet API? > Sorry, can't say. It looks about right, but if I'm doing > container-managed, I usually just do Basic AUTH. (which throws the > OS-based dialog box). I can't stand B

RE: JDBC Realm Warning Message?

2003-07-08 Thread Mike Curwen
> -Original Message- > From: Rick Roberts [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 3:59 PM > To: Tomcat Users List > Subject: Re: JDBC Realm Warning Message? > > > OK. The error message is gone now! Thanks. > It took me a few tries to figure out where the > "" needed

RE: images not appearing

2003-07-08 Thread Robert Wray
I have the following in my server.xml file: and http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html says that "webapps" (relative to my $CATALINA_HOME directory) is the base directory of my applications http://jakarta.apache.org/tomcat/tomcat-4.1

RE: JDBC Realm Warning Message?

2003-07-08 Thread Mike Curwen
quickly: no. that's the memoryrealm > -Original Message- > From: Rick Roberts [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 4:04 PM > To: Tomcat Users List > Subject: Re: JDBC Realm Warning Message? > > > Oh! One other question. > > Does the "tomcat-users.xml" file have anyt

Re: JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
Oh! One other question. Does the "tomcat-users.xml" file have anything to do with setting up a JDBC Realm? -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** --

Re: cookie based session sharing among web apps

2003-07-08 Thread Johannes Fiala
Yes, details: http://www.fwd.at/tomcat/sharing-session-data-howto.html (of course it's a workaround, but it works great with some restrictions regarding session serialization and clustering as I use a Context to store the shared session data; using a global cookie at root you can share one sess

Re: JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
OK. The error message is gone now! Thanks. It took me a few tries to figure out where the "" needed to go but finally found it by trial and error. STILL GETTING THIS ERROR THO: "No Realm has been configured to authenticate against" If I comment out the "UserDatabaseRealm", then I get the error, I

RE: concurrent users

2003-07-08 Thread Vijay Kandy
Thank you Jamey. -Vijay -Original Message- From: James Courtney [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 3:48 PM To: Tomcat Users List Subject:RE: concurrent users Yes. acceptCount is the number of connections to queue or block on in excess of those being

RE: concurrent users

2003-07-08 Thread James Courtney
Yes. acceptCount is the number of connections to queue or block on in excess of those being handled by the pool of size maxProcessors. Jamey -Original Message- From: Vijay Kandy [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 1:40 PM To: 'Tomcat Users List' Subject: concurrent us

concurrent users

2003-07-08 Thread Vijay Kandy
Hello, Is there a way to specify how many concurrent requests Tomcat can handle? Is maxProcessors attribute in server.xml for this purpose? Thank you, Vijay - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: images not appearing

2003-07-08 Thread Stefan Radzom
> -Original Message- > In webapps/hello/WEB-INF/web.xml, I have the following: > > > ... > > helloworld > helloworld.Hello > > > > helloworld > / > > > > > You are trying to map every

Re: Mod_jk with apxs

2003-07-08 Thread John Turner
You have it, its part of the Apache distribution. You just need to find it and use the appropriate path. It might be an additional RPM, such as "httpd-devel" or whatever, in addition to "httpd". John On Tue, 8 Jul 2003 16:34:20 -0400 (EDT), Dumisani Nlebgwa <[EMAIL PROTECTED]> wrote: Hi guy

Re: performance

2003-07-08 Thread Johannes Fiala
Hi Mark, *) One BIG performance improvement is to use a Filter to ZIP your HttpServletResponses. You can find a good example with TC 4.1.24 in the examples (compressionFilters). You can save lot's of network bandwidth and increase the server throughput (e.g. 200KB page size gets compressed to 1

RE: prompt for password at startup

2003-07-08 Thread Mike Curwen
I guess I'm thinking of an environment where only certain people are allowed to start Tomcat, and also, where Tomcat is seen as a system-level service. Like a web server or cron or sendmail. As opposed to 'my app is servlet-based and I want a single instance of Tomcat to run my app all by itself

Re: Mod_jk with apxs

2003-07-08 Thread Eric J. Pinnell
Install 2.0.46 from source... :) -e On Tue, 8 Jul 2003, Dumisani Nlebgwa wrote: > Hi guys, > I am using apache 2.0.40 that came with my redhat distribution and I am > trying to make my mod_jk from source. Apparently I have to do > './configure --with-apxs=path_to_apxs' > However, my problem is

Re: images not appearing

2003-07-08 Thread Mark Biciunas
Hi, I just tried typing http://192.168.1.4/images/tomcat.gif and got the usual helloworld html page back (still without images). I am not sure if this is where the problem is. What I need to do is have all requests get processed by my servlet and have it return the appropriate information (the '

Re: How do I determine sessions within Tomcat?

2003-07-08 Thread Mark W. Webb
All you need is the following in your context's web.xml file : my.own.SessionListener there should be an example in the examples context. That is where I got mine from Turansky, Mark wrote: ok, I see th session listener interface in the javadocs as well as the session event class. an

MSQL (Microsoft SQL Server 2000) and JNDI

2003-07-08 Thread Jeff Cummings
I am try to setup a JNDI datasource. This is the exerp from my context. I store app context in $CATILINA_HOME/webapp/myapp.xml file

Mod_jk with apxs

2003-07-08 Thread Dumisani Nlebgwa
Hi guys, I am using apache 2.0.40 that came with my redhat distribution and I am trying to make my mod_jk from source. Apparently I have to do './configure --with-apxs=path_to_apxs' However, my problem is that I do not appear to have apxs. Is that a problem, what should I do?

Re: prompt for password at startup

2003-07-08 Thread Eric J. Pinnell
Well, if the tomcat user (Unix) is the only one that can start tomcat they have to have a password to login in the first place... right? root should be able to do anything... so that's a special case. -e On Tue, 8 Jul 2003, Mark W. Webb wrote: > Is there an accepted way to prompt for a password

RE: images not appearing

2003-07-08 Thread Robert Wray
It seems that the problem I was having in another thread is partially related to this and I' would like to know how to fix it. It seems that with the current setup I have, the files (in this case an image file) is being referred to the base OS directory, (in my case c:\). So for my installation

RE: How do I determine sessions within Tomcat?

2003-07-08 Thread Turansky, Mark
ok, I see th session listener interface in the javadocs as well as the session event class. any advice regarding *how* I plug it into tomcat? Is your method a standard J2EE solution or will this be Tomcat specific? thanks for the quick reply, mark -Original Message- From: Mark W. Web

Re: tomcat manager app

2003-07-08 Thread Erik Weibust
Well, I have no problem using the admin tool. Could there be anything else causing this? Erik --- sander-martijn <[EMAIL PROTECTED]> wrote: > my guess is that your browser isn't accepting the > cookie - either > because of how your cookie settings are set or > because of a bug in the > browser.

Re: How do I determine sessions within Tomcat?

2003-07-08 Thread Mark W. Webb
you would probably want to write a SessionListener, and plug it into tomcat. Turansky, Mark wrote: I am required to track users and their sessions in my web application. Is there a way to access all the sessions currently held in server memory? My application is tracking users in a database tab

Re: prompt for password at startup

2003-07-08 Thread Mark W. Webb
how would this be handled at the OS level? Mike Curwen wrote: can that not be handled at an OS level? -Original Message- From: Mark W. Webb [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 3:23 PM To: [EMAIL PROTECTED] Subject: prompt for password at startup Is there an acce

How do I determine sessions within Tomcat?

2003-07-08 Thread Turansky, Mark
I am required to track users and their sessions in my web application. Is there a way to access all the sessions currently held in server memory? My application is tracking users in a database table. Upon login, I log the session id along with a timestamp and other pertinent information. If t

Re: prompt for password at startup

2003-07-08 Thread Mark W. Webb
what do you mean by "embedding" Tim Funk wrote: AFAIK, no Embedding tomcat would be the "simple" workaround. (But I have never embedded tomcat before) -Tim Mark W. Webb wrote: Is there an accepted way to prompt for a password upon startup of tomcat? thanks -

RE: prompt for password at startup

2003-07-08 Thread Mike Curwen
can that not be handled at an OS level? > -Original Message- > From: Mark W. Webb [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 3:23 PM > To: [EMAIL PROTECTED] > Subject: prompt for password at startup > > > Is there an accepted way to prompt for a password upon > startup

Re: prompt for password at startup

2003-07-08 Thread Tim Funk
AFAIK, no Embedding tomcat would be the "simple" workaround. (But I have never embedded tomcat before) -Tim Mark W. Webb wrote: Is there an accepted way to prompt for a password upon startup of tomcat? thanks - To unsubsc

MSQL and JDNI

2003-07-08 Thread Jeff Cummings
I am try to setup a JDNI datasource. This is the exerp from my context. I store app context in $CATILINA_HOME/webapp/myapp.xml file

prompt for password at startup

2003-07-08 Thread Mark W. Webb
Is there an accepted way to prompt for a password upon startup of tomcat? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SSL and URL rewriting problem

2003-07-08 Thread Mark W. Webb
I am using 4.1.24 using mutually authenticated SSL, and having no problems with URL re-writing Mark Miller wrote: I am working on a web application for which one form must be submitted via HTTPS (while the rest of the application uses HTTP). When that one form is submitted (and URL rewriting

RE: images not appearing

2003-07-08 Thread Januski, Ken
What happens if you type in browser: "http://helloworld/images/specificImage.jpg"; or whatever the name of your specific image is? -Original Message- From: Mark Biciunas [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 4:08 PM To: Tomcat Users List Subject: Re: images not appearing

Re: images not appearing

2003-07-08 Thread Yann Cébron
"Robert Wray" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Is capitalization important? docbase instead of docBase? > Yeah, it is (welcome to the world of XML ;-) ) see http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html HTH, Yann > At 03:09 PM 08/07/

Re: images not appearing

2003-07-08 Thread Mark Biciunas
Again, I have a transcription error. In server.xml, it is actually "docBase" so that shouldn't be the problem. Mark Biciunas [EMAIL PROTECTED] - Original Message - From: "Robert Wray" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 08, 2003 3:58 PM Su

Re: images not appearing

2003-07-08 Thread Robert Wray
Is capitalization important? docbase instead of docBase? At 03:09 PM 08/07/2003 -0400, you wrote: I am deploying a test servlet on Tomcat 4.1.24. Everything works great, the servlet executes, I get results back at my browser, but none of the images show up. In conf/server.xml, I have added the fo

Re: images not appearing

2003-07-08 Thread Mark Biciunas
Hi, My appologies for bad typing (I am transcribing from my text box). The webapp is in fact in "webapps/helloworld". And the images are in the images directory (as per a previous response). BTW, the application does run, I do get results back, it just can't display any images!!! I have set up

Re: tomcat manager app

2003-07-08 Thread sander-martijn
my guess is that your browser isn't accepting the cookie - either because of how your cookie settings are set or because of a bug in the browser. I use Mozilla 1.4 and can log into the manager and admin apps on my server without a problem. .sander { Erik Weibust was saying

RE: performance

2003-07-08 Thread Reynir Hübner
Works fine for me... :/ > -Original Message- > From: Pitre, Russell [mailto:[EMAIL PROTECTED] > Sent: 8. júlí 2003 19:31 > To: Tomcat Users List > Subject: RE: performance > > > I think the link may be broken.I couldn't connect > > > Russ > > -Original Message- > From: R

RE: images not appearing

2003-07-08 Thread Stefan Radzom
> > In conf/server.xml, I have added the following: > > >prefix="localhost_helloworld_log." suffix=".txt" > timestamp="true"/> > > In server.xml you specified the docbase to be "helloworld". Make sure your webapp is placed in "web

RE: performance

2003-07-08 Thread Pitre, Russell
I think the link may be broken.I couldn't connect Russ -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 3:23 PM To: Tomcat Users List Subject: RE: performance Hi, I suggest a good reading of the webpage : http://www.javaperformancetu

RE: performance

2003-07-08 Thread Reynir Hübner
Hi, I suggest a good reading of the webpage : http://www.javaperformancetuning.com/tips/j2ee_srvlt.shtml -reynir. > -Original Message- > From: Mark F [mailto:[EMAIL PROTECTED] > Sent: 8. júlí 2003 18:35 > To: Tomcat Users List > Subject: performance > > > Running Tomcat 4.0.6 on So

Re: JDBC Realm Warning Message?

2003-07-08 Thread sander-martijn
the tomcat user/role gets configured in a flat file called tomcat-users.xml which lives in your tomcat directory. the tomcat user loads the file as a JNDI resource by having the following directive in the server context of server.xml: factory org.apache.c

SSL and URL rewriting problem

2003-07-08 Thread Mark Miller
I am working on a web application for which one form must be submitted via HTTPS (while the rest of the application uses HTTP). When that one form is submitted (and URL rewriting is used for session tracking), the URL is not encoded, and the session does not survive. I have done much googling

Re: images not appearing

2003-07-08 Thread Mark Biciunas
Hi, The directory name is "images", which matches up with how it is called in the program. Mark Biciunas Agorex Inc (905) 274-6785 [EMAIL PROTECTED] - Original Message - From: "RANDAD,KAILASH (HP-PaloAlto,ex1)" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesda

tomcat manager app

2003-07-08 Thread Erik Weibust
I sent this email about 4 hours ago and never got a response. Is this covered in a FAQ somewhere? Erik --- I am unable to login to the tomcat manager app with MozFirebird browser. I added a user with the manager role to tomcat-users.xml. And the what

sharing objects betweeen different contexts (Long)

2003-07-08 Thread laurent marot
Hi all, I'm trying to create an object in a Jsp page in an application named AppA and get it back in another page in AppB. When i made a test with String="my data to share" everything works properly but when i try to create a User Objets (simple java class in MyPackage package) i get a Cast Exc

RE: images not appearing

2003-07-08 Thread RANDAD,KAILASH (HP-PaloAlto,ex1)
HI "The image directory has been created in webapps/hello".. is the directory name "image" or "images"? Pls check... -Original Message- From: Mark Biciunas [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 12:09 PM To: [EMAIL PROTECTED] Subject: images not appearing I am deploying a

Re: Simple question on building mod_jk

2003-07-08 Thread John Turner
Run buildconf.sh. John On Tue, 8 Jul 2003 15:13:40 -0400 (EDT), Dumisani Nlebgwa <[EMAIL PROTECTED]> wrote: hey guys i am attempting to build mod)jk from source, so I just downloaded jakarta-tomcat-connectors-jk-1.2.4-src.tar.gz I just unzipped it, and I guess the next step is doing the ./conf

RE: sharing objects betweeen different contexts (Long)

2003-07-08 Thread RANDAD,KAILASH (HP-PaloAlto,ex1)
Hi Different web applications will get loaded from different class loader, so you are getting this exception. Regards KP -Original Message- From: laurent marot [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 12:12 PM To: Tomcat Users List Subject: sharing objects betweeen different

Simple question on building mod_jk

2003-07-08 Thread Dumisani Nlebgwa
hey guys i am attempting to build mod)jk from source, so I just downloaded jakarta-tomcat-connectors-jk-1.2.4-src.tar.gz I just unzipped it, and I guess the next step is doing the ./configure command but i can't find that in the uzipped directory and the readme doesn't seem to help me that much. Am

sharing objects betweeen different contexts (Long)

2003-07-08 Thread laurent marot
Hi all,I'm trying to create an object in a Jsp page in an application named AppA and get it back in another page in AppB.When i made a test with String="my data to share" everything works properly but when i try to create a User Objets (simple java class in MyPackage package) i get a Cast Exception

images not appearing

2003-07-08 Thread Mark Biciunas
I am deploying a test servlet on Tomcat 4.1.24. Everything works great, the servlet executes, I get results back at my browser, but none of the images show up. In conf/server.xml, I have added the following: In webapps/hello/WEB-INF/web.xml, I have the following:

Re: performance

2003-07-08 Thread Eric J. Pinnell
Yup, upgrade. Then tune solaris (/etc/system) and the TCP settings via ndd. The TCP stuff makes a world of difference. Then make sure your developers use some kind of profiling tool to tune their code. -e On Tue, 8 Jul 2003, Tim Funk wrote: > Easiest performance improvement, upgrade to 4.1.24

[way - OT] oracle and utf8

2003-07-08 Thread Tim Funk
My dba says that oracle's implementation of UTF-8 is a clusterf**k. I'm wondering if he is going crazy. Email me in private if you have any opinions. (good or bad) If anyone is interested in a summary - I can post it. (if I get any responses) -Tim --

Re: I can no longer start TC from W2k Start Menu

2003-07-08 Thread ThePrahs
No, TC is not(or won't be) already running when I try to start it from W2k Start Menu. Might have to do with a package which either  not there or conflicting the TC's start-up process. What is missing or conflicting is what I can not figure out - the logs don't say say anything either. Anyway

RE: JDBC Realm Warning Message?

2003-07-08 Thread Mike Curwen
Reply inlined > -Original Message- > From: Rick Roberts [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 1:51 PM > To: Tomcat Users List > Subject: Re: JDBC Realm Warning Message? > > > Rick Roberts wrote: > > Thanks for reply Mike. > > > > After thinkin about this message

Re: performance

2003-07-08 Thread Tim Funk
Easiest performance improvement, upgrade to 4.1.24. -Tim Mark F wrote: Running Tomcat 4.0.6 on Solaris 8 Interested in improving performance, any tips or information would be appreciated. Also any tips or information on exactly how to use JSPC to improve performance would be great. I've found

Re: JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
Rick Roberts wrote: Thanks for reply Mike. After thinkin about this message some more; I think that the reason I am getting this message is because I still have not successfully created a JDBC Realm. I'm thinking that the Roles are defined in the database that I'm not corectly reading yet. Ot

Re: Do the Webap support SSL ?

2003-07-08 Thread Rick Roberts
I could never get the Warp Connector to work. But, mod_jk2 and SSL are working fine; so far. -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** ---

performance

2003-07-08 Thread Mark F
Running Tomcat 4.0.6 on Solaris 8 Interested in improving performance, any tips or information would be appreciated. Also any tips or information on exactly how to use JSPC to improve performance would be great. I've found a lot by searching but I don't exactly know how to use what I've found

Re: One servlet or many...

2003-07-08 Thread Rick Roberts
Smaller is (usually) better. If your not already familiar with Model-1 / Model-2 style applications, then I suggest that you do a little reasearch on MVC (Model-View-Controller). Nick Stuart wrote: Is it better to have one big servlet or a couple of smaller ones? Right now all my request are ba

RE: Tomcat on windows 98

2003-07-08 Thread GVS Srinivas
Thanks a lot .that is really useful. Cheers GVS -Original Message- From: Pavan Kumar Basa [mailto:[EMAIL PROTECTED] Sent: 08 July 2003 14:06 To: Tomcat Users List Subject:Re: Tomcat on windows 98 Hello sirnivas, i am sending it again 1.. Install the JDK. Make sure you

Re: problem: add in httpd.conf :mod_jk2.so

2003-07-08 Thread John Turner
Ditto. John On Tue, 8 Jul 2003 12:57:17 -0400 (EDT), Eric J. Pinnell <[EMAIL PROTECTED]> wrote: Hi, in httpd.conf make sure you have LoadModule jk2_module modules/mod_jk2.so I think you have jk_module in their now. -e On Tue, 8 Jul 2003, Gianni Martiradonna wrote: hi When is start apache

Re: JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
Thanks for reply Mike. After thinkin about this message some more; I think that the reason I am getting this message is because I still have not successfully created a JDBC Realm. I'm thinking that the Roles are defined in the database that I'm not corectly reading yet. -- ***

RE: JDBCRealm first try

2003-07-08 Thread Mike Curwen
Have you read my reply in your other thread ? > -Original Message- > From: Rick Roberts [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 1:04 PM > To: Tomcat Users List > Subject: Re: JDBCRealm first try > > > Still haven't figured it out. > Can anyone help? > > Thanks, > -- >

Re: JDBCRealm first try

2003-07-08 Thread Rick Roberts
Still haven't figured it out. Can anyone help? Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** -

Re: variable out may not have been initialised

2003-07-08 Thread Maurice Coyle - Sun Microsystems Ireland
Yes, i know this, thanks. The thing is that the actual files themselves aren't overly complex (i should have been more clear on that), there's just a lot going on with includes etc. it's not a code bug as such, since the files will compile if i load them first. so for instance, i might have 6

help - problem loading classes on startup

2003-07-08 Thread Mark W. Webb
If anyone could help me out, it would be greatly appreciated. I have been working this issue for 2 weeks and cannot figure out what the problem is. Thank you. Mark W. Webb wrote: I have wrote a C program that starts up tomcat using the Invocation API. The reason for this is so that I can

Re: Anyone seen this error before?

2003-07-08 Thread Eric J. Pinnell
I gotta dig around for the code. I'm on the admin side. It seems to only happen in one spot. We got four of these errors within 20 minutes of each other. Before and after that 20 minute period, nada. The ongoing "it's the code" vs. "it's the configuration" war is going on. I had a feeling it w

RMI-IIOP on Tomcat

2003-07-08 Thread Sanjay
I am trying to set a RMI-IIOP server on Tomcat. Getting some issues. MY RMI Server works fine if I start it standalone- without Tomcat. I think have been able to set security codebase etc correctly. Environment : Tomcat 4.1, Win NT4, JDK1.4.1 I have issues when I start the RMIServer in Tomcat. I

Re: Anyone seen this error before?

2003-07-08 Thread Lukas Bradley
I think the problem is much simpler. Sounds like a JSP is attempting to access something (like myHashMap.get(null) ) and the NPE is being thrown up to Tomcat. How about some code? This only happening in one spot? Lukas "Eric J. Pinnell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTE

  1   2   >