No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

No such list! s

2005-05-17 Thread s
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail:

servlet mapping and url

2005-07-02 Thread s s
i want to invoke a servlet using url like http://localhost:8080 only i have done it using http://localhost:8080/index.html where index.html is a servlet. Is it possible to load this servlet as a default just like a default web page. The point is i want a servlet to recieve a request when url

Problem in Tomcat Administration

2003-08-14 Thread Barath Narayanan S S
fault Administration userid and password. Regards, Barath Narayanan S S Wipro Technologies No. 92, 2nd Main Road, Keonics Electronics City, Bangalore - 560 100. India Tel: (Board) +91 80 51103070 extn 3069 (Mobile) +91 80 31866610 http://www.wipro.com

Install Tomcat 4.1.12 on WinXP

2002-11-14 Thread T S
I have installed Tomcat 4.1.12 on WinXP following the directions in JavaServer Pages by Hans Bergsten - pages 31-37. The startup appears to be correct but when I attempt to use IE I get errors. Here are the Command Prompt Window output messages from the startup command: C:\Program

Install Tomcat 4.1.12 on WinXP

2002-11-14 Thread T S
I have installed Tomcat 4.1.12 on WinXP following the directions in JavaServer Pages by Hans Bergsten - pages 31-37. I have also read the ReadMe and see no additional comments that were not included with the JavaServer Pages book. The startup appears to be correct but when I attempt to use IE

Fwd: Install Tomcat 4.1.12 on WinXP problem ... solved by installing Microsoft Loopback Adapter

2002-11-17 Thread T S
to Greg Nieman for following this problem through to completion. Thanks a lot for your help, Greg! Tim T S [EMAIL PROTECTED] wrote: Date: Sat, 16 Nov 2002 19:43:30 -0800 (PST) From: T S Subject: RE: Install Tomcat 4.1.12 on WinXP - after Loopback Adapter ... http://localhost:8080 works

Re: Tomcat 3.x failures

2002-06-27 Thread Ravishankar S
Hi Greg, u can use the blackdown port of the J2SDK...it's considered more stable and faster than the Sun's JDKu can dwlnd it from www.blackdown.org u can dwnld a source tarball and build it...i think a .deb version is also available... the IBM JDK is also stable and fastgo for

Contexts as symbolic links under webapps

2002-07-11 Thread S Jepson
help is appreciated! _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

configuration issues in Tomcat Server

2002-02-07 Thread Hari S
Hi, If someone has come across these issues with Tomcat server and have overcome, plese let me know. 1. After updating JSP/jar files in Tomcat server, do we need not stop and restart the server?. if i don't, it hangs. if i restart, i am able to access my pages from browser. Any solution

Does Tomcat maintain session values?

2002-02-07 Thread Hari S
Hi, I use JSP pages which maintain session values in a java class using JSP:useBean My pages work perfectly in other Servers. But in Tomcat, it doesn't. problem 1: it loses my session variable values and displays my pages with their default setting. worse is it loses track and displays with

Re: Does Tomcat maintain session values? Repost:

2002-02-07 Thread Hari S
Hi, Can someone address this issue. I have a nearing deadline. itz urgent. pls. Thanks Hari --- Hari S [EMAIL PROTECTED] wrote: Hi, I use JSP pages which maintain session values in a java class using JSP:useBean My pages work perfectly in other Servers. But in Tomcat, it doesn't

Re: Session Timeout

2002-02-07 Thread Hari S
I hope that in your TOMCAT_HOME/webapps/manager/web.xml file in /manager application, You should create a Manager role. i.e Your security constraint should look like following security-constraint web-resource-collection web-resource-name Entire Application /web-resource-name

How well does tomcat 4.0.03 work as a HTTP server?

2002-06-11 Thread S W
HI Everyone, I'm curious has anyone used Tomcat as a regular http server, and would you recommend it? The reason I'm asking this quesion is because I'm not sure if it would be better to use IIS to redirect the Java pages to the Tomcat server or if it would be better to serve the htm pages

Re: Debugging

2002-06-12 Thread Ravishankar S
hi trenton, if u have some fancy IDE like Visual Age/Visual Cafe' u can debug applications at runtime...but sadly the vast majority of us cannot afford such tools..so we print to the console...however my box is win98 and the console window does not scroll beyond 50 lines..so i wrote a simple log

