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: 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: 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

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: 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: 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: 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

Question on conf

2001-09-19 Thread S . Fronteddu
Hi, I'm a new tomcat user. I need to move the location of the webroot. Now it points to ROOT, I want change this in ROOT/gundam I've tried changing file server.xml Context path= docBase=ROOT/gundam debug=0/ but it doesn't work, why ? Bye, Ste

RE: Question on conf

2001-09-19 Thread S . Fronteddu
it still doesn't work now it points to index.html in ROOT I've moved my gundam dir at the same level of root in webapps Bye, Ste Paul Foxton

RE: Question on conf

2001-09-19 Thread S . Fronteddu
(Embedded image moved to file: pic08205.pcx)http://nameofmyserver Paul Foxton

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

Support for UDP

2001-10-27 Thread ash s
Hi ! Where can I get more information on the UDP-multicast support extended by Tomcat. Does Apache web server support UDP-multicast ? thanxs ash The Information contained and transmitted by this E-MAIL is proprietary to Wipro and/or its Customer and is intended for use only by the

Re: using Apache and Tomcat 4.0

2001-10-28 Thread ash s
Hi Alek ! When u say http://myhost/examples , this inturn means http://myhost:80/examples . But u have configured ur server at http://myhost:8080/examples. Hence itz not working. regards ash - Original Message - From: Ilic Aleksandar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday,

Tomcat Architecture

2001-11-01 Thread ash s
Hi ! Can someone give me some pointers where I could get to know the architecture of Tomcat. One way to understand the architecture is knowing and understanding the classes available in Tomcat and compare it with the servlet specifications given by Sun microsystems. If somebody could give a site

[Q]: Servlet mapping

2001-03-29 Thread S Ramakrishnan
With the mapping given below, the URL http://localhost/rks/Employee/ yields the following messages in access log: 2001-03-29 22:28:31 StandardContext[/rks]: Mapped to servlet 'default' with ser vlet path '/Employee' and path info 'null' and update=true Why does not the servlet-mapping below

ClassNotFound exceptions with Tomcat/4.0-b2

2001-04-02 Thread S Ramakrishnan
Environment: Windows2000 Tomcat4.0-b2 standalone Problem: I recently upgraded to Tomcat/4.0-b2 from the previous version of 4.0. I find that its not able to locate the servlet class files under webapps/mywebapp/web-inf/classes. I do not have a security manager installed. This used to work

configuring tomcat for two web-apps

2001-04-13 Thread Devanathan S
Hi i have configured tomcat for two web-apps one is the default example which is in webapps and other is my own application(let me call it as webapps2) which is in different folder not in webapps folder. now both are working fine. the webserver i'm using with tomcat is IIS instead of the

mod_jserv does not build on Unix

2001-04-22 Thread S Uma
Hello, I am a new user of tomcat on Unix. I need to use Tomcat with Apache. I tried to build mod_jserv on Unix and it gave the following error. Can't locate strict.pm in @INC (@INC contains: /Applications/App_Dirs/perl5/lib/PA-RISC1.1/5.00404 /Applications/App_Dirs/perl5/lib

Re: Error on Tomcat

2001-04-23 Thread S Uma
Please unsubscribe me from this list Thanks, Uma Dana Marcusanu wrote: Hi I think I got the first problem, but now I still get this error: 2001-04-23 10:33:48 - ContextManager: Adding context Ctx( /examples ) Starting tomcat. Check logs/tomcat.log for error messages 2001-04-23 10:33:48 -

Re: tomcat+apache

2001-05-30 Thread Parag S
tomcat has to be started before apache David DELGRANCHE wrote: You just have to start apache before starting Tomcat! David. -Message d'origine- De: unplug [SMTP:[EMAIL PROTECTED]] Date: mercredi 30 mai 2001 10:35 A: tomcat-user Objet: tomcat+apache Hi all,

simple Query

2001-05-30 Thread Parag S
I am using Apache 1.3.14 with Tomcat 3.2.2b on Solaris 2.6 and 2.7. I start tomcat and then I start apache. When I start apache it is throwing the following error - httpd:Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName. apachectl starts well, all

Help!! Tomcat-3.2.2 Out of Memory Error

