Informix connection pooling via JNDI resource

2002-03-20 Thread revin
Hi, Does anybody have experience with jakarta-tomcat-4.0.2 and connection pooling setup as a jndi resource (server.xml) for Informix DB (vIDS2000) I use the informix jdbc driver (ifxjdbc.jar). In fact everything works, I get no errors, except that the application keeps opening and closing the

URGENT!! SOAP OVER SSL USING TOMCAT

2002-03-20 Thread Manu Kumar
Hello All, I have a servlet running in tomcat which dispatches a SOAP message over HTTP to another server and shows the response. The servlet takes some parameters from a html page and then dispatches SOAP message. On reciept of the message the servlet shows the response in a web-page. Now , i n

Re: ssl and windows 2000

2002-03-20 Thread elmo
Hi Mehmet, Please find attached a document which I compiled from various sources for setting up SSL under Tomcat. I hope it helps... (See attached file: SSL.doc) Elias S. Mouchantaf Corniche El-Nahr, Beirut - Lebanon. Tel. +961-1-613958/9 [EMAIL PROTECTED] www.triloggroup.com

RE: mod_jk problems

2002-03-20 Thread Robert Abbate
Anyone seen anything like this before? [Thu Mar 21 01:54:22 2002] [jk_ajp13_worker.c (228)]: connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed [Thu Mar 21 01:54:22 2002] [jk_ajp13_worker.c (712)]: Error reading reply [Thu Mar 21 01:54:22 2002] [jk_ajp13_worker.c (845)]: In jk_e

Re: j2sdk1.4 compilation errors, any good online source for info?

2002-03-20 Thread Micael Padraig Og mac Grene
All the standard classes are in rt.jar, Leil. The "rt" is for "runtime". At 09:25 PM 3/20/02 -0800, you wrote: >Hi Michael, > >Thanks for the answer, I'm trying to setup my CLASSPATH to find the jar file >that contains the definition for String. My problem is that I can't find >it!! > >It used

ClassCastException on javax.crypto.Cipher and Tomcat4.0.3

2002-03-20 Thread Ver Allan Sumabat
Hi, I have coded my security module using bouncycastle provider and clean-room jce implementation (jce-jdk13-111.jar). On standalone, the decrypt module seems to be working. When the code is integrated in the servlet and deployed on Tomcat-4.0.3, a ClassCastException is thrown: java.lang.ClassC

petstore 1.3 on Tomcat 4 as J2EE server

2002-03-20 Thread robert rowntree
without running the J2EE server that comes with the "J2SDKEE1.3" download, I tried deploying the Petstore app. directly to a running instance of Tomcat 4.04. and got ANT 1.4.1 deployment errors like: [java] Error: Could not connect to localhost - javax.naming.ConfigurationException: In

Apache/Tomcat security issue -- URGENT

2002-03-20 Thread Surya Suravarapu
I'm using Apache 1.3.22 and Tomcat 4.0.2 on Windows NT/2000. I've a context called WebApp whose docBase="E:\WebApp". So, when I point my browser to http://localhost/WebApp/main it will take me to the login screen of the application. There is a folder called "Reports" in my E:\WebApp. Some part

How to obtain original request url?

2002-03-20 Thread Kwan, Kenneth Y
Title: How to obtain original request url? I have configured my webapp with customized error page for 404 error. Does anyone know how can I obtain the original requested URL? Thanks Kenneth Kwan -- To unsubscribe: For additional commands:

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-20 Thread JavaJosh
Actually Craig, the first thing I did when I downloaded Tomcat was read the entire documentation tree, taking notes along the way. Thanks for the link. > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 20, 2002 6:34 PM > To: Tomcat Users

RE: Tomcat and Unicode parameters in URLs ???

2002-03-20 Thread Soefara Redzuan
Thanks for pointing this out Larry. Unfortunately we use Tomcat 4 only because it seems quite a bit faster than the Tomcat 3 series. Thank you though. It looks like I'm going to have to learn how to "guess" the character set and language. Thank you, Soefara. >From: Larry Isaacs <[EMAIL PROTEC

Re: multiple WEB-INF?

2002-03-20 Thread Grandy Fu
Acutally what I am going to do is set a context for user home directory so each user in that home directory can write their own servlet program. I know I can setup a listen in tomcat for user servlet like following: But I have 2 reason to do what I do. 1. My old server using Jserv set up

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-20 Thread Craig R. McClanahan
On Wed, 20 Mar 2002, JavaJosh wrote: > Date: Wed, 20 Mar 2002 18:27:41 -0800 > From: JavaJosh <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > Subject: RE: Where's my fish? How do I go fishing? (Tomca

