Compiling jsp in Apache-Tomcat-modjk2 configuration

2002-11-08 Thread [EMAIL PROTECTED]
Hi everybody. I'm running a web appl. in the following configuration (Win 2k server): Tomcat 4.1.12 Apache 2.0.42 mod_jk2-2.0.42.dll jdk1.4.0_01 The first time I make a request via http, the system doesnt't succed in generating the .class corresponding to the _jsp.java. It seems to

Re: Shutting down and restarting Tomcat

2002-11-08 Thread [EMAIL PROTECTED]
I am trying to create a custom jdbc realm. I create a class that extends org.apache.catalina.realm.JDBCRealm. When I start up my server, I get a class not found exception on my new realm class. How am I supposed to set my paths to see the realm class I created? when I add the class to my

mbean references

2002-11-08 Thread [EMAIL PROTECTED]
How do I configure custom mbean references? can I create a custom mbeans-descriptors.xml file? where do I place it so that tomcat reads it in for a specific web application? Thanks, Eric -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands,

mod_jk on freebsd 4.6 with apache 2

2002-08-21 Thread [EMAIL PROTECTED]
, same problems... I have to use freebsd so there is no reason to point out the advantages of a linux install of apache/mod_jk/tomcat. Anyone have an update on the mod_jk port for freebsd? thanks eric polerecky. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

Re: STILL Need Help w. Tomcat Install

2002-08-21 Thread [EMAIL PROTECTED]
to anyone who can help me! __ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e

Re: mod_rewrite+mod_webapp

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

Re: mod_rewrite+mod_webapp

2002-02-04 Thread [EMAIL PROTECTED]
and Tomcat 3.2.X right now under load testing. Tomcat actually ceases to exist after about 25 concurrent users. I am trying 4.01 but am having no luck... Havent read much on it and havent had time. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Tomcat: Servlets in another directory

2002-02-26 Thread [EMAIL PROTECTED]
: http://webmail.tjgroup.dk -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Please help me

2002-03-05 Thread [EMAIL PROTECTED]
Hi all, I'm an italian student: for my thesis I have to install Tomcat on a sun machine with solaris 8 because I have to do some experiments. I have tried to install Tomcat 3.3a but when I type ./startup.sh for starting tomcat I get this error: Exception in thread main

Solaris problem installation

2002-03-05 Thread [EMAIL PROTECTED]
Hi all, I'm an italian student: for my thesis I have to install Tomcat on a sun machine with solaris 8 because I have to do some experiments. I have tried to install Tomcat 3.3a but when I type ./startup.sh for starting tomcat I get this error: Exception in thread main

tomcat - nobody

2002-03-29 Thread [EMAIL PROTECTED]
Hi all, I have tomcat 4.0.3 installed with apache 1.3.23. All is ok but I have a question. I start apache as nobody/nobody and I'd like starting tomcat as nobody/nobody while now I'm starting tomcat as root/root. How can I start tomcat as nobody/nobody? Does it exist a script? What

Re: tomcat - nobody

2002-03-29 Thread [EMAIL PROTECTED]
but ina production enviroment I use solaris. What can I do under solaris (8)? Thanks for your help Laura [EMAIL PROTECTED] a écrit : Hi all, I have tomcat 4.0.3 installed with apache 1.3.23. All is ok but I ha ve a question. I start apache as nobody/nobody

Tomcat Nobody

2002-03-29 Thread [EMAIL PROTECTED]
Hi all, I have two cosiderations about your Tomcat-nodody advices: 1) There is no tomcat4.conf in conf directory. 2) Your advice is to do - chown nobody:nobody /usr/local/tomcat1 - su -l -c /usr/local/tomcat1/bin/startup.sh There is a big problem with this procedure, in my

mod_apps problem with special appBase

2002-04-02 Thread [EMAIL PROTECTED]
Hi, i am having problems using the mod_apps connection. I tried it first with the default tomcat /webapps/ path und with that I could get it working. But my webBase should be something like /home/meinuser/public_html/docroot/. Tomcat is accessing that path when I browse the site via port 8080.

Connection Apache - Tomcat