2001-06-18 Thread Thomas S
Hello, Please help me Config:- Apache-1.3.14 +Tomcat 3.2.2 with mod_jk and Sun JDK 1.3 in RH-Linux 7.0 I am getting out of memory error in the tomcat tc logs. Tomcat servers servlets and jsp with jdbc connections. This problem seems to be periodic after 12-13 hrs of tomcat restart. We

Re: Help!! Tomcat-3.2.2 Out of Memory Error

2001-06-19 Thread Thomas S
., -Xms200m -Xmx400m), not merely 8-64. Thoughts? -jwh -Original Message- From: Thomas S [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 11:05 PM To: [EMAIL PROTECTED] Subject: Help!! Tomcat-3.2.2 Out of Memory Error Hello, Please help me Config:- Apache-1.3.14 +Tomcat

Re: 'Illegal Load: 0.75' from Tomcat

2001-08-13 Thread Rob S.
Hashtable/Map problem? - r On Mon, 13 Aug 2001 11:06:38 -0700 [EMAIL PROTECTED] wrote: I use Tomcat 4.0-b6 right now. And I frequentlly run into an error as the followings: A Servlet Exception Has Occurred Exception Report: org.apache.jasper.JasperException: Unable to compile

RE: Tomcat 3.x odd behavior...

2001-08-13 Thread Rob S.
Sorry to clog the list, but... hahahahha! =) - r -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 10:38 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat 3.x odd behavior... Why would anyone want to watch a Bolywood movie? This

Re: javax.servlet.ServletException: No suitable driver

2001-08-14 Thread Rob S.
I always wish I was better with JDBC, but I never manage to find the time to get down with it... Anyway, did you load the JDBC driver class? Just putting it in your classpath doesn't mean that it gets loaded. To me, it would appear that the no suitable driver when you're trying to connect to

Re: tag error

2001-08-14 Thread Rob S.
I can't say that I've seen this SPECIFIC error before, but if it's trying to create an attribute and you're getting a NoSuchMethodError it looks like you have an attribute in a custom tag, but not corresponding setter in the tag class. Or maybe no description of the attribute in your TLD. - r

Re: Servlet design question.

2001-08-14 Thread Rob S.
o.k. to ask general servlet questions here. If anyone has a better place for me to ask general servlet questions I would be happy to ask them there. I won't tell you what you can and can't send of course, but a better place would probably be a general servlet or JSP or webapp forum. We get

Re: Re[2]: war files. (tomcat 4.0 beta 7)

2001-08-14 Thread Rob S.
Frankly, I'm not quite sure I understand what your problem is. I've used JDBC drivers from Oracle, Postgres, Sun, and (in a roundabout way) Versant, and I'm yet to see anyone release a platform-specific JDBC jar. Anyway, all I do is throw the .jar into the WEB-INF/lib path of the app that uses

Re: Re[2]: war files. (tomcat 4.0 beta 7)

2001-08-14 Thread Rob S.
Yes, of course including the jdbc jar in WEB-INF/lib is gonna make the .war platform specific in so far as the database is concerned. What other option AHHH ok I was thinking, wtf? JDBC drivers run on any platform! =) - r On Tuesday 14 August 2001 02:22 pm, you wrote: Frankly, I'm not

RE: Trouble running a servlet

2001-08-14 Thread Rob S.
Are we talking about not being able to access localhost because you have a proxy setup? You can keep your proxy setup, just add an exception that tells Netscape not to go to the Internet for the host 'localhost'. - r -Original Message- From: Kenneth Litwak [mailto:[EMAIL PROTECTED]]

Macintosh and Java

2001-02-25 Thread S Lafredo
Hi, Has anyone set-up a Macintosh to run Apache and/or Tomcat? I think I have found several ways to do this but I was hoping someone could confirm them for me. 1. I am running MacOS 9.x, MRJ 2.2.4 and downloaded jakarta-tomcat-3.2.1 I clicked on the Tomcat Start and a Java console opens and

RE: Macintosh and Java

