RE: Question on conf

2001-09-19 Thread S . Fronteddu
Paul Foxton paul@network- To: '[EMAIL PROTECTED]'

RE: Question on conf

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

RE: Question on conf

2001-09-19 Thread S . Fronteddu
nothing, it still address to index in ROOT :- other ideas ? Bye, Ste

IIS + Tomcat : IIS restarting and ultimately IIS stops

2001-09-11 Thread mahesh p s
Hi I am facing a problem thought that you might be able to help me out with this. I have installed IIS 5.0 on my box and I am using Tomcat Server along with this. And the redirector which you have written isapi_redirect.dll Now I am facing a weird problem which I am unable to pinpoint and is

Re: Out of environment space

2001-08-30 Thread ravishankar s
hi rajesh, try this 1.open a dos window 2.click on the ms-dos icon on the top left of the window 3.choose properties 4.click on the memory tab 5.in the initial memory drop down box choose 4096 6.close the window and open a new window and start tomcat,everything should work fine ravi On Wed,

Re: Permission Denied Error in Linux

2001-08-30 Thread ravishankar s
hi lester, try chmod +x startup.sh or chmod 777 startup.sh then try sh startup.sh or ./startup.sh what flavour of linux do u have i hope it;'s not RH7.0!!! ravi On Wed, 29 August 2001, Lester June Cabrera wrote: Hi, I tried to install Tomcat 3.2 in Linux. But when I run

Re: tomcat as an NT service.

2001-08-30 Thread ravishankar s
dear sumit, here's what the docs say The Jakarta NT service is an executable that wraps the Tomcat servlet container and executes it in the background as an NT service. To install it you will need to: 1.Get a hold on the NT executable (jk_nt_service.exe) Download the executable

Re: Permission Denied Error in Linux

2001-08-30 Thread ravishankar s
or chmod 777 startup.sh then try sh startup.sh or ./startup.sh what flavour of linux do u have i hope it;'s not RH7.0!!! ravi On Wed, 29 August 2001, Lester June Cabrera wrote: Hi, I tried to install Tomcat 3.2 in Linux. But when I run shell bin/startup.sh I

JSSE SSL with tomcat

2001-08-30 Thread Mehul S Dave
but when i connect to my SSL site i says that u dont have any Personal Certs. Please tell some Solution to resolve it. Thanks in advance * Mehul S Dave Scientific Officer, (STCS Dept.), Tata Institute of Fundamental Research Phone - 2152971 Extn

SSL-tomcat probs

2001-08-30 Thread Mehul S Dave
but when i connect to my SSL site i says that u dont have any Personal Certs. Please tell some Solution to resolve it. Thanks in advance * Mehul S Dave Scientific Officer, (STCS Dept.), Tata Institute of Fundamental Research Phone - 2152971 Extn

Re: Newbie JSP Question:

2001-08-30 Thread Nirav S. Desai
is that when I try to submit a form and then use request.getParameter( parametername ) I keep getting nulls even though I specify the parameter name. -Thanks for all the Help Pete Markowsky -- Nirav S. Desai

Re: Out of environment space - help!

2001-08-29 Thread ravishankar s
it's a classic win98 problem james... all u have to is open a DOS window and... 1.click on the icon on the top left of the window 2.choose properties 3.choose the memory tab 4.in the initial environment space drop down box choose 4096 5.close the window and open a new window and presto tomcat

Re: Tomcat v3.2.1 and Win 2k

2001-08-29 Thread ravishankar s
trust me david,there are less probs on win2k than in win98.just follow the docs and u should be home.if any probs do come up u know where to ask!!! On Wed, 29 August 2001, David DELGRANCHE wrote: Hi all, I just would like to know if there are some known problems installing

Re: Tomcat Performance

2001-08-24 Thread Rob S.
Again demonstrating that performance is completely dependant upon the OS, JDK, type of web application, etc. Blanket statements like, Tomcat is faster/slower than some other container are *pretty much* (not completely) useless nowadays. How hard is it to install JDKs and test? Change the

Re: Tomcat Performance

