Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-29 Thread Anto Paul
On 4/29/05, Michelle Bruns [EMAIL PROTECTED] wrote: Hi there, I Installed Tomcat 4.0 (my professor recommended this older version) on my Win 2000 box. j2sdk1.4.0_01, j2sdkee1.2.1. Before installing Tomcat, I changed my Oracle XDB port to use 8083 instead of 8080; IIS is also installed and

Dynamic to static conversion

2005-04-29 Thread Dola Woolfe
Hi, A friend of mine has asked me to help him build an eBay store. So I need to build a bunch of static pages. I think that it is still a good idea to do so programmatically (the only way I know how to do it!) through jsp. Do you agree? How would I then convert pseudo-dynamic pages to static in

mod_jk Error Flushing

2005-04-29 Thread Paolo Lai
Hi, I've this problem. I've installed, in a win2000 server, Apache 2.0.53, tomcat 4.1.31 and mod_jk 1.2.10. When Apache service stars it display : Apache/2.0.53 (Win32) mod_ssl/2.0.53 OpenSSL/0.9.7e mod_jk/1.2.10 configured -- resuming normal operations. My servlet is functionally properly but,

RE: Interface to admin manager web application

2005-04-29 Thread Raghupathy,Gurumoorthy
Well you can use a httpurlConnection ? In your java code to do the work Regards Guru -Original Message- From: Atanu Neogi [mailto:[EMAIL PROTECTED] Sent: 29 April 2005 00:42 To: Tomcat Users List Subject: Interface to admin manager web application Hi, I need to write a

filesystem independent tomcat [OT ]

2005-04-29 Thread sandy kumar
Hi, I am doing some exploratory work on tomcat and was wondering If anyone has felt the need for tomcat which can be loaded across the network and doesnt rely on the underlying filesystem in anyway including the temporary work directory, logging, catalina_home, catalina_base etc ? Is there any

Re: Dynamic to static conversion

2005-04-29 Thread Blaw662
lost me

test mail

2005-04-29 Thread sandy kumar
Hi, I am trying to send a mail to this forum but cant see my mail in the archieve. If you can see this mail then can anyone send me a confirmation pls. cheers, sandie Send instant messages to your online friends http://uk.messenger.yahoo.com

filesystem independent tomcat [OT]

2005-04-29 Thread sandy kumar
Hi, I am doing some exploratory work on tomcat and was wondering If anyone has felt the need for tomcat which can be loaded across the network and doesnt rely on the underlying filesystem in anyway including the temporary work directory, logging, catalina_home, catalina_base etc ? Is there any

configurating tomcat 5.5

2005-04-29 Thread Charlie Todd
Hello, I am trying to get tomcat 5.5 running with J2SE 1.4.2 JRE It says I need to download and install the compatibility package. I have searched the apache/tomcat site with no luck. I would be gratefull if you could direct me to the correct place. Cheers Charlie Send instant

Re: configurating tomcat 5.5

2005-04-29 Thread Blaw662
non employee im just as lost

Vedr.: configurating tomcat 5.5

2005-04-29 Thread Thomas Nybro Bolding
Same place as the rest of the packages: http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi Choose the Compat file... /Thomas Charlie Todd [EMAIL PROTECTED] 29-04-2005 11:19 Besvar venligst til Tomcat Users List Til:tomcat-user@jakarta.apache.org cc:

Encoding probleme

2005-04-29 Thread Akacem Mohammed
Hello to you all, I have an axis client ( SOAP ) which sends a String als parameter in xml format ( ?xml version=1.0 encoding=ISO-8859-1). this client connect to a webserver over https, the webserver directs the request with http to tomcat 4.0.6 on which my webserver is deployed. the

Re: test mail

2005-04-29 Thread Anto Paul
On 4/29/05, sandy kumar [EMAIL PROTECTED] wrote: Hi, I am trying to send a mail to this forum but cant see my mail in the archieve. If you can see this mail then can anyone send me a confirmation pls. cheers, sandie Send instant messages to your online friends

Re: configurating tomcat 5.5

2005-04-29 Thread Anto Paul
On 4/29/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: non employee im just as lost I am seeing this kind of mail(compatibility package) very often. Does it hurt to have SourceForge.net mx4j.jar in the Tomcat binary package. If it creates any problems it can be renamed to a non jar extension

Catalina.out eats my harddisk space

2005-04-29 Thread Rajasekar
Hi, I am facing a *catalina.out log* file problem in tomcat5. It eats my harddisk space like anythink. My harddisk size is 80GB hard disk. Everyday i have to remove the catalina.out file. the nextday it fills the harddisk. and i cann't run tomcat. What could be the problem. Please help me if

Re: Encoding probleme

2005-04-29 Thread Anto Paul
On 4/29/05, Akacem Mohammed [EMAIL PROTECTED] wrote: Hello to you all, I have an axis client ( SOAP ) which sends a String als parameter in xml format ( ?xml version=1.0 encoding=ISO-8859-1). this client connect to a webserver over https, the webserver directs the request with http to

RE: Catalina.out eats my harddisk space

2005-04-29 Thread Dale, Matt
Under normal use very little appears in catalina.out. What exactly is filling up the file? I would suggest that it is application output or errors and that you need to sort that out. I would also suggest that you use a proper logging package like log4j which will allow you to have rotatable

Re: Catalina.out eats my harddisk space

2005-04-29 Thread Anto Paul
On 4/29/05, Rajasekar [EMAIL PROTECTED] wrote: Hi, I am facing a *catalina.out log* file problem in tomcat5. It eats my harddisk space like anythink. My harddisk size is 80GB hard disk. Everyday i have to remove the catalina.out file. the nextday it fills the harddisk. and i cann't run

Re: test mail

2005-04-29 Thread Blaw662
martys a bit confused is this like a party line now and also sandys on my mail

Re: How to run tomcat without specifying a JDK location?

2005-04-29 Thread Lakshmi Narayanan K.
Hi, Yes, I was able to figure that out. But, it the following which puzzles me. I'd already pasted this in my initial mail, but here it is again: But the tomcat documentation available at: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/setup.html states this: Java location: The

Re: Dynamic to static conversion [OT]

2005-04-29 Thread Tim Funk
Build the site with jsp (or whatever) and then use wget --mirror (or some similar command) to spider the site as static pages. -Tim Dola Woolfe wrote: Hi, A friend of mine has asked me to help him build an eBay store. So I need to build a bunch of static pages. I think that it is still a good

Re: Catalina.out eats my harddisk space

2005-04-29 Thread Tim Funk
catalina.out is never written to by tomcat itself. (except if no loggers for commons-logging are configured) So .. 1) Do not use System.out 2) Do not use Throwable.printStackTrace() 3) Configure you logging (add log4j, or add a commons-logging configuration) -Tim Rajasekar wrote: Hi, I am