2001-02-25 Thread S Lafredo
I tried that and it did not work? I was getting very strange error messages from IE. Not wanting to give up I quit Tomcat and started it up again while IE was running (shouldn't make a difference :) and now I get the Tomcat page. When I run the sample JSPs I am throwing exceptions all over the

Re: init-param with Tomcat4.0

2001-02-26 Thread S Ramakrishnan
I am afraid I do not understand. Why are the two correlated? Unless I am mistaken, servlet mapping is for arriving at compact URLs for user convenience. Why is this mandatory in order to specify init-parm's? Thanks, Rk x77309 On Mon, 26 Feb 2001 10:58:44 Craig R. McClanahan wrote: S

RE: init-param with Tomcat4.0

2001-02-26 Thread S Ramakrishnan
Thanks for your note. web.xml for my application has clearly bound a set of init-parm's with a servlet class. Hence the container must be able to uniquely determine the set of initial parameters, given a servlet class file, regardless of by what name ("default" or otherwise) the servlet is

RE: log() ?

2001-02-27 Thread S Ramakrishnan
The Throwable argument is optional. This is a different problem. The GenericServlet has a log() service. You do not need to seek ServletContext to log messages within the HttpServlet methods At any rate, you pl post the stack trace? Rk x77309 -Original Message- From: Brett W. McCoy

Tomcat on HP UX is very slow

2001-03-20 Thread S Uma
Hello, I am new to using Jakarta Tomcat. I have installed it on HP UX and run it. It has made my system very slow and web page accesses are also extremely slow. Should I do anything to make it run fast? Are there any specific system requirements? Thanks, Uma

Re: Possible bug: welcome files and parameters

2001-03-23 Thread S. Schmidt
Remy Maucherat wrote: Tomcat 4 will return a 302 (temporary redirect) pointing to /news/path_of_the_welcome_file. The thing is I don't know if I should include the query parameters in the Location header (which is not something I'm doing right now). Ok, it's a bug. Fixing it now :) Is

Re: Possible bug: welcome files and parameters

2001-03-23 Thread S. Schmidt
That way the image data gets corrupted. Isn't this information supposed to be in the HTTP Headers, and not in my output? This corruption is produced by an HTTP/1.1 transfer encoding called chunking. Its support is mandatory in HTTP/1.1. Which HTTP client are you using ? If you're

Re: Does servlet mapping work in Tomcat 3.1?

2000-11-22 Thread S Bauer
Can I get a confirmation of this, because I took an app that was working and switched the tags around and it had no effect. sb - Original Message - From: "Kurt Bernhard Pruenner" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 22, 2000 4:04 PM Subject: Re: Does servlet

PROBLEM in Win98 startup-NoClassDefFoundError

2000-12-29 Thread S Joseph
s being called. P.S : I have removed all other classlibraries in my autoexec.bat classpath set up except jdk\lib. I am not able to figure out the problem inspite of being at it for two days. PLEASE HELP!! I have become obsessed in solving this problem Thank you Joseph S Wish you all a very happy New Year

Proper usage of JDK1.4.0_01 Logger and Tomcat 4.0.3

2002-09-10 Thread Evan S
Hi, I am having some difficulties using the JDK1.4 logger with Tomcat 4.0.3 in my current project. The project requires me to log certain errors into the database and I thought having a custom DBHandler will easily get the job done. When I tried to read the logging properties(i.e.

Hi all.

2002-09-13 Thread sumeet . s
Hello, I am using Apache Tomcat 4.1.10(full version) server on windows2000. It is a strange error that I have encountered. When I edit the catalina.bat or the setClasspath.bat for adding another directory to the classpath, I get an error on the jsp Page which cannot find the ServletContext in

Alias Name

2002-09-28 Thread Vijayaraaghavan S
contains information, which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s), please note that any distribution, printing, copying or use of this communication or the information in it is strictly prohibited

DBMS access denied with Jakarta NT Service

2002-10-08 Thread Cinzia S
Hi all, I'm having database access denied when running Jakarta as an NT Service, while no db access problems when running as a standalone program. This is the spec: Jakarta-Tomcat 3.3.1, servicing servlets and jsp requested by IIS through isapi_redirect.dll, Windows 2000 Server. Thanks for any

Re: DBMS access denied with Jakarta NT Service

2002-10-08 Thread Cinzia S
denied with Jakarta NT Service excuse me but I would like to know how do you do to access a database with tomcat 3.3.1 server.xml? web.xml? lookup? Can you give me a complete exemple? thanks for your help -Message d'origine- De: Cinzia S [SMTP:[EMAIL PROTECTED]] Date: mardi 8 octobre 2002

<    1   2   3   4   5   6   7   8   >