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]

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]

Jndi.properties file

2003-01-14 Thread Konstantinis Evagelos ([EMAIL PROTECTED])
:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat with JBOSS

2003-01-13 Thread Konstantinis Evagelos ([EMAIL PROTECTED])
:[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]

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]

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,

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

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]

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

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

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

Tomcat MySQL Run On Read-Only Media ..

2002-07-15 Thread Murat Buyukkal ([EMAIL PROTECTED])
I have a web application containing Servlets JSP pages and uses data on Oracle 9i Server. Data is like a product catalogue. I plan to periodically distribute this system (to people who do not have enough bandwidth to access to our LAN) on CDROM media which contains binaries of a JVM, Tomcat

RE: Tomcat MySQL Run On Read-Only Media ..

2002-07-15 Thread Murat Buyukkal ([EMAIL PROTECTED])
\webcontents AUTORUN.BAT (for Windows machines) is at the root of the CD. tomcat\bin\tomcat --some-parameters mysql\bin\mysqld-nt --some-parameters-that-open-only-specified-ini-file start \webcontent\StartMyAppUp.html... and so on -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Tomcat MySQL Run On Read-Only Media ..

2002-07-15 Thread Murat Buyukkal ([EMAIL PROTECTED])
Thanks for all the answers. Martin understood me very well. From now I am trying to construct what I said. If I can, I will write the solution.. Thank you again.. Murat. -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 4:50 PM

RE: (Tomcat + JBoss) or (Apache + Tomcat + JBoss) ?

2002-07-04 Thread Murat Buyukkal ([EMAIL PROTECTED])
Is there anyone that installed (Apache + Tomcat + JBoss) combination all together? What are the advantages of Using Apache with Tomcat-JBoss combination or is Tomcat enough for complete web content serving? Should I run Apache with Tomcat + JBoss in a separate JVM? Tomcat + JBoss will give

RE: (Tomcat + JBoss) or (Apache + Tomcat + JBoss) ?

2002-07-04 Thread Murat Buyukkal ([EMAIL PROTECTED])
of this couple with Apache via mod_jkxx module? Thanks.. Murat. -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 04, 2002 11:46 AM To: Tomcat Users List Subject: Re: (Tomcat + JBoss) or (Apache + Tomcat + JBoss) ? Tomcat + JBoss will give you

(Tomcat + JBoss) or (Apache + Tomcat + JBoss) ?

2002-07-03 Thread Murat Buyukkal ([EMAIL PROTECTED])
Is there anyone that installed (Apache + Tomcat + JBoss) combination all together? What are the advantages of Using Apache with Tomcat-JBoss combination or is Tomcat enough for complete web content serving? Should I run Apache with Tomcat + JBoss in a separate JVM? Thanks in advance. Murat.

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]

Off-Topic question..

2002-05-07 Thread Murat Buyukkal ([EMAIL PROTECTED])
Sorry for my Off-Topic question but I couldn't find a solution. I am reading news messages offline with Outlook Express and I have a problem; When I synchronized the news server and my local box Deleted/Outdated messages are also deleted from my local box. I want to preserve the old messages in

Servlet killing tracking

2002-04-24 Thread JACQUELINE Nicolas - REN ( [EMAIL PROTECTED] )
killed my servlet ?! Thanks, Nicolas JACQUELINE -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Servlet killing tracking

2002-04-24 Thread JACQUELINE Nicolas - REN ( [EMAIL PROTECTED] )
?! Thanks, Nicolas JACQUELINE -- To unsubscribe: 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

Re: Servlet killing tracking

2002-04-24 Thread JACQUELINE Nicolas - REN ( [EMAIL PROTECTED] )
... Thanks for your help - Original Message - From: Jay Gardner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 7:14 PM Subject: RE: Servlet killing tracking Hi, I don't have an answer for your deadlock?? Problem, but you might

Re: Servlet killing tracking

