RE: apache virtual hosting + server.xml + context

2005-10-12 Thread Caldarale, Charles R
> From: sudip shrestha [mailto:[EMAIL PROTECTED] > Subject: Re: apache virtual hosting + server.xml + context > > We are having the similar problem, > but if we place context in server.xml, ( I also have a > META-INF/context.xml > ) and as we are using dbcp connection po

Re: Getting Apache2 forwarding to tomcat5

2005-10-12 Thread Dan Chesmore
Thank you very much. That did the trick. On Tue, 2005-10-11 at 16:58 -0700, Lyndon Tiu wrote: > Hello, > > > 1) It is recommended to use mod_jk version 1 as version 2 is deprecated and > anything that is new in version 2 has been rolled into version 1. > > > 2) All you need is this in server

Re: apache virtual hosting + server.xml + context

2005-10-12 Thread sudip shrestha
We are having the similar problem, but if we place context in server.xml, ( I also have a META-INF/context.xml ) and as we are using dbcp connection pool, and it seems that tomcat initializes those pool twice On 10/7/05, gianni dalmasso <[EMAIL PROTECTED]> wrote: > > hi list, i have a problem.

Re: where is a text/html;charset= ?

2005-10-12 Thread Mark
Thanks Jon, text/html;charset= is not there yet... Here what I've got: HTTP/1.1 200 OK Set-Cookie: JSESSIONID=95EA4260325D4C1FCBF8196773A4BED3; Path=/ Content-Length: 478 Date: Wed, 12 Oct 2005 20:34:37 GMT Server: Apache-Coyote/1.1 Connection: close Hello Test4 Mark. --- Jon Wingfield

Re: Newbee question on servlet and html - Really frustated with this problem.

2005-10-12 Thread Developer Developer
thanks everybody. I could solve the problem. There was a typo in my response text. When I changed the following line response.setContentType("test/html"); with response.setContentType("text/html"); It jus worked like a charm. thanks ! On 10/10/05, Developer Developer <[EMAIL PROTECTED]> wr

Re: Tomcat 5.5.12 and user-agent header

2005-10-12 Thread Jess Holle
Richard Mixon wrote: Have not tried it with Apache/mod_jk in front - just with Tomcat and accessing it as http://computername:8080/stars/HomePage.do . Not sure of your drift. Are you just looking for another date point (that's good) - or is there some implication as to how user-agent headers wo

RE: Tomcat 5.5.12 and user-agent header

