to be a bit more specific: using POST with SSL (was: mod_jk required for apache/tomcat/SSL?)

2001-08-28 Thread Amthauer, Heiner
Hi again, sorry, my last question did not really explain my situation. I'll try it again: I did install Apache 1.3.20, Tomcat 3.2.3, openssl 0.9.6, mm 1.1.3 and mod_ssl 2.8.4. I installed it according to a install-log of our company (which is actually the same as yours, Jan :) and it all works

Exception when forwarding

2001-08-28 Thread Reto Badertscher
Hi, When forwarding a request to a servlet called 'Controller' - Code Snippet try { javax.servlet.RequestDispatcher rqd = req.getRequestDispatcher(Controller?action=someaction); rqd.forward(req,res); return; }catch (Exception e) {

Re: Error when processing octal integer values passed as parameters.

2001-08-28 Thread Allan Kamau
--- Allan Kamau [EMAIL PROTECTED] wrote: Hi all, I am trying to pass Color values like 0xee or 0xEE as values to parameters from a get post (in the header). However I am unable to process the value into an integer value which is a requirement for the Color(int) constructor I will

Re: mod_webapp errors....

2001-08-28 Thread Roberto B.
To compile webapp_module you must have in to your system APX ( Apache webserver development kit ), libtool v1.3.3 or newer and autoconf Roberto. - Original Message - From: Jack Lauman [EMAIL PROTECTED] To: Tomcat User List [EMAIL PROTECTED] Sent: Tuesday, August 28, 2001 2:16 AM

Re: to be a bit more specific: using POST with SSL (was: mod_jk required for apache/tomcat/SSL?)

2001-08-28 Thread yilmaz
Hi Amthauer! it seems that you didn't use doPost(Httpreq,res) method in your servlet, am i right ? cheers :) - Original Message - From: Amthauer, Heiner [EMAIL PROTECTED] To: 'tomcat' [EMAIL PROTECTED] Sent: Tuesday, August 28, 2001 3:24 PM Subject: to be a bit more

Questions about Jasper and Sun's jdkse1.4.0 Beta 2

2001-08-28 Thread Robert Finneran
Hi, I recently switched to jdkse1.4.0 Beta 2 because I was having seg faults with Sun JDK 1.3.1 using RH 7.1 Linux 2.4.3-12. Now that I've switched, my servlets run fine, but Jasper barfs when I try run .JSP pages: org.apache.jasper.JasperException: JASPER: Unable to compile class for

AW: to be a bit more specific: using POST with SSL (was: mod_jk required for apache/tomcat/SSL?)

2001-08-28 Thread Amthauer, Heiner
no, sorry, you are not. It is not a java source-code problem. The system is all working perfectly well with normal http. And there are serveral servlets, some being accessed with POST and some with GET - all work fine. Until I switch to SSL. Afterwards I can no longer access the servlets with

Apache/Tomcat Virtual Host

2001-08-28 Thread Roberto B.
I found no documentation.. so.. could anyone please tell me how to setup this: I use Tomcat 4 b7 and Apache 1.3 under Linux (Debian) I want to set up some virtual hosts with Apache under the dir. /var/www/... for ex. /var/www/site1.com /var/www/site2.com etc.. Catalina home (tomcat home) is in

Possible Problem with UTF-8 encoded HTTP Requests

2001-08-28 Thread Thomas2 . Maesing
Hi, I have a problem with UTF-8 encoded HTTP Requests. Tomcat 3.2.2 treats them as ISO-8859-1 encoded. Because this problem ocuurs with IE 5, IE 6, Netscape 4 and Netscape 6.1 it seems to be a problem with Tomcat. Or has anyone an idea what is going on. Regards Thomas

Configure Virtual Hosts... HELP ME PLEASE!!

2001-08-28 Thread [EMAIL PROTECTED]
I must create a virtual host. In tomcat-apache.cong file I insert this lines: VirtualHost 192.168.1.10 ServerName venetianstyle.prosa.com ServerAlias venetianstyle ApJServMount / ajpv12://localhost:9009/VenetianStyle JkMount /servlet/* ajp12 /VirtualHost * In

Problem with POST method

2001-08-28 Thread Bedilu Habte
I have the following form in my jsp-file used to uoload a file: FORM ENCTYPE=multipart/form-data ACTION='%= response.encodeURL(/myWeb/servlet/UPDoc) %' METHOD=POST Which file do you want to Upload ? INPUT TYPE=FILE NAME=upDoc / P / INPUT TYPE=submit VALUE=Upload / /FORM The

Configure a new JVM for an other application

2001-08-28 Thread [EMAIL PROTECTED]
I've read tomcat documentation to install a new application with new JVM. Well... 1) I've created a new server.xml -- server_vs.xml with one only application (VirtualHost) definition. 9081 = tomcat web server port 9009 = tomcat connector 2) I've installed this application in