2001-08-24 Thread Rob S.
On Fri, 24 Aug 2001 14:43:50 +0200 [EMAIL PROTECTED] wrote: i had the best results with the sun jdk 1.3.1 on windows and with ibm jdk 1.3.0 for linux. on some linux machines the sun jdk wouldn't work at all... Not to defend it or anything =) but I've run it on suse, redhat, debian, and

Re: Tomcat 4.0.7b and lib help (FIXED)

2001-08-24 Thread Rob S.
Understand I am an idiot... but oh well... just a suggestion then for people like me that read... in Developing Applications with Tomcat, in 4.1 Directory Structure... in the lib/ portions, just put a note... 'JAR's only (No zips)'... I know it says 'JAR files' but I thought zips and jars

Re: Tomcat Shirts?

2001-08-24 Thread Rob S.
Oh man, i'd eat up some Tomcat shirts. I wonder if I we'd be able to use the TC logo the Pier made? You can get Java stuff from http://java.sun.com/. I think it's under java wear and books. - r On Fri, 24 Aug 2001 09:55:47 -0400 [EMAIL PROTECTED] wrote: Hi, I recently saw someone with a

Re: Newbie question re '.war' files

2001-08-24 Thread Rob S.
I've added 2 .war files to the $TOMCAT_HOME/webapps dir as per install notes but restarting tomcat doesn't affect them and I can't find (yet) any other info on what I have to do to extract them (they are archives right?). Restarting Tomcat should have expanded them into their

Re: error-page not working in TC 3.2

2001-08-24 Thread Rob S.
Ok, I give up, what am I doing wrong? I dunno, what happens in the browser and what's output in the log? - r

Re: Is there a way to make a default web.xml? --Tomcat 3.x

2001-08-24 Thread Rob S.
Someone correct me if I'm wrong plz =) but I believe the web.xml in $TOMCAT_HOME/conf is applied to all web apps. I think I read on the dev list (from Larry) that this feature was removed in 3.x to increase app portability === that relying on a default web.xml reduces the portability of an

Re: RequestDispatcher.forward()?

2001-08-24 Thread Rob S.
Can you please explain to me how to use RequestDispatcher.forward()? Yikes... you're better off searching Google or picking up a book on servlets. Or heck, you could read the servlet api javadoc comments =) - r

Re: I do not want to use 'webapps'

2001-08-24 Thread Rob S.
See the Context tag in server.xml, esp the docBase attribute. - r On Fri, 24 Aug 2001 17:53:26 +0200 [EMAIL PROTECTED] wrote: Hello! I am trying to set up Tomcat to work in the environment where we have been developing another application. In this environment we do not have a webapps

Re: Mozilla and Tomcat

2001-08-23 Thread Rob S.
I'd be glad to run the same test here. What version of Mozilla, Tomcat, setup, source code, etc.? - r On Thu, 23 Aug 2001 14:28:55 +0100 [EMAIL PROTECTED] wrote: So readers, can I assume noone has anything useful to add to why Tomcat produces: htmlbody/body/html for no apparent reason?

Re: SecurityException sealing violation