2005-10-12 Thread Richard Mixon
omcat standalone? Thank you - Richard -Original Message- From: Jess Holle [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 10:00 AM To: Tomcat Users List Subject: Re: Tomcat 5.5.12 and user-agent header Does this only occur when connecting directly to Tomcat or is it also an issue

Re: where is a text/html;charset= ?

2005-10-12 Thread Jon Wingfield
You need to submit a valid HTTP request. Yours doesn't have the version at the end of the request line. Try: GET / HTTP/1.0 (Thats a two linefeeds: one marking the end of the request line and one blank line indiating the end of the http headers) You should then see the HTTP response, header

Re: Tomcat 5.5.12 and user-agent header

2005-10-12 Thread Jess Holle
ing: chunked Date: Wed, 12 Oct 2005 16:33:52 GMT Connection: close -- -Original Message- From: Richard Mixon [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 12:45 AM To: 'Tomcat Users List' Subject: RE: Tomcat 5.5.12 and user-agent header Mark, Thanks - should have tho

RE: Tomcat 5.5.12 and user-agent header

2005-10-12 Thread Richard Mixon
TED] Sent: Wednesday, October 12, 2005 12:45 AM To: 'Tomcat Users List' Subject: RE: Tomcat 5.5.12 and user-agent header Mark, Thanks - should have thought of that first. Now that I turned on LiveHTTPHeaders, I cannot get it to fail. I was able to do this consistently before. Just to

RE: serving content from outside the context

2005-10-12 Thread John Laughton
rk as well. Arup -Original Message- From: Darryl L. Miles [mailto:[EMAIL PROTECTED] Sent: 12 October 2005 09:59 To: Tomcat Users List Subject: Re: serving content from outside the context John Laughton wrote: > Hi, I hope this is the right mailing list for this question > > I am usin

RE: Q:how to remove charset from HTTP responce to allow browser use a browser selected charset?

2005-10-12 Thread Mark
UTF-8 > -DjavaEncoding=UTF-8 > > Not sure if this is relevant, but hope it helps, > > Rick > > -Original Message- > From: Mark [mailto:[EMAIL PROTECTED] > Posted At: Thursday, October 06, 2005 12:13 PM > Posted To: Tomcat Dev > Conversation: Q:how to remove ch

Re: filter: How to set browser encoding?

2005-10-12 Thread Frank W. Zammetti
Mark, have a look here: http://javawebparts.sourceforge.net/javadocs/javawebparts/filter/CharacterEncodingFilter.html Just added that to JWP last weekend :) It essentially calls request.setCharacterEncoding() with whatever you configure. (Oops... ignore the description of the encodingScheme par

Re: dynamical class loading

2005-10-12 Thread David Delbecq
Allistair Crossley a écrit : >>Thrust me, when dynamically classloading, half of code breaks >> >> > ^^ >*rotfl* this has made my afternoon > > > > Nice one indeed :D - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

RE: dynamical class loading

2005-10-12 Thread Allistair Crossley
> Thrust me, when dynamically classloading, half of code breaks ^^ *rotfl* this has made my afternoon --- QAS Ltd. Registered in England: No 2582055 Registered in Australia: No 082 851 474 ---

Re: dynamical class loading

2005-10-12 Thread David Delbecq
Hi, I used dynamic class reloading on a commercial J2EE server and, believe me, it brings far more problems than it solves. First, when you dynamically reload a class here is what can happen: webapp start under classloader instance x webapp instanciate class A and store in session session.setAtt

RE: Illegal Field Name Error

2005-10-12 Thread Raghupathy,Gurumoorthy
Can you prove me the action registration.RegistrationTypeAction as well ? -Original Message- From: Asad Habib [mailto:[EMAIL PROTECTED] Sent: 12 October 2005 12:42 To: Raghupathy,Gurumoorthy Cc: [EMAIL PROTECTED]; 'Tomcat Users List' Subject: RE: Illegal Field Name Error He

RE: Illegal Field Name Error

2005-10-12 Thread Asad Habib
Hello, below I have provided the struts configuration file: http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd";> I am new to Struts so perhaps I overlooked something. Also, Anto, thanks for your input. I flushed the .class files and

RE: Tomcat on Windows: advantages of running as a service?

2005-10-12 Thread Dale, Matt
:[EMAIL PROTECTED] Sent: 12 October 2005 12:12 To: Tomcat Users List Subject: Re: Tomcat on Windows: advantages of running as a service? The "net start " and "net stop " commands will allow you to stop and start Windows services from the command line (and thus from a batch scrip

Re: Tomcat on Windows: advantages of running as a service?

2005-10-12 Thread Ben Souther
The "net start " and "net stop " commands will allow you to stop and start Windows services from the command line (and thus from a batch script). You can get the service name from the "Services" property window. On Wed, 2005-10-12 at 06:18, Tom Burke wrote: > I'm running Tomcat 5.0.28 on a

RE: Tomcat on Windows: advantages of running as a service?

2005-10-12 Thread Peter Crowther
> From: Tom Burke [mailto:[EMAIL PROTECTED] > Sent: 12 October 2005 11:18 > To: Tomcat Users List > Subject: Tomcat on Windows: advantages of running as a service? > > I'm running Tomcat 5.0.28 on a Windows 2003 server, and I need to > automatically shut it down & restart it. One way is to contr

Re: connection timeout reached JK IsapiRedirect.dll

2005-10-12 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ah sorry, I mean IIS 6 (the newest one). - -reynir Reynir Hubner wrote: > Hi, I'm using tomcat 4.1.x and Coyote JK connector, with IIS 5. I > just updated to isapi_redirect-1.2.14.dll. > > I did that because I've been getting alot of those error me

RE: serving content from outside the context

2005-10-12 Thread Arup Vidyerthy
Arup -Original Message- From: Darryl L. Miles [mailto:[EMAIL PROTECTED] Sent: 12 October 2005 09:59 To: Tomcat Users List Subject: Re: serving content from outside the context John Laughton wrote: > Hi, I hope this is the right mailing list for this question > > I am using tomcat 5.0

RE: dynamical class loading

2005-10-12 Thread dumbQuestionsAsker _
Thank you for your answer. You told me that it has more to deal with JVM, I tried using a URLClassLoader unsuccessfully, that's why I asked. Have a nice day(or night). @++ From: "Allistair Crossley" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: &

Re: More helpful reporting of exceptions in JSPs

2005-10-12 Thread Darryl L. Miles
Tim Fennell wrote: I've posted my patch for Jasper/Tomcat at the following location: http://www.tfenne.com/jasper/ The page has a brief overview, a download link and "before and after" screenshots so you can get an idea for what exactly the patch does before you decide to patch your ow

Re: serving content from outside the context

2005-10-12 Thread Darryl L. Miles
John Laughton wrote: Hi, I hope this is the right mailing list for this question I am using tomcat 5.0.28 I have a simple web app and want to serve up some images in the jsp pages, but the images are outside the context The HTTP statement looks like The web app is under /usr/local/tomcat

RE: dynamical class loading

2005-10-12 Thread Allistair Crossley
this is a complex answer that *probably* only the Tomcat devs can answer of someone knowledgable about the JVM and class loaders, so don't expect too many users to answer. i believe from my limited knowledge that you cannot reload single classes in a tomcat web application as a whole class loa

RE: Tomcat 5.5.12 and user-agent header

2005-10-12 Thread Richard Mixon
homas [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 6:14 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Tomcat 5.5.12 and user-agent header Have you looked at the headers between Tomcat and your UA? Is your UA actually sending the UA header? If it is then it looks

RE: Getting Apache2 forwarding to tomcat5

2005-10-12 Thread Richard Mixon
I believe that SuSE does not supply JK2, but only JK. And as another poster said, JK2 is now deprecated. I got the RPM "apache2-jakarta-tomcat-connectors" working pretty easily as I remember. I moved from the RPM to a newer compiled version of JK version 1.2.14 a couple of months ago to get newer

Re: newbee question on servlet and html

2005-10-11 Thread Anto Paul
On 10/11/05, Developer Developer <[EMAIL PROTECTED]> wrote: > I wrote my first html and servlet and deployed it on tomcat 5.5. The html > works okay when i call it from the browser. The servlet too works okay when > i call its doget() method by invoking it from the browser. EG:. > http://localhost:

Re: Example build.xml error?

2005-10-11 Thread Anto Paul
On 10/10/05, René Schade <[EMAIL PROTECTED]> wrote: > Hi List, > > Starting a new project, I deceided to move to Tomcat 5.5. > > In the "Application Developer's Guide" > > http://jakarta.apache.org/tomcat/tomcat-5.5-doc/appdev/index.html > > There is an example build.xml file for installing & reloa

Re: Illegal Field Name Error

2005-10-11 Thread Anto Paul
On 10/10/05, Asad Habib <[EMAIL PROTECTED]> wrote: > I am receiving the following error when trying to run a Struts > application. I checked and it seems that I do have all of the appropriate > jar files installed. But for some reason, the Action class is not being > recognized. Any help would be g

RE: Mod_jk + Apache on RHEL3 gives 503 for jsp only

2005-10-11 Thread Mark Eggers
Here's a quick writeup. This is going to be a long reply, and I hope it will be useful. I am using Fedora Core 4 as a model. I hope it will be close enough to RHEL 3 to be useful. You may have to change paths in order to correspond to your environment. First of all, my environment: Hardware/O

RE: Tomcat 5.5.12 and user-agent header

2005-10-11 Thread Mark Thomas
of Axis. Mark > -Original Message- > From: Richard Mixon [mailto:[EMAIL PROTECTED] > Sent: Monday, October 10, 2005 12:00 AM > To: 'Tomcat Users List' > Subject: RE: Tomcat 5.5.12 and user-agent header > > Leon, > > Thank you for the test - but I

Re: More helpful reporting of exceptions in JSPs

2005-10-11 Thread Tim Fennell
Hi All, I've posted my patch for Jasper/Tomcat at the following location: http://www.tfenne.com/jasper/ The page has a brief overview, a download link and "before and after" screenshots so you can get an idea for what exactly the patch does before you decide to patch your own environmen

Re: silent install of Tomcat

2005-10-11 Thread krux mania
Sounds like you are using Windows? Yes i am using windows. On my Linux boxes I installed quite silently using rpm and no questions to be answered.. But you could use the tarball/zip for it. I'll try this, thanks. vivek - Yahoo! Music

RE: silent install of Tomcat

2005-10-11 Thread krux mania
Thanks Mauricio, I'll follow this and get back. pareeja "Mauricio Fernandez A." <[EMAIL PROTECTED]> wrote: Maybe you can try with the .zip distribution if your so is Windows or .tar.gz if Linux or whatever you want/need from http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi If you d

Re: Getting Apache2 forwarding to tomcat5

2005-10-11 Thread Lyndon Tiu
Hello, 1) It is recommended to use mod_jk version 1 as version 2 is deprecated and anything that is new in version 2 has been rolled into version 1. 2) All you need is this in server.xml: You may comment out the sections about 8080 and 8443 as apache talks to tomcat through 800

RE: Hijacking the coyote connector

2005-10-11 Thread Caldarale, Charles R
> From: Dobbins, Michael G [mailto:[EMAIL PROTECTED] > Subject: Hijacking the coyote connector > > My next attempt, I repackaged our connector to replace the > org.apache.catalina.connector package and put that in the > -Xbootclasspath I don't think that's the right place. -Xbootclasspath shoul

RE: Tomcat 5.5.9 bugs?

2005-10-11 Thread Niels Beekman
Hi, Related to the Dreamweaver-issue: I have this problem too, after some debugging I found that Dreamweaver does not correctly update the lastmodified-timestamp on JSP-files when putting them on the server, which obviously fools the JSP-compiler into thinking that nothing has changed. This

RE: tomcat 3.2.4

2005-10-11 Thread GB Developer
http://archive.apache.org/dist/jakarta/tomcat-3/archive/v3.2.4/ > -Original Message- > From: Steve Souza [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 11, 2005 3:18 PM > To: Tomcat Users List > Subject: tomcat 3.2.4 > > > Hi folks, > > The question is simple - we'd like to get th

Re: tomcat 3.2.4

2005-10-11 Thread Glen Mazza
http://jakarta.apache.org/tomcat/tomcat-3.2-doc/index.html should be 3.2.4. Glen Steve Souza wrote: Hi folks, I'm new to the list, so I apologize in advance for any faux pas I may commit here! The question is simple - we'd like to get the 3.2.4 release of Tomcat, but do not see a download lin

RE: Mod_jk + Apache on RHEL3 gives 503 for jsp only

2005-10-11 Thread [EMAIL PROTECTED]
anges." Can you give me an example of this? -Original Message- From: Mark Eggers [mailto:[EMAIL PROTECTED] Sent: Thursday, October 06, 2005 10:54 PM To: Tomcat Users List Subject: Re: Mod_jk + Apache on RHEL3 gives 503 for jsp only --- "[EMAIL PROTECTED]" <[EMAIL PROTEC

Re: More helpful reporting of exceptions in JSPs

2005-10-11 Thread Tim Fennell
I certainly don't have a problem with that. Obviously I'd rather have it in the main codebase - while I don't have a problem running a patched version of jasper, I'm sure that would freak out a good number of PHBs ;) But since there is interest I'll clean up what I have, put it online and

Re: Virtual Hosting and SSL

2005-10-11 Thread Justin Jaynes
Strike that--I just found that documentation after looking the hundredth time. I guess we overlook what we didn't know before, assuming it isn't what we wanted to find--or something strange like that. But I found it. Thanks everyone. Justin --- Justin Jaynes <[EMAIL PROTECTED]> wrote: > I'll

Re: Virtual Hosting and SSL

2005-10-11 Thread Hassan Schroeder
Justin Jaynes wrote: > I DID try, but there is no IP address attribute for > connector elements. .. at least not in the > documentation listed on the 5.5 documentation / > configuration setup. On this page?? Look again :-) -- H

Re: Virtual Hosting and SSL

2005-10-11 Thread Justin Jaynes
I'll try... thanks so much for such a fast reply. Is there any document about that feature on the tomcat apache site? Justin --- David Smith <[EMAIL PROTECTED]> wrote: > Try address="192.168.56.32" or whatever IP you want > tomcat to bind to. > The port attribute will do the same thing for > d

Re: Virtual Hosting and SSL

2005-10-11 Thread David Smith
Try address="192.168.56.32" or whatever IP you want tomcat to bind to. The port attribute will do the same thing for defining what port number to bind to. --David Justin Jaynes wrote: >I DID try, but there is no IP address attribute for >connector elements. .. at least not in the >documentation

Re: JSP Newbie seeking guidance

2005-10-11 Thread Justin Jaynes
John, If you need help with setting up the environment I described (and BOY could I have used help my first time--mostly I tutored myself and failed and failed before succeeding) you can ask me and I will know at least where to point you for relevant information. I assume you have done your own b

Re: Virtual Hosting and SSL

2005-10-11 Thread Justin Jaynes
I DID try, but there is no IP address attribute for connector elements. .. at least not in the documentation listed on the 5.5 documentation / configuration setup. How would I do it? Can you please indicate the syntax? Thanks, Justin --- Hassan Schroeder <[EMAIL PROTECTED]> wrote: > Justin Jay

Re: More helpful reporting of exceptions in JSPs

2005-10-11 Thread Leon Rosenberg
could you post your patch for download anywhere? If you need webspace, I can provide you some. I would find the patch extremely helpful, and would love to have it in my development tomcat, as soon as possible. thanx leon On 10/11/05, Tim Fennell <[EMAIL PROTECTED]> wrote: > Apologies in advance f

RE: More helpful reporting of exceptions in JSPs

2005-10-11 Thread GB Developer
regardless how the commiters feel about it, are you willing to release your patched source files? (So for example, I can compile and deploy them myself?) ;) If so, I'd say a page on your wiki might be alright for distro, with a link to the page sent to tomcat-user ? I'd be giving it a try abo

RE: manager outofmemory exception

2005-10-11 Thread Enrique Rodriguez
Thanks, i will try to set maxpermsize to 256m Regards, Enrique. El mar, 11-10-2005 a las 17:11 +0100, Peter Crowther escribió: > > From: Enrique Rodriguez [mailto:[EMAIL PROTECTED] > > What i don't understand is that I "sometimes" get OutOfMemoryException > > when i upload new aplitications to

Re: Fwd: More helpful reporting of exceptions in JSPs

2005-10-11 Thread Frank W. Zammetti
Wow, you are my hero! I've always missed that from the Weblogic days! I for one would love to see this added. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Tue, October 11, 2005 1:

RE: Form Based Authentication

2005-10-11 Thread Frank W. Zammetti
gt;> -Original Message- >> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] >> Sent: 11 October 2005 17:23 >> To: Tomcat Users List >> Subject: RE: Form Based Authentication >> >> > From: Peter Bright [mailto:[EMAIL PROTECTED] >> > Subjec

Re: JSP Newbie seeking guidance

2005-10-11 Thread John Geiger
Not at all, Justin. Thank you, thank you! Also, thank you, Mark Eggers. As I am so new to this, I run the risk of veering off-topic, which I realize is inappropriate. That said, I will get my newbie noggin back into the woodshed so that I may be true to this list. Best wishes, John G. on 10/10

RE: Problems with graphics on Tomcat 5.5.9 OK!!! BUT.....

2005-10-11 Thread Mauricio Fernandez A.
be ok reboot the server in level 5?, does it have sense? Mauricio Fernández A. Ingeniero de Sistemas U. Autónoma de Manizales -Mensaje original- De: David Delbecq [mailto:[EMAIL PROTECTED] Enviado el: martes, 11 octubre, 2005 16:50 Para: Tomcat Users List Asunto: Re: Problems with

Re: manager webapp question

2005-10-11 Thread Marcus Franke
On Tue, Oct 11, 2005 at 05:47:00PM +0200, Marcus Franke wrote: > On Tue, Oct 11, 2005 at 05:13:33PM +0200, Marcus Franke wrote: > > On Tue, Oct 11, 2005 at 04:00:24PM +0200, Marcus Franke wrote: > > > > > > Can this be done? And if yes, what do I have to do? > > > > > > > Hmm, I guess I can answ

Re: Continuing Frustration and Misery with Deployer

2005-10-11 Thread Glen Mazza
What happens if you deploy using the Tomcat manager application? Same error or doesn't occur then? This may help zero in on the problem. Glen Allistair Crossley wrote: Hi List, Honestly, I wish Tomcat web application deployment would be easier/smarter. To pre-empt certain list members from

Re: JSP Newbie seeking guidance

2005-10-11 Thread Glen Mazza
Justin Jaynes wrote: I would HIGHLY recommend using SuSE Linux 10 which can be purchased or download from Novell directly at suse.com. Also, see the openSuSE project (essentially the open source community effort half of the SuSE/novell team). I used to run RedHat but was disappointed in the dr

RE: Form Based Authentication

2005-10-11 Thread Peter Bright
> -Original Message- > From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Sent: 11 October 2005 17:23 > To: Tomcat Users List > Subject: RE: Form Based Authentication > > > From: Peter Bright [mailto:[EMAIL PROTECTED] > > Subject:

RE: Form Based Authentication

2005-10-11 Thread Caldarale, Charles R
> From: Peter Bright [mailto:[EMAIL PROTECTED] > Subject: RE: Form Based Authentication > > > > > > > It's point (c) that's proving problematic; there's no way to > > > reauthenticate that I can see. > > > > What happens if you

RE: Form Based Authentication

2005-10-11 Thread Peter Bright
> -Original Message- > From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Sent: 11 October 2005 17:18 > To: Tomcat Users List > Subject: RE: Form Based Authentication > > > From: Peter Bright [mailto:[EMAIL PROTECTED] > > Subject: Form Based Authenti

RE: Form Based Authentication

2005-10-11 Thread Caldarale, Charles R
> From: Peter Bright [mailto:[EMAIL PROTECTED] > Subject: Form Based Authentication > > It's point (c) that's proving problematic; there's no way to > reauthenticate that I can see. What happens if you just invalidate the existing session? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

RE: manager outofmemory exception

2005-10-11 Thread Caldarale, Charles R
> From: Enrique Rodriguez [mailto:[EMAIL PROTECTED] > Subject: manager outofmemory exception > > What i don't understand is that I "sometimes" get OutOfMemoryException > when i upload new aplitications to the tomcat using the manager. Search the archives - this comes up frequently. Assuming you

Re: manager outofmemory exception

2005-10-11 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/memory.html#why -Tim Enrique Rodriguez wrote: I know this is a very common issue but i want to be sure about it. I have 5 tomcats on a 8Gb RAM machine. The number of applications installed on tomcats are 5 to 15. All the tomcat run with -Xms128M -Xmx512M b

RE: manager outofmemory exception

2005-10-11 Thread Peter Crowther
> From: Enrique Rodriguez [mailto:[EMAIL PROTECTED] > What i don't understand is that I "sometimes" get OutOfMemoryException > when i upload new aplitications to the tomcat using the manager. > > I Profiled my aplication and i don't have any memory issue. Just to check: Did your profiling includ

Re: manager webapp question

2005-10-11 Thread Marcus Franke
On Tue, Oct 11, 2005 at 05:13:33PM +0200, Marcus Franke wrote: > On Tue, Oct 11, 2005 at 04:00:24PM +0200, Marcus Franke wrote: > > > > Can this be done? And if yes, what do I have to do? > > > > Hmm, I guess I can answer that question by myself. If I use > vhosts in tomcat and I have just the

Re: manager webapp question

2005-10-11 Thread Marcus Franke
On Tue, Oct 11, 2005 at 04:00:24PM +0200, Marcus Franke wrote: > Hello, > > I have a tomcat server which serves some webapps for different purposes. > > I now would like to have another instance of the the manager webapp just > for one of the webapps on this server, that another person can use the

Re: Problems with graphics on Tomcat 5.5.9 OK!!! BUT.....

2005-10-11 Thread David Delbecq
David Delbecq a écrit : >Hello, if, like i suppose from your various errors, jfreechart require >awt/swing api and do draw on it, >you need to run the tomcat server inside a X server, not only do you >need to have fonts >installed and corresponding X libraries (like your link suggest was >problem)

RE: After adding a context xml file, web-app doesn't always start

2005-10-11 Thread Caldarale, Charles R
> From: David Farrell [mailto:[EMAIL PROTECTED] > Subject: After adding a context xml file, web-app doesn't always start > > I think I may have missed something. Such as telling us which version of Tomcat you're using. > tomcat throw an exeption that my app "conspiracy" > cannot be found under

Re: Problems with graphics on Tomcat 5.5.9 OK!!! BUT.....

2005-10-11 Thread David Delbecq
Hello, if, like i suppose from your various errors, jfreechart require awt/swing api and do draw on it, you need to run the tomcat server inside a X server, not only do you need to have fonts installed and corresponding X libraries (like your link suggest was problem), you also need to to have X se

RE: Illegal Field Name Error

2005-10-11 Thread Raghupathy,Gurumoorthy
Cant you send the struts-config.xml ? -Original Message- From: Asad Habib [mailto:[EMAIL PROTECTED] Sent: 11 October 2005 14:59 To: tomcat-user@jakarta.apache.org Subject: Illegal Field Name Error I am receiving the following error when trying to run a Struts application. I checked and

Re: Problems with graphics on Tomcat 5.5.9

2005-10-11 Thread Amadeo Alonso
rs List" Sent: Monday, October 10, 2005 3:06 PMSubject: RE: Problems with graphics on Tomcat 5.5.9> You can see that here, after click on "Graficar":>> The web test app can be found herehttp://www.actesoft.com:8080/Prueba/jsp/> and the wanted result after click

RE: Rep. : Executing custom action on deploy

2005-10-11 Thread Robert Graf-Waczenski
Or, if your init method is not in a servlet class, you may want to have your class implement the ServletContextListener interface. Then the method contextInitialized() is your friend, it is called by tomcat for each implementor upon initialization of your web app context, i.e. the "startup" event o

RE: Newbee question on servlet and html - Really frustated with this problem.

2005-10-11 Thread Mauricio Fernandez A.
Did you define your servlet in your WEB-INF/web.xml? Mauricio Fernandez -Mensaje original- De: Developer Developer [mailto:[EMAIL PROTECTED] Enviado el: martes, 11 octubre, 2005 5:23 Para: tomcat-user@jakarta.apache.org Asunto: Newbee question on servlet and html - Really frustated with t

Re: Virtual Hosting and SSL

2005-10-10 Thread Hassan Schroeder
Justin Jaynes wrote: > I am running tomcat 5.5.12 and need to host two sites, > both with ssl. > Can you set up two connectors (one port 443 and one > port 80) for one specific ip address and another set > of connectors for another ip address? Yes. :-) That's exactly what you need to do. Try

Re: JSP Newbie seeking guidance

2005-10-10 Thread Justin Jaynes
I would HIGHLY recommend using SuSE Linux 10 which can be purchased or download from Novell directly at suse.com. Also, see the openSuSE project (essentially the open source community effort half of the SuSE/novell team). I used to run RedHat but was disappointed in the drop to Fedora. I tried S

Re: JSP Newbie seeking guidance

2005-10-10 Thread Mark Eggers
I am not familiar with the book. If they are recommending using Tomcat's connection pools and JNDI, then you will need to add the jar file that contains the MySQL driver to $CATALINA_HOME/common/lib. If you are connecting to the database directly from your web application then you probably need t

Re: JSP Newbie seeking guidance

2005-10-10 Thread John Geiger
I am avoiding the real issue--OK, I am ready to face it: javax.servlet.ServletException: javax.servlet.jsp.JspTagException: In , invalid driver class name: "java.lang.ClassNotFoundException: com.mysql.jdbc.Driver" This is the error I get running an exercise from the Apress book. I can not

Re: JSP Newbie seeking guidance

2005-10-10 Thread Glen Mazza
John Geiger escribió: Hello: This is a little intimidating, but I am eager. I hope I am in the right place. I am a DHTML developer‹intermediate level. I¹ve been exposed to JSP on an iPlanet server, Sun OS 5.8 (but it is my client¹s production server, and I¹m reluctant to mess around there!) I

Re: Newbee question on servlet and html - Really frustated with this problem.

2005-10-10 Thread Glen Mazza
I think you are getting this error because Tomcat doesn't realize you are trying to activate the servlet. You probably will need to look at your WEB-INF/web.xml of your web application. You'll need a entry that defines BeerSelect and a that ties BeerSelect to its actual url-pattern. (/VBee

Re: Newbee question on servlet and html - Really frustated with this problem.

2005-10-10 Thread Frank W. Zammetti
Two questions... (1) Does your servlet implement a doPost() method? Since you are POSTing the form, you need to do that. (2) Is there a typo in your form there? I see: That's not proper... my guess is you want: Frank Developer Developer wrote: does anybody know how to fix this proble

RE: Add parameters into tomcat service ......

2005-10-10 Thread Caldarale, Charles R
> From: Tony Lu [mailto:[EMAIL PROTECTED] > Subject: Add parameters into tomcat service .. > > My question is: > how to add statement "set JAVA_OPTS=-Xms512m -Xmx512m - > Daos.configuration=%CATALINA_HOME%/conf/aos.config" > into tomcat5 service? Use tomcat5w.exe from the bin directory. Add

Re: apache --> tomcat (mod_jk) works on localhost but not other hosts

2005-10-10 Thread Scott MacAlvone
Thanks for the tip Lyndon. It took a few tries, but I finally got it right, I think! __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: Exception loading custom Realm

2005-10-10 Thread Larry Meadors
Are both classes loaded by the same classloader? Larry On 10/10/05, Surya Mishra <[EMAIL PROTECTED]> wrote: > common/lib > > But it doesn't have problem loading my custom realm. The problem is actually > in loading the UserDatabaseRealm: > java.lang.NoClassDefFoundError: org/apache/catalina/real

Re: Exception loading custom Realm

2005-10-10 Thread Surya Mishra
common/lib But it doesn't have problem loading my custom realm. The problem is actually in loading the UserDatabaseRealm: java.lang.NoClassDefFoundError: org/apache/catalina/realm/UserDatabaseRealm Thanks -Surya On 10/10/05, Larry Meadors <[EMAIL PROTECTED]> wrote: > > Where did you put the clas

Re: Exception loading custom Realm

2005-10-10 Thread Larry Meadors
Where did you put the classes? They have to go in either common/lib, or server/lib. Larry On 10/10/05, Surya Mishra <[EMAIL PROTECTED]> wrote: > Hi, > > I created my own realm by extending UserDatabaseRealm. But when I start the > tomcat server, I get the following exception. If I use UserDatabas

[OT] Re: using a datasource connection pool resource with username and password supplied by user

2005-10-10 Thread Bob Hall
If the DB login requirement is removed you might want to take a look at Apache Turbine, it supports finer-grained access to a web app. http://jakarta.apache.org/turbine/index.html - Bob --- [EMAIL PROTECTED] wrote: > Thanks for the suggestion Bob, > > I think what you are saying about realms

Re: using a datasource connection pool resource with username and password supplied by user

2005-10-10 Thread jeffery . s . eaton
Thanks for the suggestion Bob, I think what you are saying about realms is valid and most likely the easiest way to enforce security. It would be my choice if it wasn't a corporate standards issue. I will read up on the link you sent and see if I can get away with it in terms of meeting with pol

Re: java.lang.ClassCircularityError

2005-10-10 Thread Shankar Unni
Caldarale, Charles R wrote: According to the bug report, this is only fixed in Mustang (6.0), not 5.0 (aka 1.5). Ooh, my bad (misread of the fixed release..). Thanks.. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

RE: silent install of Tomcat

2005-10-10 Thread Mauricio Fernandez A.
Maybe you can try with the .zip distribution if your so is Windows or .tar.gz if Linux or whatever you want/need from http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi If you don´t know which one download read the README http://apache.org.es/jakarta/tomcat-5/v5.5.12/README.html Maur

Re: silent install of Tomcat

2005-10-10 Thread Marcus Franke
On Mon, Oct 10, 2005 at 11:11:30AM -0700, krux mania wrote: > Hi Marcus, > Silent installation also referred to as batch installation is the process > where the install takes place without presenting any dialogs to the user. The > user input is put into a properties file and the installation take

Re: silent install of Tomcat

2005-10-10 Thread krux mania
Hi Marcus, Silent installation also referred to as batch installation is the process where the install takes place without presenting any dialogs to the user. The user input is put into a properties file and the installation takes it from there. vivek Marcus Franke <[EMAIL PROTECTED]> wrote: O

Re: silent install of Tomcat

2005-10-10 Thread Marcus Franke
On Mon, Oct 10, 2005 at 10:36:55AM -0700, krux mania wrote: > > > Hi, > > I need to install tomcat 5.0.28 silently for my application. Can this be done. > > If this issue has been previously discussed please send me a pointer to the > message. > What do you mean with silent installation? M

Re: apache --> tomcat (mod_jk) works on localhost but not other hosts

2005-10-10 Thread Scott MacAlvone
--- Lyndon Tiu <[EMAIL PROTECTED]> wrote: > On Mon, 10 Oct 2005 09:01:04 -0700 (PDT) > tomcat-user@jakarta.apache.org wrote: > > I'm very new to tomcat and apache. I've set up > apache > > to forward to tomcat using mod_jk. It works fine > on > > the localhost, but if I try to connect through to

Re: apache --> tomcat (mod_jk) works on localhost but not other hosts

2005-10-10 Thread Lyndon Tiu
On Mon, 10 Oct 2005 09:01:04 -0700 (PDT) tomcat-user@jakarta.apache.org wrote: > I'm very new to tomcat and apache. I've set up apache > to forward to tomcat using mod_jk. It works fine on > the localhost, but if I try to connect through to > tomcat from any other host I get 404 file not found,

Re: Turning on debugging in Tomcat 5.5

2005-10-10 Thread Marcus Franke
On Mon, Oct 10, 2005 at 05:20:07PM +0200, Marcus Franke wrote: > On Mon, Oct 10, 2005 at 04:41:32PM +0200, Marcus Franke wrote: > > On Fri, Oct 07, 2005 at 09:28:23PM -0700, Bill Barker wrote: > > > > > > > # Default global logging level. > > # This specifies which kinds of events are logged acro

Re: Turning on debugging in Tomcat 5.5

2005-10-10 Thread Marcus Franke
On Mon, Oct 10, 2005 at 04:41:32PM +0200, Marcus Franke wrote: > On Fri, Oct 07, 2005 at 09:28:23PM -0700, Bill Barker wrote: > > > > # Default global logging level. > # This specifies which kinds of events are logged across > # all loggers. For any given facility this global level > # can be ov

Re: Turning on debugging in Tomcat 5.5

2005-10-10 Thread Marcus Franke
On Fri, Oct 07, 2005 at 09:28:23PM -0700, Bill Barker wrote: > > "James Rome" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Most of the installed Tomcat classes have something like > > container.isDebugEnabled() {...} > > > > How do I enable these debug statements in Tomcat 5.

  1   2   3   4   5   6   7   8   9   10   >