Re: Storing Java Objects in SQL

2002-06-12 Thread Ravishankar S
Hi Paul, i came across an intresting article in JGuru hop this helps...personally the new type4 driver from MS sucks..i prefer the weblogic type 4 or the sprinta2000 type 4 driverthe MS driver has a lot of bugs with executing stored procedures,multiple resultsets scrollable resultset

Re: Debugging

2002-06-12 Thread Ravishankar S
: Ravishankar S [mailto:[EMAIL PROTECTED]] Sent: June 12, 2002 11:18 PM To: Tomcat Users List Subject: Re: Debugging hi trenton, if u have some fancy IDE like Visual Age/Visual Cafe' u can debug applications at runtime...but sadly the vast majority of us cannot afford such tools..so we print

Re: Reading Address Book

2002-06-12 Thread Ravishankar S
(Object) d; } public String nextToken() throws NoSuchElementException { int result=0; String s; if(startpostbt.length()) throw(new NoSuchElementException ()); result=tbt.indexOf(d,startpos); if(result0) result=tbt.length(); s=new String(tbt.substring(startpos,result)); startpos=result

Re: restarting tomcat programatically

2002-06-13 Thread Ravishankar S
u can execute DOS/shell scripts like this Runtime rt = new Runtime(); Process p = rt.exec(command); int status=p.exitValue(); status is 0 if command executes successfully but i don't know if it is really necessary to start the server from an application.. ravi - Original Message

Changing Default Websites???

2002-06-13 Thread S W
Hi Everyone, I've configured TomCat to run off port 80, however I'm not sure how I change the website so that it starts up my website instead of the default examples/jsp/index.html page. I've checked the server.xml and web.xml configuration files but still no luck. Any help would be greatly

Re: Other question

2002-06-13 Thread Ravishankar S
hi Laura, when tomcat runs an instance of java is always running..try ps -ax | grep 'java*' it should give a bunch of java instances depending on the no of threadshere's what my redhat 6.2 said 21619 pts/3S 0:14 /usr/java/jdk1.3.1/bin/i386/native_threads/java -clas 21664 pts/3

Re: Other question

2002-06-13 Thread Ravishankar S
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 3:11 PM Subject: Re: Other question Hey Ravi, Try doing ps auxwwwf it'll give you alot more detail the ps -ax won't let you actually see what java is running David Ravishankar S wrote: hi Laura, when

RE: Changing Default Websites???

2002-06-13 Thread S W
!!! --- Garling, Matthew [EMAIL PROTECTED] wrote: Hi S W, Take a look in the tomcat.conf file. There you will find the following entries: ApJServMount default /root and ApJServMount /examples /root. You need to change these to whatever paths you want or require. good

Default Website -- Still not working -- Thanks!

2002-06-14 Thread S W
Hi Everyone, I know I've previously asked this question, but I'm still having issues with it, I'm still a new to Tomcat. I would really appreciate further guidance on this issue. I'm trying to setup Tomcat so the default directory is something else other then Examples when I type in the IP

Tomcat binding to multiple IP addresses

2002-06-16 Thread S W
Hi Everyone, My original installation of Tomcat was installed on a computer with multiple IP addresses. Now my problem is that Tomcat tries to bind itself with all the IP addresses when I try starting it up. How do I change it so that it only binds to 1 IP address. I've already tried changing

Re: Catalina.start: LifecycleException:

2002-06-21 Thread Ravishankar S
hi Gita, AFAIK the type 4 driver for oracle is called classes112.zip...u have to put this zip file in tomcat home\lib...if it is still unable to find the driver...then rename it as classes112.jar or simply unzip the zip file to classes.. HTH, ravi - Original Message - From: Gita

Re: SEEKING URGENT ASSISTANCE

2002-06-24 Thread Ravishankar S
i thought this was a tech discussion list? what the hell is this message doing in such a list???!!! On Monday 24 June 2002 12:13 pm, you wrote: No, this is not funny at all. Anyone reacting to this will loose some serious money. They claim they are going to need some money from

Re: query three remote databases at the same time

2002-06-24 Thread Ravishankar S
Hi Halil, open three different connections and close them in the right order Connection con1=DriverManager.getConnection(); Connection con2=DriverManager.getConnection(); do ur stuff here con2.close(); con1.close(); HTH ravi - Original Message - From: Halil AKINCI

Re: My JSP pages are freezing !!

2001-08-15 Thread Rob S.
Hi Christian, Not to be skeptical, but it doesn't *sound* like a Tomcat problem. As well, the page isn't freezing per se, which would imply some sort of time-out, it's just looking the same when you hit it again. You'll need to provide more detail about the page if you want help, but I'm

Re: db connection denied access

2001-08-15 Thread Rob S.
java.sql.SQLException: Server configuration denies access to data source - It's a SQLException, so it looks like you've established a pipe between your code and the server (that error message would imply its Tomcat's fault), but in a way the *database* server doesn't

RE: Newbie help needed: error running JSP

2001-08-15 Thread Rob S.
Hiya Ken, Not to be a jerk or anything, your newbie help questions are fine and all, but the problem is that the only connection they have to Tomcat is that you're using the container. It's like if I emailed the GCC or Visual Studio lists saying, how come I'm getting all of these memory leaks

RE: Newbie help needed: error running JSP

2001-08-15 Thread Rob S.
PROTECTED]] Sent: Wednesday, August 15, 2001 7:09 PM To: [EMAIL PROTECTED] Subject: RE: Newbie help needed: error running JSP Rob S. wrote: ot to be a jerk or anything, your newbie help questions are fine and all, but the problem is that the only connection they have to Tomcat is that you're