Re: Possible Problem with UTF-8 encoded HTTP Requests

2001-08-28 Thread yilmaz
as far as i see this is a common problem yesterday there was a discussion about this issue. as a summary , you can use ParameterParser.class to retreive request parameters correctly instead of using the simple method. namely : param= req.getParameter(myParam); param=new String( param.getBytes(),

Multiple JVMs, mod_jk, and identical context names

2001-08-28 Thread Stuart Clement
Hi All, I have the following scenario. Suse Linux 7.0 JDK 1.3.0 Apache 1.3.19 Tomcat 3.2.1 I am using mod_jk and I have a workers.properties-custom file that creates two more workers (ajp12_custom, ajp13_custom) on new ports (8011 8013 respectively). They are added to the worker.list and

Unable to access certificate from Servlet

2001-08-28 Thread Christoph Ender
Hi, I've now been trying to access the certificate I used to authenticate with the web server for a long time, but had no success. I've been using the apache-tomcat cooperation with mod_jk. Apache correctly exports the certificate in an environment variable, but no attribute is accessible from

Apache/Tomcat didn't work together like they should...

2001-08-28 Thread Sebastian Hagenbrock
Hi, i try to create a server wich uses Tomcat4.0b7 and Apache 1.3 (running on suse linux 7.2 professional). The Apache Server is running fine, and the Tomcat, too. But the Tomcat jsp Sites I only could access via http://AnUrl:8080/test The HTML Sites are stored in the Same Folder like my

jk_module loading problem

2001-08-28 Thread atif umar
hi, i am trying to integrate tomcat3.2.3 with Apache2.0=20 for earlier version of Apache i used to Load the jk_module but now when have done so in the httpd.conf file i get an error Syntax error on line 866 of f:/apache2.0/conf/httpd.conf: API module structure `jk_module' in file

confusion

2001-08-28 Thread vinod tomcat
hi friends, can anybody help me ..i m in fix .. 1. some body said me that containts of work directiory in tomcat are generated automatically and normal functionaing of a site dosent get affected if all class files in work directiory are deleted . is this true ??? even if i delete all

Re: confusion

2001-08-28 Thread Dmitri Colebatch
The work directory is where .jsp files are compiled first to .java then to .class files. You shouldn't need to worry about it at all. If you delete files in there I think you could have problems while tomcat is running, but if you stop tomcat you can certainly delete all the files and they will

Possible problem with HttpServletResponse.encodeURL behavior in Catalina

2001-08-28 Thread mik
Hello, We have been experiencing a strange behavior of Catalina's implementation of HttpServletResponse.encodeURL() Application calls to this method (from a servlet running in Catalina) sometimes cause a NullPointerException. This occurred apparently at random, especially in situations where

Re: confusion

2001-08-28 Thread asheesh
- Original Message - From: vinod tomcat [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 28, 2001 7:19 PM Subject: confusion hi friends, can anybody help me ..i m in fix .. 1. some body said me that containts of work directiory in tomcat are generated

Re: jk_module loading problem

2001-08-28 Thread Paul D. Bain
At Tuesday 8/28/01 06:57 AM , Atif wrote: hi, i am trying to integrate tomcat3.2.3 with Apache2.0=20 for earlier version of Apache i used to Load the jk_module but now when have done so in the httpd.conf file i get an error Atif, I am not an Apache expert, but I have been told that

Re: confusion

2001-08-28 Thread vinod tomcat
1. IF I UPDATE ANY JSP FILE AND UPLOAD , DO I NEED TO MAKE ANY CHANGES WITH WORK DIRECT. SOME BODY TOLD ME THAT I WILL HAVE TO DELETE THE CONCERNED .CLASS FILES ??? 2. IF I MAKE CHANGES WITH THE ANY CONFIGURATION FILE ...DO I NEED TO MAKE ANY CHANGES WITH ANY OTHER FILE ... I HAD

Re: confusion

2001-08-28 Thread Dmitri Colebatch
ok - hang on a second... no need for the caps... in case you weren't aware, caps are interpreted as SHOUTING and is considered rude. On Tue, 28 Aug 2001, [iso-8859-1] vinod tomcat wrote: 1. IF I UPDATE ANY JSP FILE AND UPLOAD , DO I NEED TO MAKE ANY CHANGES WITH WORK DIRECT. SOME BODY

HTTPS

2001-08-28 Thread asheesh
I need help for some of the issues. 1) Can someone help me in enabling https in tomcat? 2) Can i send and receive data to someother tcp/ip server on n/w via sockets? If yes, is there some special setting? I am using tomcat as standalone webserver. cheers asheesh

classpath problem

2001-08-28 Thread peter
hi there I'm new to tomcat. I've just downlaoded, installed and set up tomcat for win98 using the user guide provided. However, when i try to run tomcat in the dos window i get several out of environment space lines and a message saying... Unable to set classpath dynamically To set the

internal server error

2001-08-28 Thread Scott Knight
I have a question that hopefully someone on this list can help with. I use the startup.sh and shutdown.sh scripts to start and stop tomcat. If i stop tomcat and then bring it back up and go and try to view a servlet I get an internal server error from apache, like tomcat really isnt up

Re: Tomcat 4 help

2001-08-28 Thread Anand B N
Craig, Thanks for the input but let's say I have a situation wherein my web app classes are to use a static class that has references of the Catalina internals(like Deployer,Context) etc. should I come to a conclusion that it is impossible a,s that's exactly what I'm doing with the

Re: confusion

2001-08-28 Thread asheesh
- Original Message - From: vinod tomcat [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 28, 2001 8:01 PM Subject: Re: confusion 1. IF I UPDATE ANY JSP FILE AND UPLOAD , DO I NEED TO MAKE ANY CHANGES WITH WORK DIRECT. SOME BODY TOLD ME THAT I WILL HAVE TO DELETE

Re: jk_module loading problem

2001-08-28 Thread atif umar
yes thats is what the problem is i tried to build the mod_jk.dll from the source code as all the mod_jk.dll available in the binaries of different tomcat versions were not working at first it was cribbing about some header cfile called http_conf_globals.h i searched for that file and then put it

Re : classpath problem

2001-08-28 Thread atif umar
hi, perhaps there is some problem in ur path setting i just set my path to null and i begun to get the same error as u have got so what u do is that set path=%path%;C:\jdk1.3\bin and regarding that out of space environment u just increase the memory size to maximum that is 4096 it

Unable to compile class for ...

2001-08-28 Thread Wiechert, Holger
Hi, I've seen that this error has been in the discussion here a few times, but finally has never been answered. It occures *sometimes*, when a JSP uses a java class. To make things clear: I only use the standard tools: JBuilder4 and once in a while EditPlus (an editor that is definitely not

Re: jk_module loading problem

2001-08-28 Thread Atif
yes thats is what the problem is i tried to build the mod_jk.dll from the source code as all the mod_jk.dll available in the binaries of different tomcat versions were not working at first it was cribbing about some header cfile called http_conf_globals.h i searched for that file and then put it

Re: classpath problem

2001-08-28 Thread yilmaz
hi peter ! your classpath seems wrong it should at least include tomcat_home\lib\servlet.jar; regards :) - Original Message - From: peter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 28, 2001 8:23 PM Subject: classpath problem hi there I'm new to tomcat. I've just

can't bind ORB with j2sdk1.3.0 tomcat?

2001-08-28 Thread Carsten Kaemmerer
Hi! I have a servlet doing a CORBA connection to a sybase db. (classfiles seems to come from sybase directly) This works fine, if I use tomcat 3.2.3 with java version 1.1.8 from any 'vendor' (on linux). If I use j2sdk1.3.0 from Blackdown instead, I get an 'can't bind ORB' without any

RE: Strange Number format exception

2001-08-28 Thread Charlie Cox
I have received this a few times and I thought it was related to the Code Red virus as the only time I received them was right before Code Red abused my IIS. I also thought that it may be an attempt to send a malformed header request with a invalid content length for an .htr file to IIS which is

Re: internal server error

2001-08-28 Thread Anand B N
Scott, I may be wrong but here's what I think with respect to your problems:- Question 1 : - I really don't know :) Question 2: - Though u have mentioned auto reload to true try the follwing:- Make a new Context entry in the Server.xml with your application and set the reload value to true

RE: internal server error

2001-08-28 Thread Michael Weissenbacher
question 1: this is perfectly normal behavior. as long as tomcat isn't up (the ajp connector isn't started) you'll get an internal server error. if you don't hit reload all the time and simply wait 30 seconds everything will work ok. however, there is a way to change the error page by setting the

Re: internal server error

2001-08-28 Thread Scott Knight
At 07:02 PM 08/28/2001 +0530, you wrote: Scott, I may be wrong but here's what I think with respect to your problems:- Question 1 : - I really don't know :) I checked in the archive again and this one I think was recently answered. When running apache and tomcat seperately you have to restart

Pb when shutting down Tomcat

2001-08-28 Thread BENARD Christophe, DDE 34/SG
Hi, I'm using Tomcat 3.2.3 on a Linux server (Redhat 6.2 + sdk 1.3.1). When I try to shut down Tomcat, it returns me the following error message : === [root@INTRAPPLI01 bin]# shutdown.sh Using classpath: /usr/jakarta-tomcat-3.2.3/lib/ant.jar:/usr/jakarta-tomcat-3.2.3/lib/jasper.j

Can't start tomcat

2001-08-28 Thread Hugo Hendriks
Hi, I've been trying to install Tomcat 3.2.3 on my redhat7.1 machine but i can't get it to work. I have installed java1.2.1, but the point where I get stuck is where I have to edit my path and set the environment variables. When i set the path to the java directory it looks oke, but when i check

RE: Can't start tomcat

2001-08-28 Thread Graham, Steve (GIC)
first of all give your startup.sh permission - like chmod 755 startup.sh

RE: Can't start tomcat

2001-08-28 Thread BENARD Christophe, DDE 34/SG
Try this : cd $TOMCAT_HOME/bin chmod 744 startup.sh and run startup.sh as root. HTH Chris -Message d'origine- De: Hugo Hendriks [mailto:[EMAIL PROTECTED]] Date: mardi 28 août 2001 16:25 À: '[EMAIL PROTECTED]' Objet: Can't start tomcat Hi, I've been trying to install

RE: Can't start tomcat

2001-08-28 Thread Hugo Hendriks
oke, now I can run the startup script but i have to set the JAVA path and he's guessing the tomcat path. How can I set these paths and do I have to set these paths every time I boot? thx hugo -Oorspronkelijk bericht- Van: Graham, Steve (GIC) [mailto:[EMAIL PROTECTED]] Verzonden:

RE: Can't start tomcat

2001-08-28 Thread Graham, Steve (GIC)
you have 2 set TOMCAT_HOME , JAVA_HOME , ANT_HOME etc.. do this in profile.conf, here you can find CLASSPATH and PATH variables. Edit save file , exit your telnet session , login again, do a echo $CLASSPATH and see if your changes have been accepted

I'm screwed: SSL no longer works at all - need FAQ/manual

2001-08-28 Thread Amthauer, Heiner
Hi there, I'm screwed no. I can no longer get any SSL stuff to work with apache 1.3.20, tomcat 3.2.3, mod_jk. What I need at this point is a step by step instruction what to do for setting up a web-application for http and https. Is there any usefull manual out there? regards

RE: I'm screwed: SSL no longer works at all - need FAQ/manual

2001-08-28 Thread Martin Farrell
Hi I used the following url to do an install of apache_mod_ssl http://www.ccl.net/cca/software/UNIX/apache/index.shtml Martin -Original Message- From: Amthauer, Heiner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 3:57 PM To: 'tomcat' Subject: I'm screwed: SSL no longer

about TOMCAT+APACHE+SOAP path problem

2001-08-28 Thread Fabrice Terrasson
I am trying to make work TOMCAT+APACHE+SOAP together: My server is accessed with this URL: http://brazil/soap returns: - Not Found The requested URL /soap was not found on this server. Apache-AdvancedExtranetServer/1.3.19 Server at

Re: HTTPS

2001-08-28 Thread Pae Choi
I need help for some of the issues. 1) Can someone help me in enabling https in tomcat? This subject has been discussed more than a few times. Put some efforts to seach. 2) Can i send and receive data to someother tcp/ip server on n/w via sockets? If yes, is there some special

Re: Can't start tomcat

2001-08-28 Thread Mike Barb Kollier
Hugo, Try initializing the paths in your startup files. I initialize (and export) my TOMCAT_HOME and JAVA_HOME in /etc/profile. This initializes it for all users which may not be needed. If you wanted to set this on a user basis use the .profile file (our equivalent startup file for your

Error using JSPs on Tomat 3.2.3 IIS5/Win2000

2001-08-28 Thread walter . heestermans
Hello, I've installed Tomcat 3.2.3 on my machine and tested the configuration by executing the URL http://localhost/examples/jsp/index.html The page is opened , I click on the first source hyperlink and the page for 'Source code for numguess example' is opened and then I click the hyperlink.

Re: about TOMCAT+APACHE+SOAP path problem

2001-08-28 Thread Pae Choi
Have you configured the Apache WS with TOMCAT AS by using the mod_jk, unless you are using the CATALINA? If so, follow the SOAP installation instruction and configure the SOAP into the TOMCAT by adding *new* context almost same as you are adding new context to the TOMCAT. So, the Apache

JDBC connection failing

2001-08-28 Thread Barnabas Yohannes
Folks, We have an xml page that runs on tomcat and apache server. After the xml application that uses a jdbc connection to the databse. After it runs for about 12 hours, the page does not reply, that is, we get a page that is trying to load but remains blank without any response for a very long

Reason: Unable to compile class for ...

2001-08-28 Thread Wiechert, Holger
Well, to let you know about my success: I checked the file with a hex editor and this one told me that there is a CRC error. So I can live with the fact that I messed up the file somehow. But I can't live with the fact that I can't find out, how this could happen (JBuilder shouldn't cause it and

Re: about TOMCAT+APACHE+SOAP path problem

2001-08-28 Thread Fabrice Terrasson
When launching Tomcat as standalone, soap examples works fine. But with apache I got the error sended earlier. The context seems to be well formed. Pae Choi a écrit : Have you configured the Apache WS with TOMCAT AS by using the mod_jk, unless you are using the CATALINA? If so, follow

RE: JDBC connection failing

2001-08-28 Thread altuga
Hi , are there any firewalls between server and the database ? if yes then u can check the firewall settings .. are u using connection pooling ? regards ? -Original Message- From: Barnabas Yohannes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 6:40 PM To: [EMAIL

Re: Multiple JVMs, mod_jk, and identical context names

2001-08-28 Thread Jason Koeninger
All you need to do is put your JkMounts in their appropriate VirtualHosts and either include the LoadModule, AddModule, JkWorkersFile, JkLogFile, JkLogLevel (not sure if those are exactly right) outside the virtual hosts and before the JkMounts or just do everything inline in httpd.conf.

Tomcat doesnt recognize new context

2001-08-28 Thread Andrej Rosenheinrich
Hi, as I posted last night, I added several new contexts, but Tomcat doesnt recognize it. I am quite sure that this is the problem, checking logfiles Tomcat newer initiated any servlet in one of the contexts I added. Here is my server.xml - file: ?xml version=1.0 encoding=ISO-8859-1? Server

RE: JDBC connection failing

2001-08-28 Thread Lin, Zhongwu
the simple way to make sure it is Connection problem is to 1) insert an output before and after jdbc call. 2) try to see how many connections you make and compare number to the max connection setting in Oracle DB Hope this helps Zlin -Original Message- From: [EMAIL PROTECTED]

Yet another newbie question

2001-08-28 Thread Mihai Gheorghiu
I created (with NetBeans) a test applet that includes one JLabel field. I load it under Tomcat3.2.2 on RH7.0 and the browser (IE5.5) on another machine displays the html page with header Applet HTML Page and footer Generated by NetBeans IDE, but I get only a grey rectangle instead of the actual

RE: Tomcat doesnt recognize new context

2001-08-28 Thread Jann VanOver
You can run your server through the validator at http://tomcat.mslinn.com/tomcat/server_xml.jsp and see if there's something in the wrong place. Do your contexts each have the correct directory structure? with a WEB-INF and a valid web.xml in each one? -Original Message- From: Andrej

Re: mod_webapp errors....

2001-08-28 Thread Jack Lauman
Apache 1.3.20, php 4.05, mod_perl 1.26, etc are all on the system. They and other thing also compile and execute just fine. I just don't have a clue whats causing this. Jack Roberto B. wrote: To compile webapp_module you must have in to your system APX ( Apache webserver development kit ),

Re: charset problem

2001-08-28 Thread Mario Garcia
Hi, I have too the same problem. You can use the next: Before start tomcat, use the next command export LANG=iso-8859-7 You can see all the codesets in your OS with: locale -a This works for me, in unix and linux. Bye. Mario García UNAM MEXICO . Sibi Joseph wrote: hi Giannis I

Re: about TOMCAT+APACHE+SOAP path problem

2001-08-28 Thread Pae Choi
Good! At least, you got the TC + SOAP part. Your next step you should take is work on the mod_jk, including the Apache's http.conf, etc. Pae When launching Tomcat as standalone, soap examples works fine. But with apache I got the error sended earlier. The context seems to be well

about jakarta

2001-08-28 Thread Jaime Gomez
i have one details about jakarta-tomcat, once time that start the web server, the first user always have that wait for a long time to recive the response of the jsp's of my application which are descompilar in the directory work, exist any way of always use this class once time that

web.xml

2001-08-28 Thread Ruben Domene
Hi, i try to execute a servlet but i can´t. I have the nexts directorys: ./WEB-INF |--classes In the WEB-INF directory it is the web.xml file with: ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN

RE: about jakarta

2001-08-28 Thread Roy K. Mayr R.
Hi, I have a JSP page with one form and many checkboxs... all with same name but diferent value. For example: form method=get name=formulario input type=checkbox name=prueba value=1 input type=checkbox name=prueba value=2 input type=checkbox name=prueba value=3 input type=checkbox name=prueba

RE: web.xml

2001-08-28 Thread Jann VanOver
According to your web.xml, your servlet class (org.stevengould.javaworld.RequestDetails) is in a package so that package hierarchy must be reflected in the directories: ./WEB-INF | -- classes/org/stevengould/javaworld/RequestDetails.class -Original Message- From: Ruben Domene

context-param

2001-08-28 Thread Mills, Theo
Anyone know how to access an application-wide context-param from a servlet?

RE: web.xml

2001-08-28 Thread Ruben Domene
I have done the changes, but i can´t execute the servlet. have i to modify some file moreover?. My directories structure is the next: ./webapps/ROOT/WEB-INF |--classes/org/stevengould/javaworld/RequestDetails.class Thank you for your help. -Mensaje original- De:

RE: web.xml

2001-08-28 Thread Jann VanOver
You made the changes and restarted Tomcat? It all LOOKS good ... -Original Message- From: Ruben Domene [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 12:25 PM To: [EMAIL PROTECTED] Subject: RE: web.xml I have done the changes, but i can´t execute the servlet. have i to

HELP ORACLE JDBC set up is incorrect

2001-08-28 Thread meshkp
Hi All I am tying to use oracle JDBC driver in TOMCACT but when I try to RUN SERVLET or JSP I get the following error before I get to it I set CLASSPATH=%CLASSPATH%;to/oracle/jdbc.zip and set PATH=%PATH%;to/oracle in my Win NT evriroment and my tomcat.bat file here is the list of errors

Logging

2001-08-28 Thread Amit Anand
Hello all, I am a new user to Tomcat and I needed help with probably a very small thing for you all. I would like a to keep a track of all IP's coming into my machine, all pages visited, etc. I am going to use WebTrends to analyze the logging information and put into report form. The question I

Tomcat Mailing List

2001-08-28 Thread Nacho Esteban
Hi everybody, we were looking for a solurtion to this problem We want to get a Proxy to a corba object: CORBASCAG scag = (CORBASCAG) Corba.narrow(Namespace.lookup(deriva/SCAG), CORBASCAG.class); which is previously asociated in a namespace:

Re: Has anyone used JDBC realms successfully yet with TOMCAT 4.X ?

2001-08-28 Thread Roland
Hello, maybe Im having problems with JDBC realms because I`m using TOMCAT 4.0-b5, now upgrading to b7. Has anyone tried to use it with these versions?

Re: (sin asunto)

2001-08-28 Thread Tim O'Neil
At 01:04 PM 8/28/2001, you wrote: subscribe BTW, can I get a double latte over here?

RE: jk_module loading problem

2001-08-28 Thread GOMEZ Henri
Take a look at mod_jk in Tomcat 3.3 cvs or better in jakarta-tomcat-connector. There is a working version for Apache 2.0 :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8

RE: JDBC connection failing

2001-08-28 Thread Roy K. Mayr R.
Hi, I have similar problem...and I have a firewalls between server and the database, and I'm using connection pooling (Progress database) !! What I must check in my firewalls ?? Thanks for advance. Roy

checkbox with Tomcat

2001-08-28 Thread Roy K. Mayr R.
Sorry, I used wrong subject in last mail I have a JSP page with one form and many checkboxs... all with same name but diferent value. For example: form method=get name=formulario input type=checkbox name=prueba value=1 input type=checkbox name=prueba value=2 input type=checkbox

RE: checkbox with Tomcat

2001-08-28 Thread Jann VanOver
In the code you show, NONE of the boxes should be checked. Are you saying that when you first show the page, they are checked? This shouldn't be happening at all. -Original Message- From: Roy K. Mayr R. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 1:45 PM To: TomcatUser

RE: checkbox with Tomcat

2001-08-28 Thread Roy K. Mayr R.
Sorry... When I select checks and submit the form, then with JServ I get (request.getParameter) every checkbox selected but not with Tomcat... Why ? Roy

RE: Can't start tomcat

2001-08-28 Thread Dmitri Colebatch
On Tue, 28 Aug 2001, BENARD Christophe, DDE 34/SG wrote: Try this : cd $TOMCAT_HOME/bin chmod 744 startup.sh and run startup.sh as root. dont run startup.sh as root unless you absolutely know what you are doing. if you're running tomcat in its normal setup you can just run it as the

Re: Yet another newbie question

2001-08-28 Thread Dmitri Colebatch
On Tue, 28 Aug 2001, Mihai Gheorghiu wrote: Tomcat generates an error message in the terminal window it was started from: 2001-08-28 12:12:00 - Ctx( /development ): 404 R( /development + /javax/swing/JApplet.class + null) null What should I do? firstly, if you want those messages to go

Windows/NT + ZoneAlarm + Apache Jakarta Tomcat - start/stop - 2nd time - failure

2001-08-28 Thread Rolf Sponsel
Hi All, I've identified the following problem when starting and stopping the Apache Jakarta Tomcat Application in stand-alone mode, under control of the Software Firewall ZoneAlarm on Windows/NT and just wanted to let you know about my findings. This bug(?) has been reported to the Apache

PLEASE HELP ME WITH JDBC REALMS(LONG AND DETAILED POST)

2001-08-28 Thread Roland
Ok, now I will give all details of my problem, you asked for it! :) First of all I`m using Tomcat 4.0-b5(beta 5) Now for the information available on the WEB: First of all its confusing and contradictory. There doesn`t seem to be information on using JDBC realms for TOMCAT 4.X, so the

