AW: JDBC/ODBC: Technological choice

2001-05-28 Thread Ralph Einfeldt
It's not bizarre, just what JDBC API doc tells: For maximum portability, result set columns within each row should be read in left-to-right order, and each column should be read only once. -Ursprüngliche Nachricht- Von: Alexandre Bouchard [mailto:[EMAIL PROTECTED]] Gesendet:

Re: How to debug and run a JSP file or Servlet with JBuilder 4 ?

2001-05-28 Thread Edwin Martin
Huynh Tin wrote: Anyone help me , let me know how could i debug or run JSP or Servlet with this version of JBuilder4 and Tomcat, Looking at the feature matrix, it would only work with JBuilder Enterprise. http://www.borland.com/jbuilder/jb4/feamatrix/ Bye, Edwin Martin. -- Surf Edwin

RE: jdbc realm question

2001-05-28 Thread Pernica, Jan
It is OK. Then Browser will prompt you for user name and password. On Friday, May 25, 2001 6:02 PM, [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] wrote: I have a jdbc realm set up and running with the BASIC login config. I set debug to 9 and started to notice that as soon as a request comes in

Re: What Webserver is different from Web Application Server ?

2001-05-28 Thread TRichter
Hello Huynh Tin, best take a look at http://java.sun.com/events/jbe/98/features/appservers.html. IMHO it is a good introduction. Ciao Thomas You wrote: Hi All, I'm sorry for my basic question. I don't know what is different between WebServer and WebApplication Server. Could anyone help

Tomcat and certificate

2001-05-28 Thread François Andromaque
I have created a new key and a new certificate with openssl, how can do totomcat work with this new cert and this new key.

RE: Tomcat and certificate

2001-05-28 Thread Pernica, Jan
In the jdk1.3 documentation there is a chapter about security and there is description how to convert keys generated by openssl into JKS key store used by JSSE. On Monday, May 28, 2001 9:40 AM, François Andromaque [SMTP:[EMAIL PROTECTED]] wrote: I have created a new key and a new certificate

Re:xtp in Tomcat

2001-05-28 Thread Twylite
Hi there, Is anybody have HOWTO for using xsl stylesheets for jsp output in Tomcat? I think about something like xtp in Resin. Don't know anything about xtp or Resin, but there are a couple of possible answers to your question: 1. Take a look at Cocoon, if you're insterested in trying XSP

Error :not in streaming mode when indexed

2001-05-28 Thread Didier Imbreckx
Hello, I have the following error when an indexer is indexing my jsp site (jsp with oracle jdbc), Java.sql.exception: not in streaming mode. I have no long field in the queried tables. If not indexed, my site is working fine. I'm using tomcat 3.1, jdbc oracle 7x, oracle 7.3.4 and apache

Re: How to debug and run a JSP file or Servlet with JBuilder 4 ?

2001-05-28 Thread Dominique BATARD
Using JBuilder4 Foundation, I've integrated JBoss-Tomcat. I can now also debug JSP (and EJB of course) see http://www.jboss.org/documentation/HTML/ch11.html#howtotomcat Dom - Original Message - From: Edwin Martin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 28, 2001 8:41 AM

Re: How to debug and run a JSP file or Servlet with JBuilder 4 ?

2001-05-28 Thread Dominique BATARD
Sorry, this one is the good one : http://www.jboss.org/documentation/HTML/ch11s99.html Dom - Original Message - From: Huynh Tin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 28, 2001 5:36 AM Subject: How to debug and run a JSP file or Servlet with JBuilder 4 ? Hi all, I

Query

2001-05-28 Thread haneesh
on compiling the attached java file i receive the following error C:\test\changed\loginagain.java:27: cannot resolve symbolsymbol : method setMaxInactiveInterval (int)location: interface javax.servlet.http.HttpSession httpsession.setMaxInactiveInterval(1800); ^1 error i am using

RE :

2001-05-28 Thread François Andromaque
Hello, I have allready : add jcer.jar, jnet.jar, jsse.jar into the CLASSPATH directory generated a SSL certificate with openssl with alias 'tomcat' activated SSL connector in server.xml with a port value of 8443 ( port value 8443, keystore ok, keypass ok) Added

Retrieving Binary and non-binary information from a servlet