RE: Newbie help needed: installing TOMCAT on linux

2001-08-15 Thread Rob S.
Try the documentation for the version of Tomcat you're using at http://jakarta.apache.org/tomcat/index.html - r -Original Message- From: Dave Lopez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 9:14 PM To: [EMAIL PROTECTED] Subject: Newbie help needed: installing

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

2001-08-16 Thread Rob S.
To: [EMAIL PROTECTED] Subject: More understanding on startup.sh and shutdown.sh Hi, I am using Linux o/s. I am very new to tomcat. Can anyone enlightened me on the starting and stopping of Tomcat ? Here is my startup.sh and shutdown.sh startup.sh

RE: Elementary question about Tomcat

2001-08-16 Thread Rob S.
Hi Krishna, Sounds like you could use a little web app introduction. Thankfully, I know just the trick. Check out the Application Developer's Guide for either Tomcat 3 or 4 in their respective documentation bundles available from the Tomcat homepage. Good luck! - r -Original

Re: passing parameter to a jsp tag

2001-08-16 Thread Rob S.
element has to have a child rtexprvaluetrue/rtexprvalue set to true. It means that the attribute in your custom tag can be set by a runtime expression value. As well, you have to escape the hell out of your attribute values if they include ''s. So if you wanted to use a request parameter you

Re: System.err

2001-08-16 Thread Rob S.
If you want to do printf'ing in a web app, IMHO you're better off doing it to a file you can tail. I don't believe the destination of the standard streams is defined in the servlet spec, so whatever you solution you come up with, you'd have to rethink if your app is supposed to run in a

Re: attribute XXX has no value

2001-08-16 Thread Rob S.
jsp:setProperty name=test property=message value=%=Recordset2.getObject(XXX).toString()% / --- ^ It thinks the character is terminating the value attribute. Try escaping it with a \. E.g. ...getObject(\XXX\).toString()... - r (I want to pass a value

Re: File not readable

2001-08-16 Thread Rob S.
Hi Andrej, I'm really going to need more information. Can you paste the stack trace? Telling me file not readable i have no idea what that means. Is that a trap by your code? An exception of some sort? - r On Thu, 16 Aug 2001 18:31:42 +0200 (MET DST) [EMAIL PROTECTED] wrote: Hello,

Re: page not loading on first request [tomcat4]

2001-08-16 Thread Rob S.
Hi Matt, Do you mean that, over time, your page is either blank or times out? Or do you mean that hitting refresh very quickly in succession causes this to happen? How many times do you go to it? - r On Thu, 16 Aug 2001 11:34:14 -0600 [EMAIL PROTECTED] wrote: I do not recall this being

Re: page not loading on first request [tomcat4]

2001-08-16 Thread Rob S.
- Original Message - From: Rob S. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 10:41 AM Subject: Re: page not loading on first request [tomcat4] Hi Matt, Do you mean that, over time, your page is either blank or times out? Or do you mean that hitting

Re: File not readable (fwd)

2001-08-16 Thread Rob S.
java.lang.IllegalArgumentException: APACHE$DISK:[APACHE.JAKARTA.WEBAPPS.aba2]00EB.TIF: File is not readable. I have no idea what javax.media is, but it looks like you're trying to use environment variables from inside a web app. On the command-line, they will be resolved and the right

Re: page not loading on first request [tomcat4]

2001-08-16 Thread Rob S.
Sorry the black was a typowas supposed to be blank. There are no errors in my Catalina log. This has me baffled, it didn't happen with 4b6. Doh, wish it wasn't a typo =) Hmmm... is this with even a simple JSP? Using any custom tags? Maybe you could check the TC4 changlog (in the root)

