How to get mod_jk 2.0 for redhat

2003-11-12 Thread Michel Cote
Hello,

 

I'm looking for the BINARY distribution of the Tomcat web server connector
(mod_jk 2.0) for Linux RedHat  On the mirror sites i can connect on, i only
find windows or solaris release. I tried to build from the source
distribution but as i'm not a developper, i didn't manage...

 

Thank in advance for any help.

 

Michel COTE.

 

PS : Sorry for my bad english.

 

 

 

 



Upgrading from Tomcat 3.2.1 to tomcat 3.3.1

2002-04-16 Thread Michel COTE

Hello,

I'm using Jakarta Tomcat 3.2.1since one year.
As i had to install a new machine, i decided to use instead Tomcat 3.3.1

My JSP files use the classes of a package on my server (by importing them). 
With 3.3.1 i am unable to use the classes of this package in my JSP 
classes. Looks like the CLASSPATH is no more use !?

With 3.2.1 i used to put the classpath in a 
TOMCAT_HOME\conf\wrapper.properties files. This file as moved or disappear, 
where can i define the classpath of Tomcat 3.3.1.

Thanks for any precious help and sorry for my bad english !

Michel COTE.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Tomcat 3.3.1 and JDK 1.4

2002-04-12 Thread Michel COTE

What do you think about using Tomcat 3.3.1 with the new Sun's JDK 1.4.

Does anybody already uses it ?

Thanks for any help.

Michel COTE
Coopérateurs de Normandie Picardie
Tel : 232111086
email : [EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Apache 2.0.35 with Tomcat 4.0

2002-04-11 Thread Michel COTE

Hello from France,

I'm trying to use Tomcat 4.0 with Apache 2.0.35. It seems that communication module 
between both has change.
With Apache 1.3 and Tomcat 3, i used to use the mod_jk module. Now it is the 
mod_webapp module ?

Where can i find this module, i've been looking everywhere at www.apache.org, i can't 
find it !

May i use my old Apache 1.3 module to connect Apache 2.0 to Tomcat 4.0 ?

Thanks for any precious help.

Michel COTE.

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Java script problem using servlets

2001-07-25 Thread Michel COTE

Hello,

I'm using Jakarta since a few days and i encounter the following  strange 
problem :

I have build a sample servlet based page that contains two frames, one 
(issued from a servlet) with a sample form composed of a dynamic list 
(created with a JDBC SQL query) and a push button, and another one composed 
of a static html file (not coming from a servlet) including only a text 
field.

I just want to copy the value content of the selected list item, in the 
text field by clicking the button.
So i use a sample  onClick  java script function on the button that reads 
the value in the list and write into the text field. Then i allways get a 
java script error message  Permission denied .

When i replace the servlet HTML part in the first frame by exactly the SAME 
HTML STATIC code  (not issued from a servlet but directly from an html 
file), everything works fine ! ! ? ?

Have you ever eard about such a matter ? ? ?

Thanks for any help.

Michel COTE.

Here is a copy of the HTML code in the first frame :

HTML
HEADTITLE Liste des articles /TITLE/HEAD
BODY  topmargin='0'
  script language='JavaScript'
function majCode()
{
//The java script allways hangs on this line

parent.document.critere.text_field.code.value=document.form_liste_art.li  
ste_articles.value.substring(0,12)

parent.close()

}
/script
form name='form_liste_art' 
 div align='center'
select name='liste_articles' size='13'
option4 articles trouves /optionoption value= 3014680041687 
   219365303CAFE SOLUBLE MAXWELL 100 G3014680041687 
   219365303CAFE SOLUBLE MAXWELL 100 G/optionoption value= 
3014680008093275456007OT CAFE SOLUBLE MAXWELL 100 
G3014680008093275456007OT CAFE SOLUBLE MAXWELL 100 
G/optionoption value= 3014680041687275456007OT CAFE SOLUBLE 
MAXWELL 100 G3014680041687275456007OT CAFE SOLUBLE MAXWELL 100 
G/optionoption value= 3014680008093219365303CAFE SOLUBLE 
MAXWELL 100 G3014680008093219365303CAFE SOLUBLE MAXWELL 100 
G/option/select
/select
brbrinput type='button' name='bt_select' value='Seacute;lectionner' 
onClick=majCode()
/div
/form
/body
/html


Michel COTE
Cooperateurs de Normandie Picardie
Tel : 232111086
email : [EMAIL PROTECTED]




Trying to start Jakarta as a NT service

2001-05-10 Thread Michel COTE

Hello,

I'm trying to start Jakarta as a NT service. 
I allways get the following error message (this is a translation from french to 
english ) :

Unable to start the jakarta service on \\ mysystem
Error 2140: Windows NT internal error

In my log directory it creats the following jvm.stderr file each time i try to start 
the service :

java.lang.NoClassDefFoundError: Files\jdk1/2/1\bin\java/exe
Exception in thread main java.lang.NoClassDefFoundError: Files\jdk1/2/1\bin\java/exe
Exception in thread main java.lang.NoClassDefFoundError: Files\jdk1/2/1\bin\java/exe
Exception in thread main java.lang.NoClassDefFoundError: Files\jdk1/2/1\bin\java/exe
Exception in thread main java.lang.NoClassDefFoundError: Files\jdk1/2/1\bin\java/exe
Exception in thread main 

Can you help me ??

Michel COTE
Cooperateurs de Normandie Picardie
Tel : 232111086
email : [EMAIL PROTECTED]