RE: j2sdk1.4 compilation errors, any good online source for info?

2002-03-20 Thread Tom Parker
> Thanks for the answer, I'm trying to setup my CLASSPATH to find > the jar file > that contains the definition for String. My problem is that I can't find > it!! > > It used to be in j2ee.jar in j2skee-1_3_01. You probably shouldn't be using any other definition of java.lang.String than the one

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-20 Thread JavaJosh
Thanks. Where is this attribute documented? > -Original Message- > From: John Roth [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 20, 2002 2:59 PM > To: 'Tomcat Users List' > Subject: RE: Where's my fish? How do I go fishing? (Tomcat 4.0) > > In esrver.xml: > > reloadable="true">

Servlet destroy ordering

2002-03-20 Thread Mario Felarca
Hello, I had a quick question about Tomcat 3.3a. In what order will it unload servlets? For my load-on-startup servlets, in the log, I see the init calls get executed in the order that I specify based off the value I give to load-on-startup. Are they unloaded in the same order? The reverse or

Re: j2sdk1.4 compilation errors, any good online source for info?

2002-03-20 Thread Leila Lappin
Hi Michael, Thanks for the answer, I'm trying to setup my CLASSPATH to find the jar file that contains the definition for String. My problem is that I can't find it!! It used to be in j2ee.jar in j2skee-1_3_01. My name is Leila and it's Persian. - Original Message - From: "Micael Padr

Re: j2sdk1.4 compilation errors, any good online source for info?

2002-03-20 Thread Micael Padraig Og mac Grene
You need to also set it for YOUR_HOME=/usr/whatever/.../your_root_directory JAVA_HOME=/usr/whatever/.../j2sdk1.4 CLASSPATH=$CLASSPATH:$JAVA_HOME/jre/lib/rt.jar:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/htmlconverter.jar:4JAVA_HOME/lib/servlet.jar:$YOUR_HOME PATH=$PATH:$JAVA_HOME/bin Okay dokay? Mica

BufferedReader oject between servlet and jsp

2002-03-20 Thread Dahnke, Eric
wondering if someone might help me out. I'm trying to pass a BufferedReader object between a servlet and jsp page using the session. on the jsp page I want to read out line by line the BufferedReader object. The idea works within the servlet code as shown, but within the jsp page no matter what I

Re: j2sdk1.4 compilation errors, any good online source for info?

2002-03-20 Thread Micael Padraig Og mac Grene
Leil, If you just want to compile, you can set the command line at the jdk1.4/bin/ (where javac is)and then enter "javac /usr/local/myapp/MyClass.java" or wherever the class is. But, what you really need to do is to set up your CLASSPATH environmental variables in /etc/profile to the appropr

j2sdk1.4 compilation errors, any good online source for info?

2002-03-20 Thread Leila Lappin
Could someone please suggest a good online source for getting some detail information on compilation errors with J2sdk1.4. I am trying to port an application that has been compiled and tested on NT with j2sdkee-1_3_01 libraries. The new system RH7.2 using the new j2sk1.4 whines about not find

RE: Log4j initialization problem

2002-03-20 Thread Kwan, Kenneth Y
Title: RE: Log4j initialization problem I found the same problem as well. It seems that for the same JVM (even with different webapps) all use the same(i.e. the last initialized) config file. Kenneth -Original Message- From:   James Adams [mailto:[EMAIL PROTECTED]] Sent:   Thursday,

mod_jk issues

2002-03-20 Thread Robert Abbate
Greetings to all. I’ve been working on trying to get Tomcat4 working on my Mandrake Linux 8.1 box. I’ve come to the following road block: First, I’ve installed mod_jk.so and mod_webapp.so and they seem to work fine. My httpd.conf config looks like this: […] LoadModule jk_module modules/mod_jk.so

apache to tomcat connector

2002-03-20 Thread Joe Hanish
Hi, I'm fairly new with all this technology, but I've managed to get tomcat (latest) and an application running... I was wondering if anyone had some quick pointers on what to read to get it rigged up with apache... I've read a few things, but the info seems scattered, and I'm not sure what I ne

RE: Tomcat 4.0.4-b1 does not work Help Help..................

2002-03-20 Thread Uma Munugala
> Hi > > > I have written a servlet which implements SingleThreadModel > and used already existing public static syncronized classes to access > database. > these classes were used for standalone application. > does static synchronized has any problem with servlets > > when I deployment my se

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-20 Thread John Roth
In esrver.xml: -Original Message- From: Ilya Khandamirov [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 5:53 PM To: 'Tomcat Users List' Subject: RE: Where's my fish? How do I go fishing? (Tomcat 4.0) >Forgive me, but I am not sure what tag to use to set "reloadable" file

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-20 Thread Ilya Khandamirov
>Forgive me, but I am not sure what tag to use to set "reloadable" file: %CATALINA_HOME%\conf\server.xml (or $CATALINA_HOME/conf/server.xml) tag: Regards, Ilya -- To unsubscribe: For additional commands: Troubles with the list:

RE: Figuring out which Unix process is which

2002-03-20 Thread Tomasz . Ciolek
Other way is to use netstat -anp (the p poption tells you whaich PID has the port) -- Tomasz M. Ciolek Systems Administrator - CSIRO Entomology Phone: 02-62464391 * Fax: 02-62464000 > -Original Message- > From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 20 March 2002

Using Apache SSL to send requests to tomcat 3.2.4

2002-03-20 Thread Brandon Cruz
I have SSL set up in apache so that all documents that are to be secured are placed inside the .../httpsdocs directory for each virtual host. Inside server.xml, I have a Host set up as follows... crossContext="false" debug="0" reloadable="true" I need to specify a docbase somehow that points

RE: Tomact + apache + warp (mod_webapp) + SSL

2002-03-20 Thread Tomasz . Ciolek
Hi All > UPS¡¡. I have spoken with Pier Fumagalli > (http://nagoya.apache.org/~pier/): Apache2.0/Tomcat4.0 with > mod_webapp and SSL are not fully implemented. SSL attributes can't be retrieval > from servlet :-( To clarify: I am using Tomcat 4.0.2, apache 1.3.22, mod_warp, mod_ssl. What

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-20 Thread JavaJosh
> -Original Message- > From: Cox, Charlie [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 20, 2002 5:09 AM > To: 'Tomcat Users List' > Subject: RE: Where's my fish? How do I go fishing? (Tomcat 4.0) > ... > your context needs to be set to reloadable="true". > I have noticed that it

Tomcat Security Exposure

2002-03-20 Thread Lawlor, Frank
During development and deployment I discovered that many types of errors while reading the web.xml file would result in the app coming up (at least partly), but with no security. This seems like a serious security exposure in a production environment. I believe this is potentially a serious secu

XXX Assert failed, buff too small

2002-03-20 Thread John Roth
We are having a problem with Tomcat using an upload servlet to upload potentially large files (up to 100MB). The servlet works fine for all file sizes in the following instances: http://servername/app/UploadFiles.jsp http://servername:8080/app/UploadFiles.jsp but when using https (ie: https://ser

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-20 Thread Dom
Hi You can try Eclipse at http://www.eclipse.org + the Tomcat plugin at : http://www.sysdeo.com/eclipse/tomcatPlugin.html + the JBoss plugin from Genuitec at http://www.genuitec.com (they also offer Weblogic and Websphere eclipse plugins) or eclipse IBM evolution WSAD, beta for free Dom -

Re: reloadable doesn't work with warpconnector

2002-03-20 Thread James Williamson
Hi Mike, I posted a bug about this, warp connector shows all sorts of odd behaviour with the manager app. because the way applications are indexed internally to tomcat. Example: you stop on application, then re-install it. When you reinstall it, tomcat gives it a incremented id, yet webapp is sti

RE: [Tomact Servlet Deploy Problem Help]

2002-03-20 Thread Sanjay Bahal
I further tried using the tag- http://localhost:8080/search/servlet/HelloWorldExample This also errors out: java.util.MissingResourceException: Can't find bundle for base name LocalStrings, locale en_US at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:707)

Post from Newsgroup?

2002-03-20 Thread @Basebeans.com
Subject: Post from Newsgroup? From: "Dave Butler" <[EMAIL PROTECTED]> === Do postings to this newsgroup get forwarded to the Tomcat mailing list? Dave -- To unsubscribe: For additional commands: Troubles with the list:

RE: Web-application not yet deployed

2002-03-20 Thread rsequeira
did you check the logs to see if the web application was deployed or not? I would suggest adding a Http connector element right after the warpConnector connector element. And then try accessing the web app with the URL. http://localhost:/examples. This way you can narrow down the problem to eithe

RE: Tomcat with JPDA WAS: Off Topic: Free J2EE IDE: Which one?

2002-03-20 Thread Brett Porter
Or, you could just run catalina.sh jpda start ? -Original Message- From: Gregor Kovaè [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 20 March 2002 11:15 PM To: Tomcat Users List Subject: RE: Off Topic: Free J2EE IDE: Which one? Hi! Here: put parameters to java: -Xint -Xdebug -Xnoagen

RE: Web-application not yet deployed

2002-03-20 Thread William Crook
I tried waiting a LONG time before starting apache and that didn't work. Any other ideas anyone ? :bill crook -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 3:28 PM To: 'Tomcat Users List' Subject: RE: Web-application not yet deployed I

RE: Garbage showing up when trying to download a word doc in TC 4 .0.1

2002-03-20 Thread Kapasi, Mehjabin
Thank you David for your prompt response. Here is what i got after trying your option. I am working on windows When i do HTTP 1.0 HEAD / HTTP/1.0 I get : HTTP/1.1 200 OK Content-Length: 41984 Date: Wed, 20 Mar 2002 20:56:38 GMT Server: Apache Tomcat/4.0.3 (HTTP/1.1 Connector) Las

reloadable doesn't work with warpconnector

2002-03-20 Thread Mike Johnson
Hi everyone, I'm new to Tomcat, so this could be something that I've done wrong... I've noticed some strange behavior with the warpconnector. For example, if I use the manager application to shutdown the root path (manager/stop?path=/) then the pages are no longer served by the *standalone* ser

Re: TC 4 - URLRewrite :: repost

2002-03-20 Thread James Williamson
Hi Reynir, I looked into this quite deeply, it seems like you can't get a handle on the url requested (to change) unless you go very deep into Tomcat's internals. As it happens I'm testing a modified mod_webapp which appears to work quite nicely letting you use Apache's rewrite mechanism (which m

RE: [Tomact Servlet Deploy Problem Help]

2002-03-20 Thread Sanjay Bahal
Thanks Charlie I tried both it did not work. My web.xml looks like this: HelloWorld HelloWorldExample HelloWorld /hello So I have mapped by class to a servlet and then mapped to urlpattern /hello. My understanding is (correct me) if I have html in the webapp/myapp

RE: JSP cookie + page reloading

2002-03-20 Thread Robert Nocera
If you redirect to the page instead of forward, your problem would be solved. I think putting the code to set the cookie in the main JSP page would work also. Robert Nocera New England Open Solutions www.neosllc.com "You supply the Vision. We will do the rest."   -Original Message

RE: Web-application not yet deployed

2002-03-20 Thread John Wadkin
I've only seen this error when: I've tried starting Apache before TomCat TomCat hasn't started - Apache can't communicate with it I've tried starting Apache too soon after starting TomCat Hope it helps! John -Original Message- From: William Crook [mailto:[EMAIL PROTECTED]] Sent: 20 Mar

Re: Log4j initialization problem

2002-03-20 Thread James Adams
Hello, I have tried the ServletContextListener approach suggested below by Sriram (thanks !) and I am still having the same problem, i.e. I get the log file (specified in my log4j.properties file) created under whatever directory I am at when I issue the tomcat start command. It appears that the

RE: [Tomact Servlet Deploy Problem Help]

2002-03-20 Thread Cox, Charlie
> -Original Message- > From: Sanjay Bahal [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 20, 2002 1:28 PM > To: Tomcat Users List > Subject: RE: [Tomact Servlet Deploy Problem Help] > > > I took care of this last error- some malform in the > web.xml. > Now I am back to square 1-

Web-application not yet deployed

2002-03-20 Thread William Crook
I'm trying to configure tomcat 4.0.3 / apache 1.3 / red hat 7.1 and I'm getting this error when trying to hit "/examples/" Here is a snip from my config file: HTTPD.CONF >>> LoadModule webapp_module modules/mod_webapp-1.0-eapi.so AddModule mod_webapp.c Serv

RE: ISAPI Filter not working with Webfolders win2k and Webdrive 5.1

2002-03-20 Thread Robert Priest
BTW - even the bundled webdav servlet does not work with the isapi filter. it works fine if you go against the port 8080 http://localhost:8080/webdav, but not against port 80 http://localhost/webdav. -Original Message- From: Robert Priest [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18,

Re: DataSources in Tomcat 4 / Windows XP

2002-03-20 Thread Lev Assinovsky
Is Oracle driver (classes111.zip) visible to Tomcat. I had to modify (in Linux) catalina.sh script to add driver's path to the internal CLASSPATH used by catalina. Martin Miranda wrote: > > Hello > > Im having problems creating a DataSource in a StandAlone Tomcat 4.0.1 > with Windows XP. The I

RE: TC 4 - URLRewrite :: repost

2002-03-20 Thread Reynir Hübner
thanx james... Client side redirect is not good enough... for what I was thinking. I am not really understanding your comment on how to do it internally. If I understand it correctly I might want to write a Connector that does the URLrewriting for me, (something like mod_webapp or coyote+urlrewr

tomcat3-3.3a-2 HELP

2002-03-20 Thread Huy K Dung
2002-03-20 14:19:40 - Http10Interceptor: SocketException reading request, ignored I saw that error in tomcar.log. Does anyone know what it is. My app doesn't run because tomcat doesn't load turbine library (jar) in WEB-INF/lib. I have tried to move all libraries (jars) into tomcat/lib/apps but i

Re: 403 errors for webdav PUT on TC 4.0.3

2002-03-20 Thread Marcia Perry
Hi Remy, Well, I wiped the egg off my face and saw the comment in $TOMCAT/ webapps/webdav/WEF-INF/web.xml to uncomment the entries that set readonly to false. That did the trick. Thx :) -- marcia Remy Maucherat wrote: > > > Hi, > > > > I tried using the DAVExplorer webdav client app w/ Tomca

Re: Tomcat 4.0.1 to 4.0.3 upgrade problem

2002-03-20 Thread Joel Sather
This is some more info about this problem. The error I get from the servlet is this: java.lang.NullPointerException at mnvu.MnvuPage.(Unknown Source) at mnvu.MnvuServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at java

JSP cookie + page reloading

2002-03-20 Thread Ming
Hi, In one of my JSP program, I'm using response to set cookie and forward to another page. But the new cookie cannot be recognized immediately until I refresh the page. Here is the senario: a logout.jsp which set cookie status=logout using response And then forward this page to a page called m

AW: problems connecting to MS Access when Tomca3.2 runs as service

2002-03-20 Thread Reto Badertscher
Is there a native JDBC driver available for accessing an Access Database. Need to create and fill a Access Database on behalf of a user request? Reto -Ursprüngliche Nachricht- Von: Randy Layman [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 20. März 2002 12:36 An: 'Tomcat Users List' Bet

Re: TC 4 - URLRewrite :: repost

2002-03-20 Thread James Williamson
Hi Reynir, I had a look at doing this, from having a look at the code, the only thing you can do is a client side redirect (i.e. sending back a HTTP 302 to the redirected page). From what I gathered you've got to start going right up the food chain within Tomcat to do it internally, i.e. Filter->

mod_webapp.so functionality with apache ACLs (.htaccess)

2002-03-20 Thread Griffith, Patrick, CTR, AFPCA/OAA
I'm new to Tomcat (and most Java for that matter). I have Solaris 8 with Apache 1.3.22 and Tomcat 4.0.3. I've created the mod_webapp.so module and it appears to work for me - in the sense that I can get the example jsp code to run through my apache. However, I need to also use the exhisting ACLs

RE: Tomact + apache + warp (mod_webapp) + SSL

2002-03-20 Thread Anthony Eden
Ah...Apache 2.0...that is different. My setup is with Apache 1.3.9. Sincerely, Anthony Eden > -Original Message- > From: Gabriel López Millán [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 20, 2002 1:21 PM > To: Tomcat Users List > Subject: Re: Tomact + apache + warp (mod_webapp)

DataSources in Tomcat 4 / Windows XP

2002-03-20 Thread Martin Miranda
Hello Im having problems creating a DataSource in a StandAlone Tomcat 4.0.1 with Windows XP. The InitialContext find the DataSource but it cames null This is the Code: <% InitialContext ctxinit = new InitialContext(); %> <%= ctxinit.lookup("java:/comp/env/jdbc/testDB") %> << N

Load Balacing Apache->Tomcat

2002-03-20 Thread Chris Ruegger
We are using Apache as a front-end proxy to multiple tomcat instances running on back-end machines. We would like to get Apache to do simple round-robin load balancing to the Tomcat instances. Is there a module out there for Apache that would let us do this? Thanks -- To unsubscribe:

Fwd: Host.java an unconnected gear?

2002-03-20 Thread Micael Padraig Og mac Grene
Never mind, figured out the Standard stuff. Thanks if you helped. Micael >Date: Tue, 19 Mar 2002 15:13:55 -0800 >To: [EMAIL PROTECTED] >From: Micael Padraig Og mac Grene <[EMAIL PROTECTED]> >Subject: Host.java an unconnected gear? > >How is the Host.java class used in Tomcat? It is never imple

RE: [Tomact Servlet Deploy Problem Help]

2002-03-20 Thread Sanjay Bahal
I took care of this last error- some malform in the web.xml. Now I am back to square 1- my server starts but when I execute it gives error: 1. http://localhost:8080/servlet/HelloWorld The requested resource (/servlet/HelloWorld) is not available. 2. /hello The requested resource (/hello) is not

Re: Tomact + apache + warp (mod_webapp) + SSL

2002-03-20 Thread Gabriel López Millán
UPS¡¡. I have spoken with Pier Fumagalli (http://nagoya.apache.org/~pier/): Apache2.0/Tomcat4.0 with mod_webapp and SSL are not fully implemented. SSL attributes can't be retrieval from servlet :-( Anthony Eden wrote: >I can say that it works for the default client (i.e. not using virt

RE: TC 4 - URLRewrite :: repost

2002-03-20 Thread Reynir Hubner
hey guys, I got no replies.. so this is a repost of the same message from early this morning.. (hope someone will notice it this time.. ). > Hi, > > I'm looking for the best way of writing a URLRewrite for tomcat that > works similar to mod_rewrite in apache. > Does anyone have an opinion on

mod_jk.log question

2002-03-20 Thread Cindy Ballreich
I'm using mod_jk with Tomcat 4.0.1 and Apache 1.3.19 on a Redhat 7.0 system. Looking at my mod_jk.log file, it appears that mod_jk is trying to map every request that comes to my server, regardless of whether it should be handled by Tomcat or Apache. This seems very inefficient to me and I'm wo

RE: [Tomact Servlet Deploy Problem Help]

2002-03-20 Thread Sanjay Bahal
Thanks Lance. I made it all caps- That took me a step further. Note to Windows(NT) users- windows shows the name in mixed case in explorer- even though you may type it in caps if you look at properties and DOS-NAME it will show the actual name- uppercase in this case. --- I got an error

Re: Tab Characters in web.xml (Tomcat 4.0.3)

2002-03-20 Thread Emir Alikadic
On 3/20/2002 12:01 PM, Jeff Larsen wrote: > I've been developing a web application in JBuilder using Tomcat 3.2 > with great success. Now it's time for the real world. I'm deploying > my app on Tomcat 4.0.3 on Solaris and I'm having problems with my > web.xml. When Tomcat starts, it gives me the f

ssl and windows 2000

2002-03-20 Thread Mehmet Ugur Kuzu (LinkPlus)
Hi, Do you know a detailed description of how can i generate my ssl keys and setup Tomcat under windows 2000, sincerely Ugur

Re: Multiple Tomcat 4.0.2 instances

2002-03-20 Thread Jean-Luc BEAUDET
Chris Ruegger a Ýcrit : > I should have been more specific earlier. I'm running Tomcat 4.0.2 and > interested in setting > up multiple instances on one machine. Any references greatly appreciated! > -Chris > > -- > To unsubscribe: > For additional commands:

RE: Multiple Tomcat 4.0.2 instances

2002-03-20 Thread John Niven
> -Original Message- > From: Chris Ruegger [mailto:[EMAIL PROTECTED]] > Sent: 20 March 2002 17:11 > To: [EMAIL PROTECTED] > Subject: Multiple Tomcat 4.0.2 instances > > > I should have been more specific earlier. I'm running Tomcat > 4.0.2 and interested in setting up multiple instance

Upload file to email as attachment

2002-03-20 Thread Jason Webber
jspSmartUpload can be found at http://www.jspsmart.com -- To unsubscribe: For additional commands: Troubles with the list:

RE: [Tomact Servlet Deploy Problem Help]

2002-03-20 Thread Lance Smith
Yes it must be ALL capital letters. -Original Message- From: Sanjay Bahal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 11:14 AM To: Tomcat Users List Subject: Re: [Tomact Servlet Deploy Problem Help] Kaikuo Luo, Thanks. Check my mail- I am doing all that. Is the name WEN-

Re: [Tomact Servlet Deploy Problem Help]

2002-03-20 Thread Sanjay Bahal
Kaikuo Luo, Thanks. Check my mail- I am doing all that. Is the name WEN-INF case sensitive? Sanjay --- Law Kaikuo <[EMAIL PROTECTED]> wrote: > Hi Sanjay Bahal, > > Maybe you should create a subdirectory under > WEN-INF called classes and put > you java class there. You need to specify the fully

Re: [Tomact Servlet Deploy Problem Help]

2002-03-20 Thread Law Kaikuo
Hi Sanjay Bahal, Maybe you should create a subdirectory under WEN-INF called classes and put you java class there. You need to specify the fully qualified pathe for your servlet class in the web.xml file and set the mapping. Use the map name in any request. Kaikuo Luo Sanjay Bahal <[EMAIL P

Multiple Tomcat 4.0.2 instances

2002-03-20 Thread Chris Ruegger
I should have been more specific earlier. I'm running Tomcat 4.0.2 and interested in setting up multiple instances on one machine. Any references greatly appreciated! -Chris -- To unsubscribe: For additional commands: Troubles with the li

Tomact Servlet Deploy Problem Help

2002-03-20 Thread Sanjay Bahal
I installed Tomcat4.01/NT the examples run- webapps/servlets. I am trying to deploy my example it does not run. I have directory structure /webapps/search/Web-inf/classes. Under /search I have my html file hello.htm- Execute I have my class in /classes. Under Web-inf I have my web.xml- Hel

Tab Characters in web.xml (Tomcat 4.0.3)

2002-03-20 Thread Jeff Larsen
I've been developing a web application in JBuilder using Tomcat 3.2 with great success. Now it's time for the real world. I'm deploying my app on Tomcat 4.0.3 on Solaris and I'm having problems with my web.xml. When Tomcat starts, it gives me the following error: 2002-03-20 10:47:48 ContextConfig

Re: extends JDBCRealm

2002-03-20 Thread Craig R. McClanahan
On Wed, 20 Mar 2002, Günter Kukies wrote: > Date: Wed, 20 Mar 2002 14:06:00 +0100 > From: Günter Kukies <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: extends JDBCRealm > > Hello, > > I want to write a new MyRealm cla

Re: mod_webapp not loading servlets or jsp

2002-03-20 Thread Rio Ronan
Hello Matt, I have the same problem with Apache 1.3.23 and Tomcat4.0.1 on NT4. But I had a result with a jsp, I follow the "JSP Quick-Start Guide - Page 5 - A Simple JSP", from http://www.webmasterbase.com/article/305 This small example should give you an idea. Good Luck. Ron. >I'm running A

Multiple Tomcat 3.2.4 Instances

2002-03-20 Thread Robert Walther
Thank you to those who have commented on the attached document. Before I revise it fully, I have two questions to pose to the group. First, there was real distaste for my use of mod_rewrite in Apache to redirect base URLs to their appropriate VirtualHosts ajp worker. My goal was to redirect a c

AW: multilple tomcat instances

2002-03-20 Thread Ralphn
Hi Chris Try this: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg43912.html and see the running.txt under /webapps/tomcat-doc HTH Greetinx Ralph > -Ursprüngliche Nachricht- > Von: Chris Ruegger [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 20. März 2002 14:31 > An:

compile.classpath value?

2002-03-20 Thread Leila Lappin
In build.xml what should I set this value to be? thanks

Re: Log4j initialization problem

2002-03-20 Thread Sriram N
Hello, I don't have access to my computer right now, but here's roughly what I do to use log4J within my Servlet 2.3 API compliant webapps. 1. Create a properties file called log4j.properties 2. Place this in WEB-INF folder. 3. Write a ContextListener and in the contectInitialized method, access

AW: J2EE and Tomcat

2002-03-20 Thread Ralph Einfeldt
As I see it, the spec is quit clear about that: 2.5.1 Generating Comments in Output to Client In order to generate comments that appear in the response output stream to the requesting client, the HTML and XML comment syntax is used, as follows: These comments are treated as uninterpreted templat

AW: Figuring out which Unix process is which

2002-03-20 Thread Ralph Einfeldt
With lsof you can find out which processes listens on a given port. As each tomcat has a unique ip/port combination you can find the pid of the vm for a given tomcat with that. BTW: the way to use wget is better, as this catches all errors where there might be a process that simply doesn't reac

RE: Struggling for one week please Help Help..................

2002-03-20 Thread Uma Munugala
Hi Daniel I double checked that compiler, iam using jdk1.3 for compiling my source codee and tomcat uses jdk1.3. classes are located in /WEB-INF/classes. Thanks Uma -Original Message- From: Daniel Hinojosa [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 4:14 PM To: Tomca

Re: Figuring out which Unix process is which

2002-03-20 Thread camccuk
--- NIVET Rémi <[EMAIL PROTECTED]> wrote: > Try /usr/ucb/ps auxww > > Rémi. As I was saying: this is fine until the process gets swapped out at which point ps reports the process as [java], no matter how many 'w's you specify - no one has been able to tell me a workaround for this. Thus, option

IllegalAccessException when using Java in XSLT

2002-03-20 Thread Wout Neirynck
Hi all, I've written a servlet that generates HTML using XML/XSLT. The XSL pages are using extra parameters that are passed on by the servlet (the http request, the http response and the session). But when I want to access these objects from within the XSL file using the Java extension stuff

RE: Struggling for one week please Help Help..................

2002-03-20 Thread Uma Munugala
Hi Jeff Actually in code I am returning boolean variable which either has true or false, Iam not literally saying return boolean. Thanks Uma -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 6:27 AM To: Tomcat Users List Subject:

RE: Struggling for one week please Help Help..................

2002-03-20 Thread jeff . guttadauro
I would suspect that your "return boolean" line in your defineCFDatabase method would be causing problems. Uma Munugala

Re: Off Topic: Free J2EE IDE: Which one?

2002-03-20 Thread hanasaki
Let's start with; "have you done the research on the web?" - jpda - "www.javasoft.com" - reading the Tomcat Startup scripts - jpda attaching in netbeans - The docs and dubug menus Chris Pheby wrote: > Can you give any more explicit instructions for how to do this?? It woul

Re: Figuring out which Unix process is which

2002-03-20 Thread NIVET Rémi
Try /usr/ucb/ps auxww Rémi. le mar 19-03-2002 à 21:52, Yoav Shapira a écrit : > Hi, > We run multiple instance of tomcat using the same JAVA_HOME, > so when we run a ps command (Solaris 2.8) we see a bunch > of java processes, but can't tell which one is which instance > of tomcat. Does anyone

RE: Upload file to email as attachment

2002-03-20 Thread Al Tingley
I haven't used jspSmartUpload, but you can certainly avoid writing then reading a file by using a ByteArrayOutputStream; write the uploaded file (that's already in an in-memory buffer) to a ByteArrayOutputStream, then use that stream's "toByteArray()" method in the constructor of a ByteArrayInputS

mod_webapp not loading servlets or jsp

2002-03-20 Thread matt
I'm running Apache 1.3.23 and Tomcat 4.0.3. I (apparently) set up mod_webapp successfully, but jsps and servlet still don't seem to work correctly over it. For example, http://localhost:8080/examples/jsp/numguess.jsp works fine. http://localhost:8080/examples/servlet/HelloWorldServlet works fi

Re: multilple tomcat instances

2002-03-20 Thread Jean-Luc BEAUDET
Chris Ruegger a Ýcrit : > I need to run multiple tomcat instances on a single machine each on a different port. > Is there some documentation out there that explains how to configure this? > Thanks! Well. The basic document give some interresting clues for it. But i give yu some informations i

RE: Tomact + apache + warp (mod_webapp) + SSL

2002-03-20 Thread Anthony Eden
I can say that it works for the default client (i.e. not using virtual servers) as I have it running this way right now with Tomcat 4.0.1 on Linux RedHat 6.1. I followed the instructions for building mod_webapp on RedHat (which was slightly complicated because I was missing a couple required libr

AW: multilple tomcat instances

2002-03-20 Thread Ralph Einfeldt
The attached document was provided by Robert Walther [[EMAIL PROTECTED]] some day ago. (March 15th) > -Ursprüngliche Nachricht- > Von: Chris Ruegger [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 20. März 2002 14:31 > An: Tomcat Users List > Betreff: multilple tomcat instances > > >

Re: automatic loading..

2002-03-20 Thread James Williamson
> > -- > > To unsubscribe: > > For additional commands: > > Troubles with the list: > > Well the best way for yu is just to install the manager features. > > That's exactly what for it was made. > > Hope this help.

  1   2   >