Re: Session of Tomcat.

2001-08-16 Thread Rob S.
Yes, take a look at javax.servlet.HttpSessionBindingListener in servlet API. This has been covered on this group before please look at the list archives. HSBL is when something is bound to the session, not when the session itself is created. You can create the sessions yourself I guess =) -

Re: Tomcat Crash java.net.SocketException: No buffer space available

2001-08-16 Thread Rob S.
Tomcat 3.1.1 Any and all replies are welcomed, we are at the end of our ropes... HELP! See the Tomcat homepage http://jakarta.apache.org/ (click on Tomcat) and figure out which version to download. 3.1.1 is super old. - r

Re: newbie install error

2001-08-16 Thread Rob S.
Exception in thread main java.lang.NoClassDefFoundError: org/apache/tools/ant/Main This is a problem with 'ant', another Jakarta subproject. Have you set an ANT_HOME environment variable to point to the root of your ant install? - r

Re: newbie install error

2001-08-16 Thread Rob S.
Use the binary download? =) Have you followed the Ant install documentation? - r On Thu, 16 Aug 2001 12:12:45 -0700 (PDT) [EMAIL PROTECTED] wrote: Rob, I just tried that, but I'm getting the same error. Any other thoughts? Chuq On Thu, 16 Aug 2001, Rob S. wrote

Re: Bug in ServletResponse.flushBuffer() in Tomcat 4.0b7?

2001-08-16 Thread Rob S.
While this may be a Tomcat problem, you should really look at your design. Why? Even if there is a problem and it's fixed, you'll still have your original problem if the network is slow. + You could use javascript to disable the button (or not allow submitting) after it's +been clicked on

Re: Version

2001-08-16 Thread Rob S.
Oh. My. God. I should start a Yahoo! Shop answering questions for $10k =) You obviously have access to the server... cd to $TOMCAT_HOME and read the README file. - r On Thu, 16 Aug 2001 14:38:21 -0500 [EMAIL PROTECTED] wrote: Folks, How do I know what version of tomcat I have on my

RE: Tomcat 4 restart command?

2001-08-16 Thread Rob S.
This stuff will be covered in a (soon to be written, I promise :-) HOWTO document about the Manager web app. In the mean time, consult the source code of the Manager servelt (org.apache.catalina.servlets.ManagerServlet) for all the things it can do. FYI anytime you or anyone writes an email

RE: Version

2001-08-16 Thread Rob S.
Greetings, deacon Marcus, starving Java expert from Poland (in case you don't know where it is, it's about eighty years behind Africa) --- I can say without a doubt, that this is the funniest thing I've read on the tomcat-user mailing

RE: Version