2001-05-28 Thread David DELGRANCHE
Hi, Does anyone can explain me how to retrieve binary and non-binary information from a servlet using Tomcat. Does JSDK 2.2 supports that? Thanks a lot for hel^p David. David DELGRANCHE [EMAIL PROTECTED] tel. 02.99 05.34.25 Fax:

Re: Problem with importing package in JSP

2001-05-28 Thread Christopher Benson
Kris, You're missing the @ sign. You wrote: % page import=3Dpackage.name.* % It should be: %@ page import=3Dpackage.name.* % Take care, Christopher Benson

Problems with XML parsing: welcome-file-list (web.xml)

2001-05-28 Thread christian kuehrt
everytime i try to deploy my application i get the following message: PARSE error at line 18 column -1org.xml.sax.SAXParseException: org.apache.crimson.parser/V-036 web-app servletStarting service Tomcat-ApacheApache Tomcat/4.0-b3 and the reason for this are in the web.xml: web-app

RE: Problems with XML parsing: welcome-file-list (web.xml)

2001-05-28 Thread Pernica, Jan
That is easy. Look into conf/web.dtd. welcome-file-list need not preceede the servlet. Regards Jan On Monday, May 28, 2001 1:57 PM, christian kuehrt [SMTP:[EMAIL PROTECTED]] wrote: everytime i try to deploy my application i get the following message: PARSE error at line 18 column -1

Re: Problems with XML parsing: welcome-file-list (web.xml)

2001-05-28 Thread christian kuehrt
thanks for your help i´didnt know that the order of the tags plays an important role ciao curt - Original Message - From: Pernica, Jan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 28, 2001 2:02 PM Subject: RE: Problems with XML parsing: welcome-file-list (web.xml) That

RE: lb-problem with mod_jk: high cpu load on apache when tomcat breaks down

2001-05-28 Thread GOMEZ Henri
Could you tell us if you're using ajp12 or ajp13 ? The latest mod_jk in TC 3.3 cvs handle correctly the case were on Tomcat failed or has been restarted - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD

RE: mod_jserv.so or mod_jserv_tomcat.so?

2001-05-28 Thread GOMEZ Henri
mod_jserv from ApacheJServ is not 100% compatible with ajp12 used in Tomcat. The mod_jserv_tomcat.so was called like this to indicate it's a mod_jserv but for tomcat. But I recommand you to use mod_jk / ajp13 - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .)

RE: mod_jk is garbled? Garbled? I got the binary...

2001-05-28 Thread GOMEZ Henri
MOD_JK present on jakarta.apache.org in RPM are BUILT AGAINST MOD_SSL (EAPI) Could you check the mailing list archive before asking this since it has been allready explained http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg09075.html - Henri Gomez ___[_]

Connector

2001-05-28 Thread Andrea Mari
Hi, I've a simple question. If I use Tomcat 3.2.1 with Apache, can I disable the http connector on port 8080 without any problems? I'm not sure. Thanks Andrea

jsp files waiting for reply

2001-05-28 Thread Super-User
Hello Tomcat users, I have recently installed tomcat 3.2.1 at my I386 solaris machine and am experiening some problems. The installation of the package went (of course) just fine. I extracted the tar.gz file and ran startup.sh afterwards. Everything startsup just fine. When connecting to the

Re: lb-problem with mod_jk: high cpu load on apache when tomcat breaks down

2001-05-28 Thread Timo Carl
The problem has been seen on both, ajp13 and ajp12. We use tomcat-3.2.1. What do think about using mod_jserv again? What kind of quality has the T3.3 cvs mod_jk? Is it possible to use it in a productive environment? Greetings, Timo GOMEZ Henri wrote: Could you tell us if you're using ajp12

Virtual Hosts

2001-05-28 Thread Martin Mauri
Hi users, has anyone here got running Virtual Hosts with Apache and Tomcat 3.2.1 within the same server.xml? I'm having problems, cause, though Apache recognise those virtual hosts, Tomcat doesn't. I attach my conf files. any help will be appreciated. regards.

RE: Connector

2001-05-28 Thread GASNIER Lise
Yes The HTTPConnectionHandler on port 8080 is used by TOMCAT running in standalone mode -Message d'origine- De: Andrea Mari [SMTP:[EMAIL PROTECTED]] Date: lundi 28 mai 2001 14:44 À:[EMAIL PROTECTED] Objet:Connector Hi, I've a simple question. If I use Tomcat