Re: test mail

2005-04-29 Thread vince
sandy kumar wrote: Hi, I am trying to send a mail to this forum but cant see my mail in the archieve. If you can see this mail then can anyone send me a confirmation pls. cheers, sandie Send instant messages to your online friends http://uk.messenger.yahoo.com

Antwort: Re: test mail

2005-04-29 Thread anja . mentges
Mit freundlichen Grüßen / Best Regards Anja Mentges _ Bayer Business Services GmbH LOG-QM-DST Köln, 2975-1 Tel.: +49 214 30 35537 Fax: +49 214 30 39217 E-Mail: [EMAIL PROTECTED] Internet : http://www.bayer-ag.de

Re: Antwort: Re: test mail

2005-04-29 Thread Blaw662
In a message dated 4/29/2005 4:27:51 AM Pacific Standard Time, [EMAIL PROTECTED] writes: http://www.bayer-ag.de hmm

Re: test mail

2005-04-29 Thread Blaw662
yep its here

Re: Catalina.out eats my harddisk space

2005-04-29 Thread David Smith
Question to the OT: how are you deleting catalina.out? If you aren't shutting down tomcat first, you need to do that. Otherwise some OS's recreate the file to it's former size with empty space where log info used to be. Beyond that the other poster's ideas should also be followed. --David