2001-08-16 Thread Rob S.
: Rob S. [SMTP:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 5:29 PM To: [EMAIL PROTECTED] Subject:RE: Version Greetings, deacon Marcus, starving Java expert from Poland (in case you don't know where it is, it's about eighty years behind Africa

RE: Version

2001-08-16 Thread Rob S.
there are instructions on how to get yourself off. people need instructions on how to get themselves off? hahaha i knew answering questions on the mailing list would be more fun than fighting my Win98 install to write docs =) - r

RE: Version

2001-08-16 Thread Rob S.
p.s. Probably it's written somewhere on the lists' homepage, but I'm to tired to check it now. What's the allowed ratio in kbytes for bitching and complaining to answered questions? Personally, it's more interesting than the standard, tell me that answer to a question that's already answered

RE: Are many people running Tomcat 4 in standalone mode?

2001-08-16 Thread Rob S.
I'm curious to know if there are a lot of people out there running Tomcat in standalone mode versus using it with Apache Web Server or some other Web server? If every single page in your site is a JSP, I've always thought that you would have diminished performance if you added Apache?

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

RE: Odd Tomcat Behaviour [ArrayOutOfBounds Exception]

2001-08-17 Thread Rob S.
Can you paste the stack trace? - r -Original Message- From: Naden [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 5:17 AM To: [EMAIL PROTECTED] Subject: Odd Tomcat Behaviour [ArrayOutOfBounds Exception] Hi, Simple question: I have a servlet package running

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

2001-08-17 Thread Rob S.
? paresh -Original Message- From: Rob S. [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 5:00 PM To: [EMAIL PROTECTED] Subject: RE: problem in loading jar files in WEB-INF\lib directory Sounds like you could learn a lot from reading the Application Developer's Guide

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

2001-08-17 Thread Rob S.
Then, the only question remaining is classes in my jar file are not being loaded for some reason. While loading the servlet, somewhere midway, the classes in WEB-INF\lib directory are not being loaded. strange isn't it? How do you know the classes are not being loaded? What kind of error

Re: Tomcat Tutorial Please!!!

2001-08-17 Thread Rob S.
What *specifically* do you feel you aren't getting? This way, I can try to accomodate you by putting it in. - r On Fri, 17 Aug 2001 09:49:39 -0400 [EMAIL PROTECTED] wrote: Hi Friends, Can you please direct me to a good tutorial for tomcat coz somehow I didn't get complete information from

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

2001-08-17 Thread Rob S.
come donw to Bangalore... paresh -Original Message- From: Rob S. [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 7:34 PM To: [EMAIL PROTECTED] Subject: Re: problem in loading jar files in WEB-INF\lib directory Then, the only question remaining is classes in my jar file

Re: Tomcat Tutorial Please!!!

2001-08-17 Thread Rob S.
to listen on port 80 I know tomcat is really an interesting stuff and that's why I want to learn it at any cost, I hope you people will help me in this. Jags -Original Message- From: Rob S. [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 10:05 AM To: [EMAIL PROTECTED

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

2001-08-17 Thread Rob S.
to Bangalore... paresh -Original Message- From: Rob S. [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 7:34 PM To: [EMAIL PROTECTED] Subject: Re: problem in loading jar files in WEB-INF\lib directory Then, the only question remaining is classes in my jar file

Re: Why and How Tomcat before Apache?

2001-08-17 Thread Rob S.
How do i make something automatically startup in *nix? This is more of a *nix question than a Tomcat question, really. You're better off searching the Internet or reading your *nix admin book. - r On Fri, 17 Aug 2001 16:43:41 +0200 [EMAIL PROTECTED] wrote: Ok ! but.. do you know the way to

Re: Tomcat Tutorial Please!!!

2001-08-17 Thread Rob S.
Rob, are you sure for all those things that I have asked, I can find in that link You have to READ them. Your questions are not address in question-and-answer form of course! If you read the docs or examine config files that the docs discuss, you'll find these things stated in one form

Re: Tomcat 4 doesn't start examples or webdav context

2001-08-17 Thread Rob S.
Did you modify the Examples application in any way? Because it's weird. I have 3 MacOS/X 10.0.4 boxes and never had one single problem... omg! I've figured out why Cali is running out of power! =) - r

Re: WEB-INF/lib not used?

2001-08-17 Thread Rob S.
Do you have it anywhere else in your CLASSPATH? It should only be in your WEB-INF/lib directory... - r

Re: Help Installing Tomcat on Win95

2001-08-17 Thread Rob S.
Sheila, Sheila, Shiela... read the RUNNING.txt file in CATALINA_HOME =) - r On Fri, 17 Aug 2001 20:16:52 + [EMAIL PROTECTED] wrote: Hi all, I downloaded the b7 version, and installed it in c:\jakarta-tomcat-4.0-b7 directory. I am using Win95, so edited the Autoexec to set JAVA_HOME and

RE: Help Installing Tomcat on Win95

2001-08-17 Thread Rob S.
I should add that I tried changing the port number in the server.xml file inside conf folder as mentioned in the RUNNING.txt. Also checked and made sure that the browser is not trying to access a proxy server. But it hasn't worked. Thanks, Sheila ?! This brings a joyous tear to my eye!

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

<    1   2   3   4   5   6   7   8   >