2002-04-03 Thread [EMAIL PROTECTED]
Hi, the root of my webapplication is: /home/my-user/public_html/docroot/my-app/ I tried to configure Apache and Tomcat to serv the web form this path without success. Apache is recognizing that webapplication when I access files within the docroot folder but not within the wwa-m/ folder (as

Re: Connection Apache - Tomcat

2002-04-03 Thread [EMAIL PROTECTED]
/ - Original Message - From: Jünger @ projektINTER.NET [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 1:23 AM Subject: Connection Apache - Tomcat Hi, the root of my webapplication is: /home/my-user/public_html/docroot/my-app/ I tried

Re: Connection Apache - Tomcat

2002-04-03 Thread [EMAIL PROTECTED]
in your case: ln -s /home/wwa-m/public_html/docroot/wwa-m /usr/local/tomcat/webapps/wwa-m (or something like that) Worked for me! - Original Message - From: Jünger @ projektINTER.NET [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 11:30 AM

writing logfile in webappfolder

2002-04-03 Thread [EMAIL PROTECTED]
Hi, we try to have the logfiles in the webapp-folder WEB-INF/log my appBase is /home/wwa-m/public_html/docroot/ How to I have to set up the Logger/ of the server.xml to work? I tried: Context path=/ docBase=/home/wwa-m/public_html/docroot debug=0 reloadable=true Logger

Re: AW: PLEASE HELP ME: JNDI ERROR 1

2002-04-16 Thread [EMAIL PROTECTED]
tomcat related .xml files by making a s mall change like adding a space, pressing enter etc and see if it makes any difference. regards hemant - Original Message - From: Angel Municio [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, April 15

Exception when using security manager

2002-06-11 Thread [EMAIL PROTECTED]
-- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Does Tomcat support ejb?

2001-12-12 Thread [EMAIL PROTECTED]
As in the object.

Re: JNDI resource in Tomcat 4.0.1

2001-12-12 Thread [EMAIL PROTECTED]
- reception +45 35 44 17 21 - direct +45 35 44 17 17 - fax [EMAIL PROTECTED] www.e-sense.dk e|sense - a Kunde Group company -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Error starting Tomcat 3.3 under NT4, class..

2001-12-18 Thread [EMAIL PROTECTED]
. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: jsp:include

2001-12-24 Thread [EMAIL PROTECTED]
= ../ + Bean.getOwnerType ( ).toLowerCase ( ) + /component.jsp; % jsp:include page=%= destination % flush=true / . Should this work? What am i doing wrong? Thanks -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED

[Fwd: Re++: Solution to mod_webapp.so:undefined symbol: pthread_sigmask]

2002-01-10 Thread [EMAIL PROTECTED]
rather exotical to me. Do you have any hint for me?? Thank you in advance, Nick ---End Message--- -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

mod_jk.so

2002-01-17 Thread [EMAIL PROTECTED]
Hello all, I am trying to install Tomcat 3.3 on a system having HP-UX 11 and Apache 1.3 Unfortunately I couldn't compile mod_jk for an error in apxs. Please, has someone this module already compiled foe HP-UX? Do you know if the compiled version for Linux is compatible for my system?

mod_jk.so

2002-01-17 Thread [EMAIL PROTECTED]
Please, could someone help me with this problem? Hello all, I am trying to install Tomcat 3.3 on a system having HP-UX 11 and Apache 1.3 Unfortunately I couldn't compile mod_jk for an error in apxs. Please, has someone this module already compiled foe HP-UX? Do you know if the compiled

mod_jk.so

2002-01-17 Thread [EMAIL PROTECTED]
Hello all, I am tring to install Tomcat 3.3 on system having HP-UX 11 and Apache 1.3 Unfortunately I couldn't compile mod_jk for an error in axps. Please, has someone this module already compiled for my configuration? Do you know if I can eventually use the version compiled for Linux? Do

Jboss Tomcat login problem

2002-01-24 Thread [EMAIL PROTECTED]
Hi I've a security problem in my web app. I'm using Jboss2.4.3 Tomcat4.0 When a user, for exemple with username 'vincini' connects to a protected area sometimes the login fails because you can see th HTTP- 403 error message. I said sometimes because I can't understand why but other times

security with database login module

2002-01-25 Thread [EMAIL PROTECTED]
Hi I've a security problem in my web app. I'm using Jboss2.4.3 Tomcat4.0 When a user, for exemple with username 'vincini' connects to a protected area sometimes the login fails because you can see th HTTP- 403 error message. I said sometimes

Serving files outside Tomcat directory

2001-08-16 Thread [EMAIL PROTECTED]
Hi! If I want to serve JSP pages, I place them into TOMCAT_HOME/webapps/ROOT/, right? But I've got some HTML pages and files into another directory (outside TOMCAT_HOME), wich I would like to serve with my Tomcat. Does anybody know how must I configure Tomcat? Regards,

Re: Serving files outside Tomcat directory

2001-08-16 Thread [EMAIL PROTECTED]
Hi Pier! Thank you for answering. My problem is that I've got another application wich generates files, and I would like to serve them. Is not there any possibility? - This mail was sent through Eoffice: http://www.eoffice.dk

attribute XXX has no value

2001-08-16 Thread [EMAIL PROTECTED]
On my_page.jsp: jsp:setProperty name=test property=message value=%=Recordset2.getObject(XXX).toString()% / (I want to pass a value from a DataBase to a Java Bean) But I get this message: org.apache.jasper.compiler.ParseException: /usr/lib/jakarta-tomcat-3.2.3/webapps/ROOT/my_page.jsp(50,89)

Re: Tomcat User list - NNTP?

2001-08-16 Thread [EMAIL PROTECTED]
http://mikal.org/interests/java/tomcat/archive/list - This mail was sent through Eoffice: http://www.eoffice.dk

ciao a tutti!!!

2001-08-27 Thread [EMAIL PROTECTED]
prova dsc sdc z xc zx cz x

TomcatLogger

2001-08-27 Thread [EMAIL PROTECTED]
Hi everybody, I recently started using this class to create my custom log for my servlets on Tomcat 3.2, but I think I didn't understand the correct usage.The only document I discovered was the javadoc HTML, so I write to this forum to get some more informations.I extended the TomcatLogger

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

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

HELP ME PLEASE!!! virtual host and multiple context

2001-08-29 Thread [EMAIL PROTECTED]
Hi All! I've installed Tomcat 3.2.2 with Apache 1.3.14 In Tomcat webapps there're various applications. I've created an other server.xml (server_vs.xml) to start only one specific application: vs. I've created this server_vs.xml to use an other port (new JVMs): 9009 (9081 http), while

Serving a modified file

2001-09-03 Thread [EMAIL PROTECTED]
Hi! I'm using Tomcat 3.2.3. Into my '$TOMCAT_HOME/webapps/ROOT/' directory, I've got 'myfile', and I want users get a modified version of it. I mean. 'myfile' is a plain-text file, and I want to remove the first line, so users can not visualize it. Besides, I want to add an extension, so I try

'.xxx file' served with Tomcat

2001-09-03 Thread [EMAIL PROTECTED]
Hi! I want to serve 'myfile.xxx', but generated with Tomcat via JSP. I mean, I store 'myfile.xxx' in TOMCAT_HOME/webapps/ROOT/: --//--- % int number=2; % The number is %=number% //- And I want to see 'The number is 2' How must I configure 'tomcat.conf'???

Re: '.xxx file' served with Tomcat

2001-09-03 Thread [EMAIL PROTECTED]
Hi again! I tried (at tomcat.conf) with: -// AddType text/jsp .xxx AddHandler jserv-servlet .xxx -// I restarted Tomcat, but when typing 'http://myserver:8080/myfile.xxx' , I get %@page language=java% Any suggestion???

can't find resource for LocalStrings_en_US

2001-09-03 Thread [EMAIL PROTECTED]
Hi! I'm trying to serve/create a .wrl file (VRML) by using servlets. //- public class prueba extends HttpServlet { ... response.setContentType(model/vrml); ... out.println(#VRML V1.0 ascii.\n); ... //- I compile it correctly, but when calling it from the browser I get: Error:

Authentication with tomcat

2001-10-18 Thread [EMAIL PROTECTED]
-method realm-nameAdminTestOnLine/realm-name /login-config If I use 8080 port it's OK, but if I use web server IIS it ask me an other authentication with Domain input, and I can't loggin. Can I authenticate with only tomcat? What I must do to authenticate users? Please write me to [EMAIL

Tomcat authentication faild always in linux

2001-10-22 Thread [EMAIL PROTECTED]
possible, send in copy response to [EMAIL PROTECTED] Thanks very much!

Auth problems with redhat

2001-10-22 Thread [EMAIL PROTECTED]
Hi All! I've two pc RedHat 6.2 that they have installed Tomcat 3.2.3 (downloaded from JBoss site) and they have Apache 1.3.22. First pc allow me to authenticate with Tomcat Basic authentication in Tomcat Admin application, other no! 1) Files permissions are equals 2) Configuration Files

more servers

2001-10-22 Thread [EMAIL PROTECTED]
Hi all! Can someone help me? I want have two server.xml, but if I create them and restart tomcat.. In first there're contexts that I want have only in the second. What I must do?

Re: Tomcat articles on the O'Reilly Network

2001-04-06 Thread [EMAIL PROTECTED]
thanks for the tip... - Original Message - From: "Joel Parramore" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 06, 2001 8:18 AM Subject: Tomcat articles on the O'Reilly Network FYI: there are some interesting articles on the O'Reilly Network about

GroupWise WebAccess

2001-04-16 Thread [EMAIL PROTECTED]
be willing to assist me in getting WebAccess running. Doug Herendeen U.S. Bureau of Reclamation 916-978-5426 [EMAIL PROTECTED]

Re: please help me

2001-04-20 Thread [EMAIL PROTECTED]
tomcat is working fine on win2k - Original Message - From: zzb To: [EMAIL PROTECTED] Sent: Friday, April 20, 2001 7:30 PM Subject: please help me Dear Sir. Where can I download jni_connect.dll ? In addition, whether can Tomcat be installed od

Novell GroupWise WebAccess

2001-05-03 Thread [EMAIL PROTECTED]
the GroupWise WebAccess 5.5.4.1 components. Novell does not support Apache under NT. Is there anyone who has a similar setup that would be willing to assist me in getting WebAccess running. Thanks, Doug Herendeen U.S. Bureau of Reclamation 916-978-5426 [EMAIL PROTECTED]

How to change subscription options for this list

2001-05-23 Thread [EMAIL PROTECTED]
How do I set my subscription options to NO DIGEST for this list

Help needed to start tomcat 4 beta 4

2001-05-23 Thread [EMAIL PROTECTED]
I am trying to run tomcat 4 beta 4 on two different systems and am unable to do so on either of them I would really appreciate if I could get some advice on this. In both cases no change has been made to the server.xml file The first system is a Win 98 system with the following configuration

TOMCAT+APACHE and SCO

2001-06-11 Thread [EMAIL PROTECTED]
Hi, i work on a SCO Unix Openserver 5 without perl installed. (and I can't installed perl on it :( ). Does anyone can send me a mod_jk.so it will work if I take an mod_jk.so from another server Thanks for your help. Uzeb __ Voila vous propose

Re:I need to build mod_jk.so, can't find it however

2001-06-11 Thread [EMAIL PROTECTED]
You have to download the sources here : http://jakarta.apache.org/site/sourceindex.html and unzip the file in /path/to/tomcat/jakarta/src/ I hope it will help U. Uzeb Hello, I've got a SUSE-linux 7.0 machine running and installed Tomcat on it. I configured it and can now start/stop Tomcat

RE: I need to build mod_jk.so, can't find it however

2001-06-11 Thread [EMAIL PROTECTED]
Hmm, should I get the servlet-API sources or the jakarta-tomcat sources? jakarta-tomcat sources Hmm, should I get the servlet-API sources or the jakarta-tomcat sources? :--Original Message- :- :-You have to download the sources here :

apache tomcat timeout ???

2001-06-12 Thread [EMAIL PROTECTED]
I have a servlet that send a SQL query to a database. When I call this servlet via apache (http://localhost/examples/servlet/SelectFromAgent), I receive via my browser (IE5.5) the begining of the results of my query not the end. When I look my HTML code it's like the information's stream was

openSSL, cert importation pb

2001-06-14 Thread [EMAIL PROTECTED]
Hello, I have a cert importation problem here is the output of an openSSL command (openssl s_client -connect 127.0.0.1:8443 -cert cl_cert.pem -key cl_key.pem -state) : Enter PEM pass phrase: CONNECTED(0003) SSL_connect:before/connect initialization SSL_connect:SSLv2/v3 write client hello A

SSL handshake failure

2001-06-14 Thread [EMAIL PROTECTED]
Hello, I get no response for my previous mail... so maybe I did not contact the good mailing list. Please give me an start of response... Hello, I have a cert importation problem here is the output of an openSSL client command [witch emulate a browser] (openssl s_client -connect

my stupid servlet does'nt work :(

2001-06-14 Thread [EMAIL PROTECTED]
I use a Apache-tomcat configuration and I made a stupid servlet that print 100 helloworlds on my browser. when I call it with http://localhost:8080/examples/servlet/HelloWorld (via tomcat) I really have 100 helloword (trust me it's a bit long to count them :) ) But when I call it with

HTTP1.? between APACHE and TOMCAT?

2001-06-14 Thread [EMAIL PROTECTED]
what's the protocol between apache and tomcat. I have a apache1.3.9 and a tomcat3.2.2 and a mod_jserv.so communication. when I test the RequestInformationExample (from the examples of tomcat) I have : from http://localhost/examples/servlets/RequestInformationExample (via apache): Protocol:

jre or jdk

2001-06-15 Thread [EMAIL PROTECTED]
I use a apache1.3.9, tomcat 3.2.2 and the mod_jserv.so module : I only want to run servlet not jsp! Should I get JDK or only jre? Just because the URL http://localhost:8007 give me : HANDLER THREAD PROBLEM: java.io.IOException: Stream broken java.io.IOException: Stream broken at

apache-tomcat problem

2001-06-20 Thread [EMAIL PROTECTED]
I have a apache1.3.9 and a tomcat3.2.2 and a mod_jserv.so communication. When I test my servlet on http://localhost:8080/examples/servlet/TestServlet (Via Tomcat) all is OK It print 100 helloworld (it takes a bit of time) but when It test it on http://localhost/examples/servlet/TestServlet

how to change list subscription options

2001-06-22 Thread [EMAIL PROTECTED]
Is there no way I can change my subscription options to receive individual messages rather than a digest? Anwar

SSL handshake failure

2001-06-14 Thread [EMAIL PROTECTED]
Hello, I have a cert importation problem here is the output of an openSSL command (openssl s_client -connect 127.0.0.1:8443 -cert cl_cert.pem -key cl_key.pem -state) : Enter PEM pass phrase: CONNECTED(0003) SSL_connect:before/connect initialization SSL_connect:SSLv2/v3 write client

Re: increasing java heap

2001-07-17 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 13, 2001 6:20 AM Subject: increasing java heap my jvm seems to be out of memory as it shows page faults when accessing databases(oracle personal on win98) ithru tomcat.how can i increase the heap memory? kindly suggest. ddr

logging java outputs to a file under windows 98

2001-07-18 Thread [EMAIL PROTECTED]
Hello All, does anyone know how I could log a java application's text outputs to a file under windows98 DOS when using the javaw command instead of java ? The reason for doing is that we would like to log all the debug info that TOMCAT spits out during startup, but I can only get the DOS window

Tomcat 4.0 b5 does not recognize changes in deployed applications

2001-07-26 Thread [EMAIL PROTECTED]
Please help me as I have been unable to solve this problem. I am using tomcat 4.0 beta 5 on Windows 98 Every time I deploy a new application to tomcat i.e make a new folder under Tomcat-Home\webapps it is automatically recognized on a server restart. But any JSP pages that I subsequently add to

Re: Installing Tomcat on HPUX (Problem #1)

2001-08-01 Thread [EMAIL PROTECTED]
SOLVED. Adding: CLASSPATH=/opt/java/lib/classes.zip - This mail was sent through Eoffice: http://www.eoffice.dk

Problems when connecting JSP and Oracle

2001-08-01 Thread [EMAIL PROTECTED]
Hi! I am trying to publish this page: // html body %@ page import=java.sql.* % % String url = jdbc:pool:oracle:thin:@localhost:1521:MY_DB; String username=user_xx; String password=xxx; Connection conn = DriverManager.getConnection(url, username, password); Statement

Problems when connecting JSP and Oracle

2001-08-01 Thread [EMAIL PROTECTED]
Hi! Thank you, Cory. I've got another problem after enclosing the variables in quotes: ---//- Internal Servlet Error: javax.servlet.ServletException: No suitable driver at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageCont

No suitable driver

2001-08-01 Thread [EMAIL PROTECTED]
Hi! Thank you, Cory. I've got another problem after enclosing the variables in quotes: ---//- Internal Servlet Error: javax.servlet.ServletException: No suitable driver at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageCont

JSP DataBases: Types

2001-08-06 Thread [EMAIL PROTECTED]
Hi! I'm trying to connect a DataBase via JSP. If I want to display a CHAR() type, I use: %= (String) Recordset.getObject(CLASS_NAME) % What must I use to display other types? Where can I find a good online-tutorial in order to learn this instead of disturbing you?

Does Tomcat usually run so SLOW?

2001-08-10 Thread [EMAIL PROTECTED]
Hi! I've got Tomcat 3.2.3 on HP-UX 10.20, and answer responses are -in my opinion- very slow (5-6 secs.). Is it normal? - This mail was sent through Eoffice: http://www.eoffice.dk

Unable to compile class for JSP

2001-08-10 Thread [EMAIL PROTECTED]
BeanTest.jsp jsp:useBean id=test class=SimpleBean / jsp:setProperty name=test property=message value=Hello WWW / H1Message: Ijsp:getProperty name=test property=message //I/H1 SimpleBean.java === public class SimpleBean { private String message = No message specified;

Re: Load balancing for Tomcat with mod_jk

2001-02-19 Thread [EMAIL PROTECTED]
: "Ralph Einfeldt" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 19, 2001 1:18 PM Subject: AW: Load balancing for Tomcat with mod_jk Have a look at: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/Tomcat-Workers-HowTo .html -Ursprngliche Nachricht-

Re: Load balancing for Tomcat with mod_jk

2001-02-19 Thread [EMAIL PROTECTED]
. Is this possible using mod_jk? Does anyone have a HOW TO or, even better, an example set of config files that I might be able to learn from? Much appreciated, Rory - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 19, 2001 1:22 PM Subject: Re: Load balancing

Re: .jar files

2001-02-19 Thread [EMAIL PROTECTED]
Check your classpath and ensure that you have $TOMCAT_HOME$/lib/servlet.jar in your classpath where $TOMCAT_HOME$ is the path to your tomcat directory (for example: /opt/tomcat/lib/servlet.jar) See if that helps Rory - Original Message - From: "Kelley, Jeff" [EMAIL

Load balancing for Tomcat with mod_jk

2001-02-20 Thread [EMAIL PROTECTED]
. Is this possible using mod_jk? Does anyone have a HOW TO or, even better, an example set of config files that I might be able to learn from? Much appreciated, Rory - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 19, 2001 1:22 PM Subject: Re: Load balancing

Re: Load balancing for Tomcat with mod_jk

2001-02-20 Thread [EMAIL PROTECTED]
, Rory --Original Message-- [EMAIL PROTECTED] ([EMAIL PROTECTED]) writes: I have implemented load balancing with mod_jk (sticky sessions). Seems to work well. However, I need to implement load balancing with non-sticky sessions. (Teflon sessions? :) ) I need all of the tomcat servers

Re: Load balancing for Tomcat with mod_jk

2001-02-20 Thread [EMAIL PROTECTED]
, Rory - Original Message - From: "Brett Knights" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 20, 2001 11:22 AM Subject: RE: Load balancing for Tomcat with mod_jk You might want to check this out: http://www.javaworld.com/javaworld/jw-11-2000/jw-1122-ser

Re: Setting up Virtual Hosts

2001-02-20 Thread [EMAIL PROTECTED]
... ie: VirtualHost 201.28.5.208 ServerAdmin [EMAIL PROTECTED] DocumentRoot /usr/local/tomcat/webapps/somedomain ServerName www.somedomain.com ErrorLog logs/somedomain/error_log CustomLog logs/somedomain/access_log common JkMount /*.jsp ajp13 JkMount /servlet/* ajp13

Re: apachectl start .... error message

2001-02-20 Thread [EMAIL PROTECTED]
http://java.apache.org/jserv/install/howto.unix_install.html Hope this helps Rory http://java.apache.org/jserv/install/howto.unix_install.html - Original Message - From: "Pedro Henrique Ponchio" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 20, 2001 2:18 PM Su

Re: Tomcat Directory and Virtual Host problem????

2001-02-20 Thread [EMAIL PROTECTED]
Need to know what module connector your are using (mod_jserv or mod_jk)? - Original Message - From: "Jim" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 20, 2001 1:31 PM Subject: Tomcat Directory and Virtual Host problem I use Apache 1.3 and Tomcat 3.1

Re: apachectl start .... error message

2001-02-20 Thread [EMAIL PROTECTED]
) Hope this helps, Rory - Original Message - From: "Pedro Henrique Ponchio" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 20, 2001 1:40 PM Subject: apachectl start error message Hi all, this error message appear when I try to startup Apache: Starting h

Re: Jasper question

2001-02-20 Thread [EMAIL PROTECTED]
t;blue" SIZE="+1"Any other day./FONT % } % Hope this helps Rory - Original Message - From: "Calin Duma" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 20, 2001 3:47 PM Subject: Jasper question Hello Tomcaters, I am trying to embed a java code f

SSL Port for Tomcat

2002-09-06 Thread [EMAIL PROTECTED]
Hi, How can i configure TomCat to accept HTTP and HTTPS traffic at the same port (80)? Is it necessary that it should be in two different ports? Thanks, Hari.

RE: SSL Port for Tomcat

2002-09-06 Thread [EMAIL PROTECTED]
Thanks Donie, I changed the port for SSL to 443 instead of 8443, now it automatically switch between HTTP and HTTPS; user does not have to specify the port number in the URL. Thank you very much for the help. Hari. -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED]] Sent

IllegalStateException while using SSL

2002-09-06 Thread [EMAIL PROTECTED]
Hi, I setup SSL in Tomcat using JSEE and the key is generated using the keytool utility. The system is working fine, but the server is throwing an IllegalStateException continuously while accessing any page through HTTPS. This never stops and after few minutes of throwing the exception, it

Please help me!!

2002-10-03 Thread [EMAIL PROTECTED]
happen? Thanks for your help Laura -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Please help me!!

2002-10-03 Thread [EMAIL PROTECTED]
. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 03 de octubre de 2002 9:47 Para: tomcat-user Asunto: Please help me!! Hi all, I can't find an answer to this question. Plese help me. I have an apache-tomcat(4.0.3) system installed. I

Connection pool DBCP

2002-10-04 Thread [EMAIL PROTECTED]
community are very good, but the main point is to know if DBCP can recconect to DB lonely. Can some answer to this question? Thanks Laura -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Pb with WarpConnector, JNDI, DBCP

2002-10-07 Thread [EMAIL PROTECTED]
should work as soon as possible. Olivier Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,13 €/mn) ; tél : 08 92 68 13 50 (0,34€/mn) server.xml.tomcat.users.mailing.list Description: Binary data -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Sharing session between contexts

2002-12-13 Thread [EMAIL PROTECTED]
session going from one context to the other? Thanks in advance. TSF -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

jdbc, mysql and character encoding

2003-01-02 Thread [EMAIL PROTECTED]
uses the default ISO-8859-1 encoding, and since I'm telling to the JDBC driver to use ISO-8859-1, I can't explain what's wrong -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

tomcat 4.0.6 and getting JSP examples working.

2003-01-15 Thread [EMAIL PROTECTED]
) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Apache 2.0.43 and Mod_jk (where is a compatible pre-compiled mod_jk for this version of apache)?

2003-01-16 Thread [EMAIL PROTECTED]
the vendor for the correct version. Thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

CPU and Tomcat 4.1 problems

2003-01-16 Thread [EMAIL PROTECTED]
-Xms64m -Xmx256m without any problem. -- Faites un voeu et puis Voila ! www.voila.fr -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

CPU and Tomcat 4.1 problems

2003-01-16 Thread [EMAIL PROTECTED]
-Xms64m -Xmx256m without any problem. -- Faites un voeu et puis Voila ! www.voila.fr -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: error starting tomcat

2003-01-17 Thread [EMAIL PROTECTED]
un voeu et puis Voila ! www.voila.fr -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

  1   2   3   4   >