web.xml file

2001-08-28 Thread Brian Hartline
My name is Brian Hartline and I have installed Tomcat 4.0 b7. I am trying to install the tea servlet (opensource.go.com) but not winning the battle thus far. When I start Tomcat it crashes on the web.xml file that is provided with the tea servlet. The error message print screen is attached

JSP, easy question !

2001-08-28 Thread Gustavo Mejia
Hello everyone, I am starting with JSP's, and I got a problem, I know it is an easy question, I hope you could help me, well.. I have the next code: jsp:directive.page import=java.util.Date/ HTML HEADTITLEHello World JSP Example w/Current Time/TITLE/HEAD BODY Hello World. The local server time

Can't install Jakarta-Tomcat

2001-08-28 Thread james
Hi, I'm using Win98/PWS. The TOMCAT_HOME/doc/iis-howto document says to add the registry key Filter DLLs. But the key is just the directory, not the key in the key-value pair in the string value for the key. So I have the key, Filter DLLs and a string value pointing to the full path of my

Re: JSP, easy question !

2001-08-28 Thread Chris Ulbright
i use this to import the Date functionality. %@ page import =java.util.Date % Hello everyone, I am starting with JSP's, and I got a problem, I know it is an easy question, I hope you could help me, well.. I have the next code: jsp:directive.page import=java.util.Date/ HTML