2001-08-23 Thread Rob S.
grep $CATALINA_HOME/* for sealing, and search the mailing list archives as well. I'm pretty sure the list has gone over this before =) - r On Thu, 23 Aug 2001 15:49:26 +0200 [EMAIL PROTECTED] wrote: Hi all, need some help here.. This is what i get as soon as a want to start Tomcat

Re: a simple ( irritating) classpath problem

2001-08-23 Thread Rob S.
Guys, not to be short-tempered here or anything, but open your eyes! These class loading issues have been a hot topic on the list for the last week, while all of you are writing/reading your own messages. 1) Search or browse the list the archives. 2) See classloader.html that describes

Re: SecurityException sealing violation

2001-08-23 Thread Rob S.
That doesn't prevent you from searching the archives at least ;) - r On Thu, 23 Aug 2001 16:21:53 +0200 [EMAIL PROTECTED] wrote: I'm not using Catalina

Re: Mozilla and Tomcat

2001-08-23 Thread Rob S.
When I request localhost/examples/, Mozilla actually DISPLAYS htmlbody/body/html in the browser window, whereas every other browser gets a directory listing. Why doesn't it just render a blank page? Before you submit a bug report, I'd crank up Catalina logging and see if it's even making

Re: Trying to use BrowserHawk4j

2001-08-23 Thread Rob S.
Hi Amanda, Have a read through the Application Developer's Guide in the 4.0 experimental docs at http://jakarta.apache.org/tomcat/index.html. It explains where to place .jar files during web app development. GL! - r On Thu, 23 Aug 2001 12:52:06 -0400 [EMAIL PROTECTED] wrote: To Whom It

Re: Preserving session variables across contexts

2001-08-23 Thread Rob S.
From the servlet specification: Section 7: Session Scope HttpSession objects must be scoped at the application / servlet context level. The underlying mechanism, such as the cookie used to establish the session, can be shared between contexts, but the object exposed, and more importantly the

Re: Mozilla and Tomcat

2001-08-23 Thread Rob S.
Once I got rid of 0.9.3 and reinstalled 0.9.2 life was good again. I've since upgraded to Tomcat 4.0b7 and am staying with Mozilla 0.9.2 and life is still good. Cool, some corroboration that 0.9.3 has some issues remaining to be worked out =) - r

RE: On Exam!

2001-08-23 Thread Rob S.
If you read and understand the JSP and Servlet specs, you'll do fine. Work experience is invaluable, especially when asking nitpicky questions on method names and whatnot. My biggest weakness was the web.xml-based questions. Haven't taken the web exam yet... finished Programmer, doing

RE: Any idea?

2001-08-23 Thread Rob S.
Has anywone know where can i download and burn Microsoft Office XP. Thanks. There's a hidden link somewhere on http://www.microsoft.com/ in their Office XP site. You'll have to read an understand the source code behind a Microsoft web page. With the time it takes to do that, you may as well

RE: 500 Error Handling

2001-08-23 Thread Rob S.
See the servlet specification. Start by looking into the error-page attribute in web.xml - r -Original Message- From: Darrell Porter [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 9:05 PM To: '[EMAIL PROTECTED]' Subject: 500 Error Handling Is it possible for Tomcat

RE: [security] apache exposes web.xml, *.java, *.class

2001-08-23 Thread Rob S.
Simple... instruct Apache not to serve any directory with WEB-INF in the path. See the Apache docs at http://httpd.apache.org/. Good luck! =) - r -Original Message- From: HeoGwangNam [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 9:43 PM To: [EMAIL PROTECTED] Subject:

RE: How do I make Tomcat include needed jars for my servlet?

2001-08-23 Thread Rob S.
+ It's WEB-INF not WEB-INFO (just to be clear). + Use a 'make' file or equivalent (see Jakarta's Ant build tool) so you don't have to worry about doing things manually w.r.t. building. So I really need a way to define CLASSPATH in application level instead of copy tons of variable classes

RE: Please help on HPUX

2001-08-22 Thread Rob S.
docs for apache: http://httpd.apache.org/ docs for tomcat: http://jakarta.apache.org/tomcat/index.html Let us know what specific problem you're having and we'd be glad to help... - r -Original Message- From: Dave Lopez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001

RE: please help!!! basic problem with tomcat 3.2.3 / win98

2001-08-22 Thread Rob S.
Hi Josef, I can't say I've ever seen that error message before =) Do you have the TCP/IP protocol installed? (Right-click on network neighbourhood, then on properties). - r -Original Message- From: Josef Oberckal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 3:20 AM

RE: Pre-install question

2001-08-22 Thread Rob S.
Apache serves documents plain and simple. You request a file from the server and it gives it back to you. Of course, there are lots of modules written for Apache that enable it to do extra things, this is just an extreeemely high level description =) Tomcat is a servlet container (an

tomcat-SSL

2001-08-21 Thread Mehul S Dave
from the Client side. I wanna know on the Server side how do i have the clients Certificate for Authentication. Or any other Steps for Client Authentication with respect to Certificates. Thanking you. Bye * Mehul S Dave Scientific Officer, (STCS Dept

RE: tomcat-SSL

2001-08-21 Thread Mehul S Dave
the solution. Thanks. * Mehul S Dave Scientific Officer, (STCS Dept.), Tata Institute of Fundamental Research Phone - 2152971 Extn - 2372 Mumbai . webpage:- http://www.ecom.tifr.res.in/~mehul *

RE: Problems debugging JSPs

2001-08-21 Thread Rob S.
Probabaly better off on the JBuilder forums/newsgroup. Not that you might not get an answer back there, but @ there message boards, you're guaranteed everyone's running JB =) - r -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001

Re: How do I display Images from servlet

2001-08-21 Thread Rob S.
just a path say /images/code.gif should do right, Quick suggestion: Try dropping the first '/'. Then again, I'm not sure what you mean by your servlet not being able to show images, so that could be completely wrong =) - r but this doesn't work. Please help me. Thanks alot, Mary

Re: Problem with JSP... Tomcat 4.0.7

2001-08-21 Thread Rob S.
Did you scroll down and look at the root cause? Trying to convert oracle to a number? - Root Cause - java.lang.NumberFormatException: oracle at java.lang.Integer.parseInt(Integer.java:414) - r

Re: Can't view Jsp examples

2001-08-21 Thread Rob S.
You have PWS and Tomcat setup? I'm confused... - r On Tue, 21 Aug 2001 16:07:31 -0400 [EMAIL PROTECTED] wrote: Yes. I have a personal web server set up so that I can use an http path, but no luck getting the jsp to work:( -Original Message- From: Mills, Theo [mailto:[EMAIL

RE: Place JSP anywhere on the web server?

2001-08-21 Thread Rob S.
Hi Jim, JSPs have no context outside of a web application and as such, cannot just execute from anywhere. I imagine your question is how to change where a web app resides on the HD. This is using the docBase attribute of the Context element in server.xml. - r -Original Message-

RE: Place JSP anywhere on the web server?

2001-08-21 Thread Rob S.
Ok, sorry for the bad terminology. You are correct, I just want to be able to specify a location other than under the tomcat dir structure. No worries. In retrospect, i sounded a little harse. Sorry about that ;) Can you point me toward and example of this element? sho' nuff... in the

FW: Transient Delivery Failure

2001-08-21 Thread Rob S.
Am I the only one getting these messages? - r -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 8:48 PM To: [EMAIL PROTECTED] Subject: Transient Delivery Failure KHEOPS - Network departement

RE: FW: Transient Delivery Failure

2001-08-21 Thread Rob S.
@Jakarta. Apache. Org Subject: Re: FW: Transient Delivery Failure nup (o: so its not just me then? On Tue, 21 Aug 2001, Rob S. wrote: Am I the only one getting these messages? - r -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21

RE: Possible to return multiple responses/pages for a request?

2001-08-21 Thread Rob S.
http://jakarta.apache.org/tomcat/index.html Navigate to download the binary for v4 and it'll be in the same dir on the server. - r -Original Message- From: Pierre Carette [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 9:32 PM To: [EMAIL PROTECTED] Subject: Re: Possible

RE: HELP newbie tomcat...

2001-08-20 Thread Rob S.
Try the documentation links on the tomcat home page: http://jakarta.apache.org/tomcat/index.html - r -Original Message- From: Dave Lopez [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 3:20 AM To: [EMAIL PROTECTED] Subject: HELP newbie tomcat... how do you setup

RE: Error-Log file ?

2001-08-20 Thread Rob S.
The Unix command line allows for stderr redirection. I'm sure there's a command-line HOWTO somewhere that dishes out the details since I've since forgotten =/ - r -Original Message- From: Kenny Ma [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 19, 2001 11:49 PM To: [EMAIL

RE: tomcat3.1 win98

2001-08-20 Thread Rob S.
Sweet almighty mother... your first step should be to upgrade to the latest production release of Tomcat, 3.2.3 =) Install that, get it working from DOS, then try to get it working from JB4. Btw, JB5 is out and it comes with a version of 3.2 I believe ;) - r -Original Message- From:

RE: Tomcat and Apache, can't get it up and running

2001-08-20 Thread Rob S.
Hi, I tried to access the JSP by using the fullpath (localhost/examples/jsp/colors/colrs.jsp) but then the log file reports [Mon Aug 20 10:24:22 2001] [error] [client 127.0.0.1] File does not exist: /var/www/html/examples/jsp/colors/colrs.jsp I'm afraid that I made some other change also

RE: tomcat and jdbc

2001-08-20 Thread Rob S.
Hi I am using tomcat in a win 98 environment. I registered my db as an ODBC data source. I have tried to go to the tomcat conf file looking for server.xml To enable the jdbc realm to be loaded but Tomcat is not connecting to jdbc. Please help... I have checkd with friends with same

RE: can't start tomcat 4

2001-08-20 Thread Rob S.
I've then trying to start tomcat as described, but it fails. I have the message Exception in thread main java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap in the catalina.out file. not very close to java, what's not found? Since it's Java, you don't *have* to build it,

Re: JDBC and Oracle

2001-08-20 Thread Rob S.
On Mon, 20 Aug 2001 19:52:14 +0800 [EMAIL PROTECTED] wrote: I have a question about JDBC and Oracle. In my Jsp I make a connection pool bean to connect with Oracle. And I found when I access the Oracle it will build a new session every time. So at last I can't connect with Oracle when it

Re: Does AJPv1x need Content-Length ?

2001-08-20 Thread Rob S.
If you want to send data, you need to POST. - r On Mon, 20 Aug 2001 14:47:39 +0200 [EMAIL PROTECTED] wrote: hi, I'm trying to send data to a servlet through a TCP connection. I create my socket, then send a GET /myapp HTTP/1.1 ... But I need to define the content-length for apache to

Re: WAP + Servlet

2001-08-20 Thread Rob S.
I'm not really sure I understand any of this... You're using JServ? Man, upgrade to Tomcat for crying out loud =) With the emulators (Nokia, etc.) you can request any URL. Install Tomcat locally, and you can just request your stuff from your own localhost. I have a feeling I'm opening a

Re: New to servlets: Parameter initialisation in web.xml

2001-08-20 Thread Rob S.
Eeek, I'm not sure where to start =) I have to set some init-param parameters in web.xml that are used in one of the examples init() method. Unfortunately the initialisation is not working properly and i get a 'null' when I print out the variable. Are you aware that web.xml only applies to

Re: http vs https

2001-08-20 Thread Rob S.
They are using IIS. That just about sums up the collective IQ. I hear what you're saying, but banging our heads against the wall for something they should arguably be providing... grumble =) I'm still keen to know how to get the servlet context path for a web application.. ie how to get

Re: Problem with loading servlets on start up

2001-08-20 Thread Rob S.
http://localhost:8080/hellouser/hellouser.jsp is how you would request your servlet. I have NO idea how Tomcat deals with servlets named like JSP files. A servlet spec guru might be required to answer that one =) Err, just found it, section 10. You're better off naming it something like

Re: New to servlets: Parameter initialisation in web.xml

2001-08-20 Thread Rob S.
I have written a couple of example servlets which I placed in the \webapps\ROOT\WEB-INF\classes folder, and these work ok Good =) Since I was using the \webapps\ROOT\WEB-INF\classes folder for my servlets, I altered the web.xml in /ROOT/WEB-INF. Good so far... hmm, why is this? Can

Re: FW: Error when reading a servlet

2001-08-20 Thread Rob S.
I have given something like this within my server.xml file Context path=/health docBase=/jakarta-tomcat-3.2.1/webapps/com/health/wls/servlets crossContext=true debug=0 reloadable=true/Context The docBase is the root of your web application, where there will be a WEB-INF subdirectory. -

Re: RequestInterceptor doubt

2001-08-20 Thread Rob S.
but if the prefix is given as just / then when url ~localhost:8080/health is given it gives me a error saying page not found. Why is that. Buddy, I dunno what browser you're using, but ~localhost:8080 doesn't work for me on Opera, Netscape, or IE. - r

Re: New to servlets2: Parameter initialisation in web.xml

2001-08-20 Thread Rob S.
public void init() throws ServletException { Don't you have to do a super.init() here? I remember this being a common problem... - r

Re: RequestInterceptor doubt

2001-08-20 Thread Rob S.
sorry, It's not ~localhost:8080 it's http://localhost:8080 ok, It's just a way of writing it. Sorry, sometimes you just never know =) - r

Re: SSL-How-2 for Tomcat 4

2001-08-20 Thread Rob S.
If you follow the steps... you CAN'T EVEN GET /examples in SSLThat sinches it... Abandom Hope All Ye Who Enter Here... I surmise that Tomcat4 b6 does NOT support SSL (any flavor / any way / never)... Looks like Bill will win again since the OSC is too busy writing viruses... That's

Re: SSL-How-2 for Tomcat 4

2001-08-20 Thread Rob S.
/ lousy program) is my guess... I using Win2K / IIS 5 / Tomcat4 b6...my app aside... I could NOT get /examples to come over with SSL... I'm seeing a LOT of inconsistency (between win2k and win2k server et al) cd -Original Message- From: Rob S. [mailto:[EMAIL PROTECTED]] Sent

Re: Log problem

2001-08-20 Thread Rob S.
You could always run them in a debugger w/JBuilder =) Look into Log4J, another Jakarta subproject. It's good logging stuff. I'm not sure where, but I just checked the javadoc for the log() method: Writes the specified message to a servlet log file, prepended by the servlet's name There are

Re: New to servlets2: Parameter initialisation in web.xml

2001-08-20 Thread Rob S.
If the author supplies a .war file, just drop that into the /webapps directory and restart Tomcat. Everything will expand and you can see exactly what he's doing. Good luck! =) - r On Mon, 20 Aug 2001 16:10:41 +0100 (BST) [EMAIL PROTECTED] wrote: hi, thanks Rob, Matt, Dim I have tried

Re: New to servlets2: Parameter initialisation in web.xml

2001-08-20 Thread Rob S.
- From: Rob S. [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 10:38 AM To: [EMAIL PROTECTED] Subject: Re: New to servlets2: Parameter initialisation in web.xml public void init() throws ServletException { Don't you have to do a super.init() here? I remember

Re: docs

2001-08-20 Thread Rob S.
For TC4, set CATALINA_OPTS and for TC3, set TOMCAT_OPTS. They will go into the java command line when the container is started. - r On Mon, 20 Aug 2001 12:03:16 -0400 [EMAIL PROTECTED] wrote: Exactly where can I find docs that describe how I can add java command line arguments (eg, I want

Re: VHosts causing app to load twice

2001-08-20 Thread Rob S.
Interesting... the server domain name should resolve to that IP address, right? You can't just remove the IP-address Host entry? - r On Mon, 20 Aug 2001 12:39:09 -0400 [EMAIL PROTECTED] wrote: I have a servlet based application that needs to be accessed using both the the server IP address

Re: tomcat.policy and WEB-INF/lib?

2001-08-20 Thread Rob S.
No, it's the location of the jar file(s) and their contents that's tripping you up. tomcat.policy is meant for use under a SecurityManager, not the problem here. - r On Mon, 20 Aug 2001 12:33:11 -0400 [EMAIL PROTECTED] wrote: Actually, I'm having problems getting stuff in WEB-INF/lib jar

Re: Servlets!! Servlets!!

2001-08-20 Thread Rob S.
c:/jakarta-tomcat-3.2.1/webapps/health/web.xml This is incorrect. It belongs under WEB-INF. Context path=/health docBase=webapps/health crossContext=true debug=0 reloadable=true/Context Looks good... 3)within c:/jakarta-tomcat-3.2.1/webapps/health/web.xml Wrong place...

Re: Help Installing Tomcat on Win95

2001-08-20 Thread Rob S.
from inside the lib folder I get a long list of classes. But if I try the same from c:\ the system can't locate the servlet file. Righto, it's showing you the contents of the servlet.jar file in that directory. The servlet.jar file *probably* doesn't exit in c:\ so it fails. So I placed

Re: Servlets!! Servlets!!

2001-08-20 Thread Rob S.
What was the problem? I'd like to know =) - r On Mon, 20 Aug 2001 13:01:13 -0400 [EMAIL PROTECTED] wrote: HI Richard, Filip Rob, Thanx alot guys, Now it's doing fine. This was interesting one, Learnt quite alot... Good luck guys, Jagadish -Original Message- From: Rob S

Re: Tomcat on Windows vs. Unix

2001-08-20 Thread Rob S.
Aside from upgrading to the latest stable release of Tomcat (3.2.3) ? =) - r On Mon, 20 Aug 2001 13:50:15 -0400 [EMAIL PROTECTED] wrote: We are developing a web application using Tomcat 3.1, Oracle DB, JSP, Java Servelets using MVC Architecture. All the development and testing is being done

Re: Help configuring tomcat 3.2.3 with Windows 2000 IIS 5

2001-08-20 Thread Rob S.
XML parser prollem... Try unsetting your CLASSPATH before starting Tomcat. - r On Mon, 20 Aug 2001 12:10:23 -0600 [EMAIL PROTECTED] wrote: Hi, I have followed the instalation instructions to the letter, but when I try to run startup.bat, I get an exception. The text for the exception, (or

RE: How do I make Tomcat include needed ZIP files for my servlet

2001-08-20 Thread Rob S.
rename the file to .jar? - r -Original Message- From: Jagadish Gopi [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 5:47 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: How do I make Tomcat include needed ZIP files for my servlet Thanx alot for replying

RE: tomcat 4 datasource casting

2001-08-20 Thread Rob S.
...and the second example for my class-not-found document presents itself =) Thanks guys! - r -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Craig R. McClanahan Sent: Monday, August 20, 2001 6:16 PM To: [EMAIL PROTECTED] Subject: Re: tomcat 4

TCb7 can't find my application specific classes

2001-08-20 Thread S Ramakrishnan
Env: Tomcat b7 standalone, Windows 2000 Problem: I find that Tomcat ends up looking for my application classes under the prefix org.apache.jsp. For instance, I have a class under webapps\brcat\WEB-INF\classes\Banner.class. The JSP that refers to this bean gets a compilation error: An

Ken X Horn has left the building (fwd)

2001-08-20 Thread Rob S.
Pier!!! I am not very happy with Ken X Horn. I think i'll try to contact Tim Dawson or John Havranek. - r -- Forwarded message -- From: Ken X Horn Ken X Horn%ARCORDIA%JPMORGAN_EXTERNAL%JPMHUBDOMAIN%JPMORGAN@jpmorgan.com Date: Mon, 20 Aug 2001 14:11:09 +0100 Subject: Ken X

RE: Can't stop tomcat.exe windows service

2001-08-19 Thread Rob S.
Did you happen to change the value of the Server port between startup and attempted shutdown? - r -Original Message- From: Michael Chen [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 19, 2001 10:40 AM To: [EMAIL PROTECTED] Subject: Can't stop tomcat.exe windows service I'm

RE: Tomcat and Apache, can't get it up and running

2001-08-19 Thread Rob S.
Hi Gero, - Accessing JSP pages by connection to port 8080 (TomCat) works fine - Accessing plain HTML via port 80 (Apache web server) is also no problem. Ok, this is a good start =) When I try to access the examples I get the following messages in the apache log [Sun Aug 19 17:33:14 2001]

RE: Can't stop tomcat.exe windows service

2001-08-19 Thread Rob S.
shutdown=SHUTDOWN debug=0 Reply-To: [EMAIL PROTECTED] Rob S. [EMAIL PROTECTED] [EMAIL PROTECTED] RE: Can't stop tomcat.exe windows serviceDate: Sun, 19 Aug 2001 12:02:43 -0400 Did you happen to change the value of the Server port between startup and attempted shutdown? - r -Original

RE: Can't stop tomcat.exe windows service

2001-08-19 Thread Rob S.
If you're running it as a service, the only way in which you'll be able to stop Tomcat is from the services control panel... As a security precaution, when running as a Service, Tomcat will not respond to shutdown thru the network interface. A definite FAQ entry! Thanks for the tip ;) -

RE: More understanding on startup.sh and shutdown.sh

2001-08-19 Thread Rob S.
:-) regards Kennice From: Rob S. [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: More understanding on startup.sh and shutdown.sh Date: Thu, 16 Aug 2001 07:16:09 -0400 Hiya Ken, Have you set the TOMCAT_HOME and JAVA_HOME

RE: http vs https

2001-08-19 Thread Rob S.
You must be joking. We're charging them :) It's just the twisted way they like to deploy things. their own SSL accelerator sounded like they had their own... my bad =) but of course that needs to be: https://whatever if the accelarator is in use. Wouldn't *any* web server behind

RE: More understanding on startup.sh and shutdown.sh

2001-08-19 Thread Rob S.
, 2001 10:31 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: More understanding on startup.sh and shutdown.sh Hi Rob, Can you enlightened me on TOMCAT_OPTS :-? TQ. regards, Kennice From: Rob S. [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Kennice Low [EMAIL PROTECTED

RE: Help Installing Tomcat on Win95

2001-08-18 Thread Rob S.
And, BTW, Rob, stop trying to hit on girls on the mailing list :) :) :) :) I tried it in the past, doesn't work! :) :) :) :) Hey, I'm just thrilled when someone positively responds to an RTFM request without saying, I read it, but it doesn't *exactly* answer the question I had =) grumble See

RE: Help Installing Tomcat on Win95

2001-08-18 Thread Rob S.
with 'hitting' as long as I get this to work:) Thanks, Sheila From: Pier P. Fumagalli [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Help Installing Tomcat on Win95 Date: Sat, 18 Aug 2001 02:52:14 +0100 Rob S. at [EMAIL PROTECTED] wrote: I

RE: Help Installing Tomcat on Win95

2001-08-18 Thread Rob S.
Err... That's the log for the Apache service... Not the one we're looking for... :) Hrmmm... Are you sure you didn't screw up and typed http://localhost:8008/ Instead of http://localhost:8080/ That's the only thing I can possibly think of... I should read the threads more carefully

RE: Tomcat/4.0-b7: ERROR reading java.io.FileInputStream@2d263f

2001-08-18 Thread Rob S.
Ok, that was it. I removed the default mappings from my web.xml and it works. Thank you! So what if the default mappings in $CATALINA_HOME/conf/web.xml are not the ones you want? For example, what if you want to map *.jsp to a controller servlet instead of the JspServlet? Should I modify

RE: http vs https

2001-08-18 Thread Rob S.
without the SSL engine. They want to use their own SSL accelarator however freeware geekNo doubt one they're going to charge your company for!/fg It must detect that as it isn't doing the SSL, and the SSL accelarator has decoded the SSL stream from the user, the connection is insecure and

RE: FreeBSD, Linux, Java Help - experiences

2001-08-18 Thread Rob S.
Steffen, Is there a question about Tomcat you wanted to ask? - r -Original Message- From: Steffen Haase [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 18, 2001 2:35 PM To: [EMAIL PROTECTED] Subject: FreeBSD, Linux, Java Help - experiences Hi, it's probably a little bit of

RE: FreeBSD, Linux, Java Help - experiences

2001-08-18 Thread Rob S.
Steffen, shrug I have a feeling I could answer your questions by searching the web, not by emailing the Tomcat discussion list. Have you searched the Tomcat archives for the words freebsd and performance? I want to know some progress reports about OS (Linux vs. FreeBSD) and Java. Who is

RE: tomcat 3.2.3 apache 1.3.20 integartion problem in solaris 7

2001-08-17 Thread Rob S.
I believe there is a readme included with the distrbution? If not, check the documentation on the Jakarta Tomcat website. http://jakarta.apache.org/tomcat/index.html - r -Original Message- From: Chockalingam.S [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 12:34 AM To:

RE: problem in loading jar files in WEB-INF\lib directory

2001-08-17 Thread Rob S.
Sounds like you could learn a lot from reading the Application Developer's Guide that comes packaged with tomcat in the /doc directory. It's also available online at: http://jakarta.apache.org/tomcat/index.html - r -Original Message- From: Paresh Deshpande [mailto:[EMAIL PROTECTED]]

RE: More understanding on startup.sh and shutdown.sh

2001-08-17 Thread Rob S.
export CLASSPATH=$TOMCAT_HOME/lib/servlet.jar:$TOMCAT_HOME/lib/jasper.jar ---end of profile--- Is there any error on the setting ? There should be nothing tomcat-internal-related in your CLASSPATH. Tomcat sets the CLASSPATH for you, by

<    1   2   3   4   5   6   7   8   >