Re: Connector

2001-05-28 Thread Wolle
hello Andrea, yes you could do this, it's only neccesary when you use tomcat as stand alone web server, when you use it with apache or so, it communicates over ajp12 or ajp13 (Port 8007 /Port 8009) the only thing you don't do disable is the ajp12, when you use the ajp13, because it is needed to

alias tag in server.xml file

2001-05-28 Thread Jacob Kristiansen
Hi I'm having problems with the alias tag for virtual hosts in my server.xml file. Although catalina recognises the host just fine, the name I specified in the alias tag becomes an alias to the default host, and not the virtual host under which the tag is nested...Has anyone else

Re: Becoming a CA Authority

2001-05-28 Thread François Andromaque
Where can i find the instructions create and sign a ca? - Original Message - From: Tim O'Neil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 25, 2001 5:38 PM Subject: Re: Becoming a CA Authority At 04:45 PM 5/25/2001 +0200, you wrote: Can someone tell me all the steps to

RE: Apache w/ HTTPS - connection problems

2001-05-28 Thread Fred Huelsbeck
Title: RE: Apache w/ HTTPS - connection problems Well, now you need to open the SSL port, 443. If your goal is to allow only SSL access inside the firewall you will need to close port 80 from S1 to S2. -Original Message- From: Shiv Kumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May

RE: Becoming a CA Authority

2001-05-28 Thread GOMEZ Henri
if you're using Linux box, just take a look at jonama : http://www.multimania.com/jonama/ There is the necessary stuff in to handle ca and server certs - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD

How to get Role and Password from JDBC Realm

2001-05-28 Thread me
Hello, I want to use the provided user_pass and user_role in the JDBCRealm-Database given in server.xml. What is the most elegant way to do this? Of cource I would be able to get it via request.getRemoteUser() and then make a select to the hardcoded database name with provided auth user and pass

Re: Becoming a CA Authority

2001-05-28 Thread Eirik Dentz
If you are using openssl the following FAQ should do the trick. (It worked for me YMMV) http://www.modssl.org/docs/2.8/ssl_faq.html#ToC29 You should also be able to find this under the docs for mod_ssl on your system. -- Eirik Dentz From: François Andromaque [EMAIL PROTECTED] Reply-To:

Multipart Request

2001-05-28 Thread David DELGRANCHE
Hi I have a servlet which has two parameters, a binary one and a non-binary one. I used to work with JServ and an O'Reilly package to do multipart Request, so I could pass binary and non-binary informations in the same HttpServletRequest. I wanted using Tomcat

RE: lb-problem with mod_jk: high cpu load on apache when tomcat breaks down

2001-05-28 Thread GOMEZ Henri
The problem has been seen on both, ajp13 and ajp12. We use tomcat-3.2.1. Ok, I'm using TC 3.2.2b5 and 3.3m3. What do think about using mod_jserv again? mod_jserv appears to be in end-of-life. No more actively supported. I'd rather like see your bug-report about the current apache tomcat

tomcat process dies out...

2001-05-28 Thread Krishna Kishore Thotakura
hello, I am trying to setup multiple JVMs using mod_jk. the JVM running at port 8080 is okay. I'm having problem with the JVM running at port 8090. whenever, i log out of my server machine(the machine where i am starting my apache and tomcat), the tomcat process stops listening to the port 8090.

Re: Connector