RE: filesystem independent tomcat [OT]

2005-04-29 Thread Peter Crowther
From: sandy kumar [mailto:[EMAIL PROTECTED] I am doing some exploratory work on tomcat and was wondering If anyone has felt the need for tomcat which can be loaded across the network and doesnt rely on the underlying filesystem in anyway including the temporary work directory, logging,

Re: test mail

2005-04-29 Thread Jobish P
Yes . I could see your mail cheers, -Jobish P All men by nature desire to know- Aristotle On Fri, 29 Apr 2005, vince wrote: sandy kumar wrote: Hi, I am trying to send a mail to this forum but cant see my mail in the archieve. If you can see this mail then can anyone send me a

[OT] Session beans: testing for timeout and avoiding null pointer exceptions

2005-04-29 Thread Thomas Nybro Bolding
I have a some java beans in the session scope which are instantiated by one page by get their properties updated by several other pages. When the session expires Tomcat (correctly) throws an error when it tries to update the no longer existing bean. My question is thus: how do I detect its

RE: filesystem independent tomcat [OT]

2005-04-29 Thread sandy kumar
I have gone thru the code and I may end up doing it. This will require quite a lot of changes at various places.In fact, I may end up re-designing some of components and i was wondering of there is already an effort to do this. Hence the mail. Just out of interest, what are your requirements and

Re: test mail - thanks

2005-04-29 Thread sandy kumar
For all those who replied to my email, Thanks. I am on the list now. cheers, sandie Send instant messages to your online friends http://uk.messenger.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: test mail - thanks

2005-04-29 Thread Blaw662
cool

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-29 Thread Michelle Bruns
Hi there, I do not have a webapps/ROOT directory. It's not in my install ZIP file either. Creating a blank new one doesn't seem to change anything. According to my services file (BTW, I misspoke when I said Win2000, it's WinXP) I have no used ports at all in my 8000 range, although I know Oracle

Re: How to run tomcat without specifying a JDK location?

2005-04-29 Thread Lakshmi Narayanan K.
Hi, Thanks very much for replying. I don't think that just modifying JAVA_HOME to point to a JRE will work. The file catalina.bat internally calls setclasspath.bat which in turn checks for the presence of the following: * %JAVA_HOME%\bin\java.exe * %JAVA_HOME%\bin\javaw.exe *

Re: Tomcat on Mac Stops Unexpectedly

2005-04-29 Thread Mark Leone
Tomcat lasted through the night after I shutdown Apache HTTP Server, so it looks like Apache was the culprit in the unexplained Tomcat shutdowns. Is there a simple way to run Apache and Tomcat on the same machine without integrating them, just deconflicting the IP ports on which they listen?

Re: How to run tomcat without specifying a JDK location?

2005-04-29 Thread Jason Bainbridge
On 4/29/05, Lakshmi Narayanan K. [EMAIL PROTECTED] wrote: Hi, Yes, I was able to figure that out. But, it the following which puzzles me. I'd already pasted this in my initial mail, but here it is again: But the tomcat documentation available at:

is it worth upgrading to tomcat 5.5.9 over jdk1.4?

2005-04-29 Thread Guy Katz
hi all; my question is if its a good idea to upgrade to 5.5.x but over jdk 1.4. would i still get more stability, performance, etc...? what will i loose? thanks in advance ofr you help.

Re: Dynamic to static conversion

2005-04-29 Thread Dakota Jack
There is no reason I can think of to build static pages dynamically. I know what you are asying, but it makes little sense, I think. However, if you want to get the static equivalent of a dynamic page, all you have to do is to build a little application browser which gets the output of your

Need your help to troubleshoot a Tomcat crash

2005-04-29 Thread Guillaume Lahitette
Hello gurus, * SETUP This is Tomcat 4.1.26 on Win2K running with Tomcat Service Manager from http://web.bvu.edu/staff/david/tcservcfg/ JDK 1.4.1_03 with options -Xms512 -Xmx1024 -Xss2048 -showversion -verbose:gc -Xloggc:c:\winnt\system32\PRTI-Report.log Connector config: Connector

RES: RES: Nervous about Sessions ...

2005-04-29 Thread Paulo Alvim
Hi, TC 5.5.9 also crashes (not-serializable attribute in the session) when we try to put a List in the session this way: request.getSession().setAtrribute(myList,l.subList(pos,l.size()); -Mensagem original- De: Paulo Alvim [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 27 de abril

customizing login.jsp

2005-04-29 Thread joelsherriff
I've got a JDBC realm configured and working and would like to customize the associated login.jsp. Right now any images I refer to in the jsp are not found at runtime. Do I have to add these to the servlet's war file? Or am I just putting the resources in the wrong location (under the servlet

RE: is it worth upgrading to tomcat 5.5.9 over jdk1.4?

2005-04-29 Thread J. Ryan Earl
I don't think you lose anything, assuming your application works fine. You gain: * A 64-bit Sun JVM for x86-64. * SNMP monitoring of the JVM. * The ability to attach a profiling to a running JVM and see what all the threads are doing--useful for catching production problems as they occur. I

Re: Tomcat on Mac Stops Unexpectedly

2005-04-29 Thread Anoop kumar V
well - if Apache is the culprit - why do you want to run it at all. Why not shut it down? I am assuming that Apache was dedicated to your application which runs on Tomcat.. Actually matter of fact I have encountered quite a few instances (not on Mac though) where Tomcat runs best if not better

mapping virtual hosts using mysql

2005-04-29 Thread Martin Lidgard
Hello all. I am looking for a way to add host aliases to a webapp without having to edit server.xml and restart Tomcat. I'm running Tomcat 4.1 as a standalone on Linux. Is it possible to map virtual hosts using MySQL? Thanks, Martin Arkatay Consulting www.arkatay.com

Re: customizing login.jsp

2005-04-29 Thread Anoop kumar V
ideally - I am talking from my TC4.0 days, your images are better off in the war file. The position they reside in is as under: /webapps /your_web_application jsp's static html Your image files go in here - /web-inf web.xml /classes your_servlet_class files hope

RE: Tomcat on Mac Stops Unexpectedly

2005-04-29 Thread Caldarale, Charles R
From: Mark Leone [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat on Mac Stops Unexpectedly Is there a simple way to run Apache and Tomcat on the same machine without integrating them Just comment out the AJP connector in Tomcat's conf/server.xml file. - Chuck THIS COMMUNICATION MAY

Tomcat Install error: cannot replace directory

2005-04-29 Thread FL
I have a tomcat 5.5 build error on a debian linux system with the following kernel: [EMAIL PROTECTED]:/home/jakarta# uname -a Linux creature 2.6.9 #2 SMP Tue Oct 19 23:51:10 CEST 2004 i686 GNU/Linux The main build.xml came from the online repository [obvtained with wget -c

Application configuration

2005-04-29 Thread Andrea Aime
Hi, I have a set of property files that allow me to configure my application. They contain things like file system locations, database access parameters and so on. Now, I would like to put them outside the war file in order to make installation easier for people not used to web app deployements,

Re: Tomcat on Mac Stops Unexpectedly

2005-04-29 Thread Eric J. Pastoor
I'm using OS X 10.3.8 with Tomcat 5.0.28. It's been running without a restart for about a year except for OS updates. I know that since apple hasn't officially released java 1.5 yet, you need to use the compatibility jar with anything over 5.5.7 which is one of the main reasons i havent

Re: customizing login.jsp

2005-04-29 Thread joelsherriff
Is it possible to not put them in the war file? This is someone else's servlet that I'd rather not have to modify, if I don't have to. - Original Message - From: Anoop kumar V [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Friday, April 29, 2005 10:39 AM

Re: Application configuration

2005-04-29 Thread Dave Butler
Andrea Aime wrote: Hi, I have a set of property files that allow me to configure my application. They contain things like file system locations, database access parameters and so on. Now, I would like to put them outside the war file in order to make installation easier for people not used to

Commons-modeler

2005-04-29 Thread Tom Grassia
Hello, I'm running Fedora Core 2, and am trying to install the latest version of OX. I've gone to Sietse Visser's installation site (http://sietse.net/exoops/modules/OpenXchange/) for Fedora/Redhat and have made it down to installing tomcat. When I try to do the apt-get install tomcat5 I get

Re: Tomcat 5 and SSL Configuration

2005-04-29 Thread jejones
I do not know the answer to your question. Sorry. -jrj Bruce Perryman wrote: Cool. I think other CAs have the same policy. How many times can you revoke/renew with Verisign? Is it only once? - To unsubscribe, e-mail: [EMAIL

RE: Dynamic to static conversion

2005-04-29 Thread Mark Benussi
Hi Dola, A strategy you could employ is the following. All data for your items can be held in a persistence store of some kind (DB, XML). For each product build an XML representation and then use XSLT to convert each item to a html file. Then when requesting to view an item you can build up a

deploy using manager

2005-04-29 Thread Jiang, Peiyun
[use maven tomcat:deploy (using manager)] FAIL - Encountered exception java.io.IOException: java.lang.reflect.InvocationTargetException What does this mean? Peiyun Jiang - To unsubscribe, e-mail: [EMAIL PROTECTED] For

New logs showing up under Tomcat 5.5.9

2005-04-29 Thread Ryan Daly
All: Just upgraded to 5.5.9 yesterday. Can anyone quickly tell me what the extra log files are in the logs directory? I'm getting: admin.2005-04-28.log, catalina.2005-04-28.log, host- manager.2005-04-28.log, localhost.2005-04-28.log, and manager.2005-04-28.log They're all 0 bytes. Can I stop

Re: New logs showing up under Tomcat 5.5.9

2005-04-29 Thread Remy Maucherat
On 4/29/05, Ryan Daly [EMAIL PROTECTED] wrote: All: Just upgraded to 5.5.9 yesterday. Can anyone quickly tell me what the extra log files are in the logs directory? I'm getting: admin.2005-04-28.log, catalina.2005-04-28.log, host- manager.2005-04-28.log, localhost.2005-04-28.log, and

RE: Interface to admin manager web application

2005-04-29 Thread Atanu Neogi
Thanks, but that of course is obvious and I have mentioned the same. I was looking for the definition of the URIs for direct HTTP and/or JMX query calls, i.e., a client interface to the admin and manager web applications. Most of it I could reconstruct by reading the URLs submitted from the

Re: Catalina.out eats my harddisk space

2005-04-29 Thread Will Hartung
From: David Smith [EMAIL PROTECTED] Sent: Friday, April 29, 2005 4:36 AM Question to the OT: how are you deleting catalina.out? If you aren't shutting down tomcat first, you need to do that. Otherwise some OS's recreate the file to it's former size with empty space where log info used to

Re: New logs showing up under Tomcat 5.5.9tomcat-user-unsubscribe@jakarta.apache

2005-04-29 Thread Blaw662
In a message dated 4/29/2005 9:46:44 AM Pacific Standard Time, [EMAIL PROTECTED] writes: [EMAIL PROTECTED]

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-29 Thread Anoop kumar V
lets see if you have everything right: You have installed tomcat from an install available from the tomcat website?? I assume yes - so that is out of question that the install file in corrupt. SO probably you opted for a custom install and checked out that u did NOT want examples to be

Re: Application configuration

2005-04-29 Thread Will Hartung
From: Dave Butler [EMAIL PROTECTED] Sent: Friday, April 29, 2005 8:39 AM Andrea Aime wrote: I have a set of property files that allow me to configure my application. They contain things like file system locations, database access parameters and so on. Now, I would like to put them

Admin WebApp 5.5.9

2005-04-29 Thread Scott Carr
I just downloaded the Admin webapp, and each of the directories where jsp files are supposed is blank. Is there somewhere else that I can download this? -- Scott Carr OpenOffice.org Documentation Co-Lead http://documentation.openoffice.org

RE: Admin WebApp 5.5.9

2005-04-29 Thread Caldarale, Charles R
From: Scott Carr [mailto:[EMAIL PROTECTED] Subject: Admin WebApp 5.5.9 I just downloaded the Admin webapp, and each of the directories where jsp files are supposed is blank. There are no source JSPs in the admin app. They're all pre-compiled and distributed inside catalina-admin.jar

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-29 Thread Michelle Bruns
Anoop, Thank you so much for taking so much time to so thoroughly respond to my message. I tried your suggestions, but no luck. It sounds to me as if maybe you are describing a scenario for a newer version of Tomcat than I was using (4.0, because my instructor said it was easier, ha). For

Copying HttpServletRequest

2005-04-29 Thread Tuan, Frank
Hi all, I need some help copying a HttpServletRequest in a Filter. I'm running 5.0.28. So far, this is what I have, HttpServletRequest oldRequest = (HttpServletRequest)request; CoyoteRequest newRequest = new CoyoteRequest(); // handle HTTP

Re: Copying HttpServletRequest

2005-04-29 Thread Ben Souther
The normal approach is to wrap the request as opposed to copying it: http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpServletRequestWrapper.html On Fri, 2005-04-29 at 14:16, Tuan, Frank wrote: Hi all, I need some help copying a HttpServletRequest in a Filter. I'm running

RE: Dynamic to static conversion

2005-04-29 Thread Dola Woolfe
Thank you very much. A very good plan, I think. --- Mark Benussi [EMAIL PROTECTED] wrote: Hi Dola, A strategy you could employ is the following. All data for your items can be held in a persistence store of some kind (DB, XML). For each product build an XML representation and then use

RE: Copying HttpServletRequest

2005-04-29 Thread Tuan, Frank
I'm trying to change the InputStream of the request. I don't think the wrapper allows me to change the InputStream. -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Friday, April 29, 2005 11:28 AM To: Tomcat Users List Subject: Re: Copying HttpServletRequest The

mod_jk 1.2.11 build failure on solaris 2.8

2005-04-29 Thread J. W. Ballantine
I'm trying to build mod_jk 1.2.11 on a solaris 2.8 system and it fails with: Making all in jni /bin/bash /local/APACHE/Apache2/build/libtool --silent --mode=compile gcc -I/local/APACHE/Apache2/include -g -O2 -DHAVE_JNI -I /a2/JAVA/java/include -I /a2/JAVA/java/include/solaris -I../common

Re: Admin WebApp 5.5.9

2005-04-29 Thread Scott Carr
Caldarale, Charles R wrote: From: Scott Carr [mailto:[EMAIL PROTECTED] Subject: Admin WebApp 5.5.9 I just downloaded the Admin webapp, and each of the directories where jsp files are supposed is blank. There are no source JSPs in the admin app. They're all pre-compiled and distributed

XML

2005-04-29 Thread Ram Sriram
Hi, I am not sure if this is the right group to pose this question to. If it is not, I apologize and would appreciate if someone could point me to the right place for an answer. I have XML as a org.w3c.dom.Document that I construct in Java. At runtime, I need to save this as a file. Could

Re: mod_jk 1.2.11 build failure on solaris 2.8

2005-04-29 Thread Mladen Turk
J. W. Ballantine wrote: I'm trying to build mod_jk 1.2.11 on a solaris 2.8 system and it fails with: The configuration command is: ./configure --with-apxs=/local/APACHE/Apache2/bin/apxs --enable-jni --with-java-home=/a2/JAVA/java --with-java-platform=2 jni will not work anyhow on any unix

Re: Copying HttpServletRequest

2005-04-29 Thread Will Hartung
From: Tuan, Frank [EMAIL PROTECTED] Sent: Friday, April 29, 2005 11:35 AM I'm trying to change the InputStream of the request. I don't think the wrapper allows me to change the InputStream. It's deeper in the ServletRequestWrapper, but it's there. Regards, Will Hartung ([EMAIL PROTECTED])

Is 5.5.9 stable?

2005-04-29 Thread Gene Horodecki
I've been battling this all week, I'm hoping someone can lend a helping hand. I read that Tomcat 5.5.9 was the latest stable version and so I downloaded it and installed on Linux FC2 and AIX 5.1, though I realize on the website it says 'current development focus'-- does this mean it is not

DatasourceRealm for tomcat 5.5

2005-04-29 Thread Guy Katz
hello; is there a porting guide for upgrading from tomcat 5 to 5.5? i am having some problems with my DatasourceRealm configuration. the = same configuration that wirks for tomcat 5.0.30 does not work for 5.5.9 is there some document that can explain the differences? i could not = find

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-29 Thread Anoop kumar V
I am not sure why you had a blank (empty) webapps directory - possibly because you chose to download a version of tomcat4.0 which has no examples included... I have done nothing at all to the web.xml. There was abs nothing wrong with your TC installation - except that it required an

RE: Copying HttpServletRequest

2005-04-29 Thread Tuan, Frank
Got it. Thanks everybody. -Original Message- From: Will Hartung [mailto:[EMAIL PROTECTED] Sent: Friday, April 29, 2005 12:10 PM To: Tomcat Users List Subject: Re: Copying HttpServletRequest From: Tuan, Frank [EMAIL PROTECTED] Sent: Friday, April 29, 2005 11:35 AM I'm trying to

Re: XML

2005-04-29 Thread Mark Leone
You're right that this is not the proper forum for this question. I don't know any XML forums off-hand, but I found this with google http://www.tek-tips.com/threadminder.cfm?pid=426 You should get apache Axis and look at the class XMLUtils. It has a static method documentToStream() that looks

Re: XML

2005-04-29 Thread Ram Sriram
Thanks Mark. Mark Leone wrote: You're right that this is not the proper forum for this question. I don't know any XML forums off-hand, but I found this with google http://www.tek-tips.com/threadminder.cfm?pid=426 You should get apache Axis and look at the class XMLUtils. It has a static method

2 nd Try : help need for hosting the website

2005-04-29 Thread Ashok Anumandla
Hi All, I am trying to host my website on Tomcat 5.5.9 in my home machine, i did following steps .. - installed the JRE,JAVA, and Tomcat 5.5.9 - installed ant - when i run ant, it created anishanumandla under tomcat webapps. - configured following in server.xml Host name=www.anishanumandla.com

Re: 2 nd Try : help need for hosting the website

2005-04-29 Thread Robert r. Sanders
Is your machine's IP mapped to www.anishanumandla.com ? Try running nslookup www.anishanumandla.com and/or ping www.anishanumandla.com from the command-line and see what you get. It not, you can test using the hostname by creating a local mapping C:\WINNT\system32\drivers\etc\hosts file.

RE: 2 nd Try : help need for hosting the website

2005-04-29 Thread Robert Harper
When you try place www. anishanumandla.com in the navigation bar, your request is translated by the browser to http://www.anishanumandla.com. This will attempt a connection to your server on the default port of 80. Look at the difference. anishanumandla is the name of your servlet in the localhost

Re: 2 nd Try : help need for hosting the website

2005-04-29 Thread Hassan Schroeder
Ashok Anumandla wrote: I am trying to host my website on Tomcat 5.5.9 in my home machine, i did following steps .. - Configured my linksys to fwd the any request from www.anishanumandla.com to port number and 8080 port. I don't think you were successful with that step... But unfortunately i am

(Maybe not so) strange behaviour of request.getRequestURL()

2005-04-29 Thread Nikola Milutinovic
Hi all. I've been struck all of a sudden with this. servletRequest.getRequestURL() returns null. Now, thinking about it, I can give some facts that might shed some light on it and I'm pretty sure I know why it is happening, just want to confirm with you guys. And just wandering if anyone can

Tomcat Administration problem

2005-04-29 Thread Nir Tayeb
Hello, I am running a Tomcat 5.5.9 server on Ubuntu 5.04 machine. When I try to logon to the Tomcat manager, the server prompts me for a username and password. When I installed (from binaries) the server I didn't specify any username and/or password. What details should I enter? Thank you

Re: Tomcat Administration problem

2005-04-29 Thread Steve Ochani
Date sent: Sat, 30 Apr 2005 02:19:43 +0300 From: Nir Tayeb [EMAIL PROTECTED] Subject:Tomcat Administration problem To: tomcat-user@jakarta.apache.org Send reply to: Tomcat Users List tomcat-user@jakarta.apache.org Send

Re: Copying HttpServletRequest

2005-04-29 Thread Blaw662
windows?im ignorant

Re: 2 nd Try : help need for hosting the website

2005-04-29 Thread Hassan Schroeder
Robert Harrison wrote: I don't think you can see the external address if you browse from the same machine the site is hosted on. 1) uh, why the hey not? Name resolution is name resolution; where you're browsing from shouldn't matter (unless your primary DNS is local and delivering

Re: 2 nd Try : help need for hosting the website

2005-04-29 Thread Struan Kerr-Liddell
Am I miss understanding? I can see www.anishanumandla.com the text reads: *Anish Anumandla* born on Jan 7th 2004 at El Camino Hospital, Sunnyvale, California. He weighed 7lbs 8ozs and height was 19inches at the time of birth.To know more about him go through the website. Struan Hassan Schroeder

Re: 2 nd Try : help need for hosting the website

2005-04-29 Thread Hassan Schroeder
Struan Kerr-Liddell wrote: Am I miss understanding? I can see www.anishanumandla.com Obviously the OP fixed his problem -- it was definitely unavailable a while ago (via browser/telnet/nmap). Cute kid :-) -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design ===

Re: DatasourceRealm for tomcat 5.5

2005-04-29 Thread Parsons Technical Services
There are seperate pages for 5.0 and 5.5 In the 5.5 the syntax for the elements changed. If you open both pages and look at the examples you will see the changes.

Re: Is 5.5.9 stable?

2005-04-29 Thread Parsons Technical Services
Both are latest and greatest. If 5.0.28 works fine for you then I don't see any reason not to stick with it for now. The main difference in the two (as I have read) is that 5.5 does not need the JDK and as such resolves some license issues for a lot of users who wanted to package and

Re: TC v5.5.9 Won't Server *.htm Files

2005-04-29 Thread Bob Bronson
All, I just wanted to say that the problem here was my fault. I had forgotten a servlet mapping I had defined which was at the root of my problem. Thanks to all of you who looked at the problem and I am sorry to have wasted your time. Bob - Original Message - From: Bob Bronson [EMAIL

Re: How to run tomcat without specifying a JDK location?

2005-04-29 Thread Lakshmi Narayanan K.
Hi Jason, Thank you very much for replying. It worked. I modified setclasspath.bat to NOT check for the presence of jdb and javac. I was then able to start Tomcat by using 'catalina run' and 'catalina start'. Now I have a few more questions: 1) What is the role of the tools.jar file? Does it

RE: How to run tomcat without specifying a JDK location?

2005-04-29 Thread Caldarale, Charles R
From: Lakshmi Narayanan K. [mailto:[EMAIL PROTECTED] Subject: Re: How to run tomcat without specifying a JDK location? 1) What is the role of the tools.jar file? Does it help in compilation of JSP's? I mean, is tools.jar enough to compile JSP's without a JDK? Among other things, tools.jar