2002-04-24 Thread JACQUELINE Nicolas - REN ( [EMAIL PROTECTED] )
, Nicolas JACQUELINE -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Servlet killing tracking

2002-04-24 Thread JACQUELINE Nicolas - REN ( [EMAIL PROTECTED] )
for your help, Nicolas JACQUELINE -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

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

RE: realm jdbc oracle problem

2002-04-10 Thread Murat Buyukkal ([EMAIL PROTECTED])
Mehmet, Oracle provides a new JDBC driver for 9i instead of that for 8i. Are you sure that you are using correct driver? Murat. -Original Message- From: Mehmet Ugur Kuzu (LinkPlus) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 12:04 PM To: 'Tomcat Users List' Subject: realm

RE: mounting a hard disk to linux

2002-04-10 Thread Murat Buyukkal ([EMAIL PROTECTED])
If possible, you can format it as FAT32 then mount it as VFAT. Murat. -Original Message- From: Lalit Nagpal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 12:40 PM To: [EMAIL PROTECTED] Subject: mounting a hard disk to linux hello, i am trying to mount a hard disk of 2 gb

RE: someone help me !!!!..urgent...

2002-04-08 Thread Murat Buyukkal ([EMAIL PROTECTED])
Even if your global classpath environment variable contain the right directories, startup script of Tomcat changes it, therefore your newly added classpath does not work. You must manually edit Tomcat\bin\startup.bat file and add your directories/jar files to corresponding classpath variable. You

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

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.

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

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: 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]

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

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

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

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

[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]

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

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]

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]

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?

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

RE: Forward Request alogn with Parameters

2001-10-04 Thread Thys De [EMAIL PROTECTED]
If i remember getServletContext has been deprecated and now returns a null .. -Original Message- From: Brian Richards [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 3:32 AM To: [EMAIL PROTECTED] Subject: Forward Request alogn with Parameters I get a null pointer exception

RE: get Servlet Context Name

2001-10-01 Thread Thys De [EMAIL PROTECTED]
Have you tried restarting the Apache server ? -Original Message- From: chiuming [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 5:45 AM To: [EMAIL PROTECTED] Subject: RE: get Servlet Context Name could you tell me more how to make a filter? are you meaning init-parameter

Mod_Webapp for win 2k

2001-09-26 Thread Thys De [EMAIL PROTECTED]
Has anyone compiled this for w2k yet ? Is it available for download somewhere. I don't have a c compiler on my w2k box .. Please .. any help greatly appreciated.. Thys de Wet Systems Support Development Dimension Data i-Commerce +27 (21) 936 7715 mailto:[EMAIL PROTECTED

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:

RE: Tomcat 4.0b7 and struts-example webapp

2001-08-30 Thread Ian Kallen [EMAIL PROTECTED]
: I got this same error running under Jrun. Look into web.xml and make sure struts stuff is there (tlds etc..) T. -Original Message- From: Ian Kallen [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 4:17 PM To: [EMAIL PROTECTED] Subject: Tomcat 4.0b7

Re: Tomcat 4.0b7 and struts-example webapp

2001-08-30 Thread Ian Kallen [EMAIL PROTECTED]
parser (which is only mentioned in the logs). After I add one, the app works fine, and the messages are displayed correctly (so the properties file gets correctly loaded). Remy cheers, -Ian -- Ian Kallen [EMAIL PROTECTED] | AIM: iankallen

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

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

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

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

mod_webapp with Apache 2.0

2001-08-13 Thread Ian Kallen [EMAIL PROTECTED]
I was just perusing the jakarta-tomcat-connectors tree and found plenty about building with Apache 1.3 but no mention of 2.0 -- is there a separate tree for it or something? cheers, -Ian -- Ian Kallen [EMAIL PROTECTED] | AIM: iankallen

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;

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?

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

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

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

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

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

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

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

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:

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

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

<    1   2   3   4   >