2001-05-28 Thread Jeff Waugh
Yes. - Original Message - From: Andrea Mari [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 28, 2001 8:44 AM Subject: Connector Hi, I've a simple question. If I use Tomcat 3.2.1 with Apache, can I disable the http connector on port 8080 without any problems? I'm not

RE: Multipart Request

2001-05-28 Thread Bhat, Mahesh
You should still be able to use the oreilly package with tomcat (I am assuming you are refering to jason hunts package), Servlet Api 2,2 does not provide any classes for multipart requests and you have to use third part classes regards mahesh -Original Message- From: David DELGRANCHE

RE: tomcat process dies out...

2001-05-28 Thread Pernica, Jan
this is a known bug of JDK 1.3 on NT On Monday, May 28, 2001 4:52 PM, Krishna Kishore Thotakura [SMTP:[EMAIL PROTECTED]] wrote: hello, I am trying to setup multiple JVMs using mod_jk. the JVM running at port 8080 is okay. I'm having problem with the JVM running at port 8090. whenever, i log

RE:RE: How to get Role and Password from JDBC Realme -using 3.2.2

2001-05-28 Thread me
Thanks Jan, I have to apologize not to have explained the intended usage: I need username, userpassword and userrole since I will use it for DB-Authorization (GRANT to group, and user to tables and so on, connecting DB with username,userpass). I intend to synchronize username, password and role

Re: tomcat process dies out...

2001-05-28 Thread Krishna Kishore Thotakura
Hi, thanks for your quick response. But my server is a unix box running Red Hat 6.2. Pernica, Jan wrote: this is a known bug of JDK 1.3 on NT On Monday, May 28, 2001 4:52 PM, Krishna Kishore Thotakura [SMTP:[EMAIL PROTECTED]] wrote: hello, I am trying to setup multiple JVMs using

RE: web application archive (WAR) file

2001-05-28 Thread Bhat, Mahesh
Hi You could use the Ant tool to build a war file which in turn uses jar command line utility available with JDK. For unpacking war files you can use winzip or the jar utility available with JDK. Ant is a subproject under the Apache/Jakarta and is also bundled with Tomcat. Tomcat has a user

Re: web application archive (WAR) file

2001-05-28 Thread Daniel de Almeida Alvares
Hi, U can use the jar command of JDK, and rename to war extension the new file. Regards Daniel ___ Daniel de Almeida Alvares Santos - SP - Brasil [EMAIL PROTECTED] - Original Message - From: RANDRIAMPARANY Honitriniela [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

RE: RE: How to get Role and Password from JDBC Realme -using 3.2.2

2001-05-28 Thread Pernica, Jan
The username and the password is part of the request. you can get it from org.apache.catalina.util.Base64 base64Helper = new org.apache.catalina.util.Base64(); String unencoded = new String(base64Helper.decode(request.getHeader(authorization).getBytes())); int colon =

RE: tomcat process dies out...

2001-05-28 Thread Milt Epstein
On Mon, 28 May 2001, Pernica, Jan wrote: this is a known bug of JDK 1.3 on NT But from the command he shows as how he's starting tomcat, it looks like he's on a UNIX machine. I'd say that probably all he needs to do is start it in the background, a la: ./startup.sh -f server_1.xml Might

Starting and stopping servlets on tomcat startup and shutdown

2001-05-28 Thread Zsolt Koppany
Hi, as the subject shows is it possible that tomcat calls a class when tomcat is just started or when it is shutting down? My application needs database and some other external resources and it would be nice if I could control those resources depending on the status of tomcat. Zsolt -- Zsolt

Adding some new servlet entries

2001-05-28 Thread RANDRIAMPARANY Honitriniela
Hi, If I add some new servlet entries in the WEB-INF/web.xml file, do I have to stop and then to start again the server? Is there other means which makes it possible to avoid that? -- Honitriniela Randriamparany Tel.: (022) 705 76 29 CUI, University of Geneva Fax : (022) 705 77 80

JDBC Connections

2001-05-28 Thread Mathew Clark
Hi, We have implemented a simple JDBC connection pool for our servlet - do you think it is better to grab a connection once when a request is received and use that connection throughout the processing or should the connection be used only when necessary and released as soon as possible??

RE: Adding some new servlet entries

2001-05-28 Thread Bhat, Mahesh
you need to restart - you can access the new servlets directly using their class name http://myserver:8080/appname/servlet/servletclassname in which case web.xml entries are not required regards mahesh -Original Message- From: RANDRIAMPARANY Honitriniela [mailto:[EMAIL PROTECTED]]

Re: JDBC Connections

2001-05-28 Thread sibendud
Hi, I feel its better to be used only when necessary and released as soon as possible. Best regards Sib Mathew Clark [EMAIL PROTECTED] on 05/28/2001 10:07:34 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: JDBC Connections Hi, We have implemented a simple

RE: tomcat process dies out...

2001-05-28 Thread Mathew Clark
You may need to try nohup ./startup.sh -f server_1.xml This starts the process in the background and ignores hangups - output is to a non-tty. Regards, Matthew -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: 28 May 2001 16:22 To: [EMAIL PROTECTED] Subject: RE:

RE: JDBC Connections

2001-05-28 Thread Paulo J S Pereira
Mathew, It's been my experience to only use it when necessary and release it back to the pool when done. Otherwise, it is redundant to have a pool to being with. The pool's power comes in its management of available connections, if you minimize the available connections, the pool will try to

RE: tomcat process dies out...

2001-05-28 Thread Milt Epstein
On Mon, 28 May 2001, Mathew Clark wrote: You may need to try nohup ./startup.sh -f server_1.xml This starts the process in the background and ignores hangups - output is to a non-tty. It was my impression that for most/all non-basic shells (e.g. anything but sh :-), backgrounding a job

Logger: concatenate, not delete??

2001-05-28 Thread Majid Ahmadian
Hi Using Tomcat 3.2.1 on Linux. Tomcat deletes the logfile (tomcat.log) everytime it's restarted. How can I have him not to that, but keeps addign the log to the same file? This is how it looks like in my server.xml: [...] Logger name=servlet_log path=logs/tomcat.log

Signed certificate and tomcat

2001-05-28 Thread François Andromaque
How configure tomcat, after have create a new self signed certificate server.crt

Re: tomcat process dies out...

2001-05-28 Thread Krishna Kishore Thotakura
It still doesnt work. I was under the impression that tomcat would run in the background automatically. Also, i use the same command to start the tomcat process on my other port(8080), and it works just fine. Milt Epstein wrote: On Mon, 28 May 2001, Mathew Clark wrote: You may need to

Re: tomcat process dies out...

2001-05-28 Thread Jan Labanowski
The commands can also look like: Under /bin/sh, /bin/ksh, /bin/bash, etc: nohup ./startup.sh -f server_1.xml /tmp/mytomcat.log 21 Under /bin/csh or /bin/tcsh nohup ./startup.sh -f server_1.xml ! Jan [EMAIL PROTECTED] On Mon, 28 May 2001, Krishna Kishore Thotakura wrote: It still

Re: tomcat process dies out...

2001-05-28 Thread Krishna Kishore Thotakura
yeah..now, it works. nohup ./startup.sh -f server_1.xml 1 could u please explain how it made a difference? What does redirection to '1' mean? sorry, i am not a unix pro. Jan Labanowski wrote: The commands can also look like: Under /bin/sh, /bin/ksh, /bin/bash, etc: nohup

Re: JDBC Connections

2001-05-28 Thread Gary Lawrence Murphy
s == sibendud [EMAIL PROTECTED] writes: s Hi, I feel its better to be used only when necessary and s released as soon as possible. Best regards Sib I would qualify this advice by adding only when using DB connection pools. The overhead in making and breaking DB connections is

URL

2001-05-28 Thread Brian Kejser
Hi Is it possible to change the \servlet\ portion of the URL to something else? For example, www.domain.com/somepath/servlet/test to www.domain.com/somepath/whatever/test Thanks

RE: URL

2001-05-28 Thread Mathew Clark
Hi, Use serlvet-mapping in your deployment descriptor file. For Example: servlet-mapping servlet-nametest/servlet-name url-pattern/whatever/test/servlet-name /servlet-mapping You are stuck with the context-path though. so your final url will look like

Re: URL

2001-05-28 Thread Krishna Kishore Thotakura
I had seen the same question in the Tomcat FAQ. The solution is: 1. In web.xml servlet-mapping . . url-pattern /whatever/* /url-pattern /servlet-mapping 2. Tell Apache to mount /whatever to

Compile problems in FreeBSD 4.2

2001-05-28 Thread lance . hill
It has been suggested that the problem mentioned below may be fixed by adding two more steps: export LD_LIBRARY_PATH =$JAVA_HOME/jre/lib/i386/hotspot:$JAVA_HOME/jre/lib/i386/native_threads:$JAVA_HOME/jre/lib/i386 export LD_ASSUME_KERNEL=2.2.5 I have tried these steps as well, but I still can't

jaxp/crimson/xalan

2001-05-28 Thread Dante le Poole
hi, I have a apache 1.3.19/tomcat 3.2.1/w2k install with an app that using Xalan. Everything was working perfectly, though to get it all working I had to play around with my classpath, with the jaxp and crimson jars, to avoid NoSuchMethodErrors. Since then I've played around with some other

Tomcat on Windows 98

2001-05-28 Thread rocknation
I'm running Tomcat on Windows 98 and I can't get to my localhost:8080 = page. Please take a look at my batch file. Thanks! Rocknation @echo off rem A batch file to start/stop tomcat server. rem This batch file written and tested under Windows NT rem Improvements to this file are welcome rem

tomcat not running...

2001-05-28 Thread gildlrei
Hello guys, I don't know what's happening with my tomcat installation, it was ok... but suddenly stopped. I'm running on win2k + IIS redirect mode. When type tomcat start on prompt C:\, i receive the usual messages in a new DOS window and after it close automatically and tomcat process

RE:RE:RE: RE: RE: How to get Role and Password from JDBC Rea... - not in 3.2.2??

2001-05-28 Thread Dr. Thomas W. Richter
Hmm, thanks again Jan, but this method isn't available in Tomcat 3.2.2. So I fear I must perform getting userrole and userpass manually. How can I read out server.xml so that I have not to write a properties file where the name of the auth DB, useradminname and useradminpass once again?

Simple Catalina/JSP question

2001-05-28 Thread sachin chaudhari
I am using catalina 4.0 B5. But if I make changes to the JSP page it does recompile the page. Even after restarting the catalina. Only way to see the changes is to add a new JSP page restart the server. What configs in server.xml I need to change? Thanks in advance for your help. = Sachin

Re: Simple Catalina/JSP question

2001-05-28 Thread Remy Maucherat
I am using catalina 4.0 B5. But if I make changes to the JSP page it does recompile the page. Even after restarting the catalina. Only way to see the changes is to add a new JSP page restart the server. What configs in server.xml I need to change? Thanks in advance for your help. It's a

Re: Simple Catalina/JSP question

2001-05-28 Thread sachin chaudhari
Thanks a lot! You think I can get the latest build from the same place from apache.org on July 1st. --- Remy Maucherat [EMAIL PROTECTED] wrote: I am using catalina 4.0 B5. But if I make changes to the JSP page it does recompile the page. Even after restarting the catalina. Only way to

tomcat locale error message

2001-05-28 Thread Gilson do N. D'Elrei
Hello all, I have to received this error when i try to run tomcat, it's strange cos coincidentally my installation was ok and it has occurred after iinstall jdk1.3.1. I tried to reinstall jdk1.3.0_02 and even tomcat, but i didn't get success. Iverified tomcat archive messages, not all of

web.xml

2001-05-28 Thread Brian Kejser
Hi Is there any advantage to adding servlet entries in the WEB-INF/web.xml or should you just rely on the auto loading feature? Thanks

out of ideas on an error

2001-05-28 Thread Kevin Fonner
I am attempting to set up a servlet which acts as and rmi client. I am getting an error which I don't understand. Are their additional securitys I have to set or something?? Here's the error Internal Servlet Error:java.lang.NullPointerException at java.lang.ClassLoader.resolveClass0(Native

Tomcat Usage

2001-05-28 Thread Peter Horne
Hi... Has anyone or does anyone know of anyone who has done a mission critical deployment of Tomcat in a financial environment? I'd really like to hear from you... Thanks...Pete = Peter S. Horne [EMAIL PROTECTED] To know and not to do is not to know

Re: web.xml

2001-05-28 Thread Rock Luiss
- Original Message - From: Brian Kejser [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 29, 2001 8:09 AM Subject: web.xml Hi Is there any advantage to adding servlet entries in the WEB-INF/web.xml or should you just rely on the auto loading feature?

RE: web.xml

2001-05-28 Thread JULIEN,TIMOTHY (HP-NewJersey,ex2)
using servlet entries allows you to: - specify init-parameters - specify security-role-refs (a security role mapping) - specify a security role to use for the request - specify the servlet to be loaded on application (servlet context) startup - specify a *jsp* to be used (not just a servlet

Re: tomcat process dies out...

2001-05-28 Thread Milt Epstein
On Mon, 28 May 2001, Jan Labanowski wrote: The commands can also look like: Under /bin/sh, /bin/ksh, /bin/bash, etc: nohup ./startup.sh -f server_1.xml /tmp/mytomcat.log 21 Under /bin/csh or /bin/tcsh nohup ./startup.sh -f server_1.xml ! Don't you need a file name on that last

RE: tomcat-iis configuration

2001-05-28 Thread Todd Sussman
The servlets we had mapped in tomcat.conf had to be added as aliases in IIS. The same way you added jakarta for isapi_redirect.dll Hope this helps. Todd -Original Message- From: hardik [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 3:23 PM To: [EMAIL PROTECTED] Subject:

RE: IIS + Tomcat + SSL

2001-05-28 Thread Todd Sussman
I am redoing the server.xml file incase of any errors I may have made. This being the first time I have delt with SSL at all. When we access our site with http everything works fine. The same with https. The problem is that when we request using https, a message appears asking if we would like

Re: tomcat process dies out...

2001-05-28 Thread Milt Epstein
On Mon, 28 May 2001, Krishna Kishore Thotakura wrote: yeah..now, it works. nohup ./startup.sh -f server_1.xml 1 could u please explain how it made a difference? What does redirection to '1' mean? sorry, i am not a unix pro. Ummm, the command you show above doesn't match either of the

Re: out of ideas on an error

2001-05-28 Thread Moin Anjum H.
Hi, This is the most common error i get. I usually get if i try to compare or concat string variables that are null in value. Please check are your string variable. HTH Best Regards Moin. Kevin Fonner wrote: I am attempting to set up a servlet which acts as and rmi client. I am getting an

RE: out of ideas on an error

2001-05-28 Thread Warren Crossing
Hey nullpointers happen all the time look at the stack trace and c if you can work out whats wrong.. adcl loads the class at line 518 .. check it out what could be null?? the byte stream.. wouldn't yu xpect a IOException ?? resolveClass is inherited and works pretty damn well.. but what

Still Have SSL problems

2001-05-28 Thread Todd Sussman
I altered the server.xml file as explained in the ssl + tomcat document. The problem I have is that I do not understand how to import the cert. I have from Verisign. This was created with a request gernerated by IIS 5.0. I keep getting an error that it can not find the .keystore file. Do I need

adding client/stub classes to embeded tomcat

2001-05-28 Thread Nirvana
HI all, I am using JBoss2.2 with embeded tomcat3.2.1. I managed to deploy my EJBs to JBoss server. I am importing my EJB classes in my JSPs which are deployed in the embedded Tomcat. I have a bunch of them...so can't be bothered to add all of them to the system classpath. So..How to Add my

JavaBeans

2001-05-28 Thread Kavi
Hi everyone, I am trying to use my first javabean in a JSP using tomcat but where I must place the bean(or package??) I am getting error 500 - Unable to load class Please help!! __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great

RE: Signed certificate and tomcat

2001-05-28 Thread Rams
Hi Andromaque, can u elaborate ur doubt? Rams -Original Message-From: François Andromaque [mailto:[EMAIL PROTECTED]]Sent: Monday, May 28, 2001 9:16 PMTo: [EMAIL PROTECTED]Subject: Signed certificate and tomcat How configure tomcat, after have create a new self signed

RE: Still Have SSL problems

2001-05-28 Thread Warren Crossing
it should jsut use keytool that comes with the jdk.. have a look at the tools java doc. i think that netscape object signing uses netscapes keystore. but java ( jdk ) also has a keystore and tool. hope this helps. -Original Message- From: Todd Sussman [mailto:[EMAIL PROTECTED]] Sent:

[ANNOUNCEMENT] Tomcat 3.2.2 released

2001-05-28 Thread Marc Saegesser
I am pleased to announce that the Tomcat 3.2.2 release is now available for download at http://jakarta.apache.org/builds/tomcat/release/v3.2.2 Tomcat 3.2.2 is a maintenance release that fixes several bugs from version 3.2.1 and corrects all known specification compliance issues. The release

Reloading modified included JSP files

2001-05-28 Thread Sankar Kondur
Hi, I read an old post that said the problem of not reloading a modified inlude file unless the outer file was also modified was going to be fixed in 3.x I tested this problem in - 3.3 milestone 3 - 3.3 dev - 4.0 dev but it doesn't seem to have been fixed. Just wanted to know if it has