mod_jk

2001-08-28 Thread Debbie Coyle
I'm trying to integrate Tomcat to Apache. I get the following error message when I start Apache: One of the library files needed to run this application cannot be found Here is my httpd.conf file. # # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the main

how????

2001-08-28 Thread Triveni Gorur
Please walk me through: how to install Apache-tomcat?

Re: how????

2001-08-28 Thread Dmitri Colebatch
http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html the web site is incredibly helpful if you only look (o: On Tue, 28 Aug 2001, Triveni Gorur wrote: Please walk me through: how to install Apache-tomcat?

Tomcat3.2.1 - dynamic classpath in wrapper.properties

2001-08-28 Thread Ratnakar Palle
Hi All, I'm using the Tomcat3.2.1 and running it as an NT Service. I'm including all my jar's (that I refer in code) in the wrapper.properties file. But, I've a requirement where one of the jar that I refer in my code, could be added separately. So, I don't know it's path. But, it will be in

Re: OutOfMemory - Set Java Heap Size?

2001-08-28 Thread Max Hugen
Thanks Craig. I'm trying to work out just what I should be doing. 'Fraid I'm rather a novice here. I've used the top command to see what memory is being used (see output below), but I'm not sure what to make of it. I can certainly start the 7th tomcat session on its own, if I don't start the

AW: Yet another newbie question

2001-08-28 Thread Amthauer, Heiner
Hi there, this is not a tomcat-problem. Your browser comes with Microsoft Java VM which is not able to handle any stuff from the javax.swing package. Furthermore it does not recognize that it should use the Java Plugin since it is not enought just to install the plugin. You need to run the