Easy Question regarding shared objects :)

2003-09-03 Thread Raj Dasgupta
I have a shared object (mod_sm.so) I need to compile with Apache. Where do I add this file so it is included when I compile? Thanks Raj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Easy Question regarding shared objects :)

2003-09-03 Thread Jeff Tulley
Easy question, wrong list. You might ought to try apache-httpd-users, or apache-modules. or one of the like. This list of for Tomcat, which does not necessarily use the Apache HTTP server. Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business

RE: Easy question on Tomcat 4.0 and SSL+HTTPS via localhost:8843. Loc k-Icon disappear from the Browser.

2003-07-28 Thread Zaragoza, Carles
] Sent: viernes, 25 de julio de 2003 17:05 To: 'Tomcat Users List' Subject: RE: Easy question on Tomcat 4.0 and SSL+HTTPS via localhost:8843. Loc k-Icon disappear from the Browser. Check the 'next page' link if its http or https -Original Message- From: Zaragoza, Carles [mailto:[EMAIL

Easy question on Tomcat 4.0 and SSL+HTTPS via localhost:8843. Lock-Icon disappear from the Browser.

2003-07-25 Thread Zaragoza, Carles
I have installed the SSL support for Tomcat 4.0.4 and almost everything works. I followed all the guidelines from http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html But for instance when I type

RE: Easy question on Tomcat 4.0 and SSL+HTTPS via localhost:8843. Loc k-Icon disappear from the Browser.

2003-07-25 Thread Jay Garala
Check the 'next page' link if its http or https -Original Message- From: Zaragoza, Carles [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 6:38 AM To: Tomcat Users List ([EMAIL PROTECTED]) Subject: Easy question on Tomcat 4.0 and SSL+HTTPS via localhost:8843. Loc k-Icon disappear

easy question

2003-06-24 Thread David Zellhoefer
Hello! I have a easy question for you: 1)I have written a class called Test, compiled it and placed it in ~/WEB-INF/classes/ 2) Now I want to use objects from Test in a JSP, but if I try to use Test Tomcat always tells me that it is not able to resolve the symbol. What shall I do? Do I need

RE: easy question

2003-06-24 Thread Arnaud HERITIER
did you add the import statement in the jsp??? -Message d'origine- De : David Zellhoefer [mailto:[EMAIL PROTECTED] Envoye : mardi 24 juin 2003 11:29 A : [EMAIL PROTECTED] Objet : easy question Hello! I have a easy question for you: 1)I have written a class called Test

RE: easy question

2003-06-24 Thread Aggarwal, Gautam (IE03)
PROTECTED] Sent: Tuesday, June 24, 2003 2:59 PM To: [EMAIL PROTECTED] Subject: easy question Hello! I have a easy question for you: 1)I have written a class called Test, compiled it and placed it in ~/WEB-INF/classes/ 2) Now I want to use objects from Test in a JSP, but if I try to use Test

Re: easy question

2003-06-24 Thread David Zellhoefer
. Bye, Gautam -Original Message- From: David Zellhoefer [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 2:59 PM To: [EMAIL PROTECTED] Subject: easy question Hello! I have a easy question for you: 1)I have written a class called Test, compiled it and placed it in ~/WEB-INF/classes/ 2

Re: easy question

2003-06-24 Thread David Zellhoefer
PROTECTED] Subject: easy question Hello! I have a easy question for you: 1)I have written a class called Test, compiled it and placed it in ~/WEB-INF/classes/ 2) Now I want to use objects from Test in a JSP, but if I try to use Test Tomcat always tells me that it is not able to resolve the symbol

Re: easy question

2003-06-24 Thread Riaan Oberholzer
Did you import the class in the jsp file? At the start of the JSP file, it must be imported: %@ page import=Test % --- David Zellhoefer [EMAIL PROTECTED] wrote: Hello! I have a easy question for you: 1)I have written a class called Test, compiled it and placed it in ~/WEB-INF

Re: easy question

2003-06-24 Thread Holger Klawitter
Am Dienstag, 24. Juni 2003 11:28 schrieb David Zellhoefer: Hello! I have a easy question for you: 1)I have written a class called Test, compiled it and placed it in ~/WEB-INF/classes/ 2) Now I want to use objects from Test in a JSP, but if I try to use Test Tomcat always tells me

RE: easy question

2003-06-24 Thread Lindgren Swanthe
, 2003 2:59 PM To: [EMAIL PROTECTED] Subject: easy question Hello! I have a easy question for you: 1)I have written a class called Test, compiled it and placed it in ~/WEB-INF/classes/ 2) Now I want to use objects from Test in a JSP, but if I try to use Test Tomcat always tells me

RE: easy question

2003-06-24 Thread Aggarwal, Gautam (IE03)
Message- From: David Zellhoefer [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 3:33 PM To: Tomcat Users List Subject: Re: easy question I thought Tomcat is checking ~/WEB-INF/classes automatically. Is there a way to make this possible? Otherwise I have to change enviroment variables

RE: easy question

2003-06-24 Thread Peter.Kerekes
It is much more comfortable to use jar files and put them in the WEB-INF/lib directory, because they are really handled automatically. Try putting your class in a jar file, and you will have no issuses by adding each and every class name to the CLASSPATH BR, Peter I thought Tomcat is

RE: easy question

2003-06-24 Thread Riaan Oberholzer
for that specific webapp. But like Arnaud said; did you add the import statement to your jsp page? -Original Message- From: David Zellhoefer [mailto:[EMAIL PROTECTED] Sent: den 24 juni 2003 12:03 To: Tomcat Users List Subject: Re: easy question I thought Tomcat is checking

Re: easy question

2003-06-24 Thread David Zellhoefer
Dienstag, 24. Juni 2003 11:28 schrieb David Zellhoefer: Hello! I have a easy question for you: 1)I have written a class called Test, compiled it and placed it in ~/WEB-INF/classes/ 2) Now I want to use objects from Test in a JSP, but if I try to use Test Tomcat always tells me that it is not able

RE: easy question

2003-06-24 Thread Atreya Basu
resolving it. _ Atreya Basu Developer, Greenfield Research Inc. e-mail: atreya (at) greenfieldresearch (dot) ca -Original Message- From: David Zellhoefer [mailto:[EMAIL PROTECTED] Sent: June 24, 2003 6:29 AM To: [EMAIL PROTECTED] Subject: easy question

RE: easy question

2003-06-24 Thread Mike Curwen
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html -Original Message- From: Riaan Oberholzer [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 5:24 AM To: Tomcat Users List Subject: RE: easy question snip On that note, what is the scope of jars put

RE: EASY Question about Tomcat Instances.

2003-03-28 Thread Shapira, Yoav
, 2003 6:07 PM To: Tomcat Users List Subject: EASY Question about Tomcat Instances. Hi Everyone; I have a very very quick question about tomcat instances. I configured SSL for tomcat in server.xml. So it is listening on port 443. My supervisor asked me if we have 2 instances of tomcat running

RE: EASY Question about Tomcat Instances.

2003-03-28 Thread p niemandt
Subject: EASY Question about Tomcat Instances. Hi Everyone; I have a very very quick question about tomcat instances. I configured SSL for tomcat in server.xml. So it is listening on port 443. My supervisor asked me if we have 2 instances of tomcat running. one for ssl and one for non

EASY Question about Tomcat Instances.

2003-03-27 Thread stev sutherland
Hi Everyone; I have a very very quick question about tomcat instances. I configured SSL for tomcat in server.xml. So it is listening on port 443. My supervisor asked me if we have 2 instances of tomcat running. one for ssl and one for non-ssl. I told him we have only 1 instance of tomcat

RE: Easy question - Java Beans

2003-01-03 Thread Denise Mangano
; with the getter and setter methods. Thanks. Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 6:04 PM To: Tomcat Users List Subject: RE: Easy question - Java Beans

RE: Easy question - Java Beans

2003-01-03 Thread Wagoner, Mark
() %%= pageBean.getStateName() %/option % } % HTH Mark -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 1:58 PM To: 'Tomcat Users List' Subject: RE: Easy question - Java Beans Noel. How would your original select look for the states? I have a variable

RE: Easy question - Java Beans

2003-01-03 Thread Noel J. Bergman
Denise, How would your original select look for the states? Not sure what you are asking, but I'll take a stab, and you can come back and correct me. The NY is all you need to keep in the bean. I assume that somewhere you have a loop that emits the option tags. When the value you are about

RE: Easy question - Java Beans

2003-01-03 Thread Turner, John
- From: Noel J. Bergman [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:08 PM To: Tomcat Users List Subject: RE: Easy question - Java Beans Denise, How would your original select look for the states? Not sure what you are asking, but I'll take a stab, and you can come back

Easy question - Java Beans

2003-01-02 Thread Denise Mangano
Just curious if anyone knows how to use bean properties so that on a retry of a form, the previously selected item in a select list is maintained if validated. For example, for Select Your State. If I select NY, but something else on my form is wrong, when Retry.jsp is brought up, the State

RE: Easy question - Java Beans

2003-01-02 Thread Brandon Cruz
: Thursday, January 02, 2003 3:48 PM To: 'Tomcat Users List' Subject: Easy question - Java Beans Just curious if anyone knows how to use bean properties so that on a retry of a form, the previously selected item in a select list is maintained if validated. For example, for Select Your State. If I

Re: Easy question - Java Beans

2003-01-02 Thread Charles Baker
--- Denise Mangano [EMAIL PROTECTED] wrote: Just curious if anyone knows how to use bean properties so that on a retry of a form, the previously selected item in a select list is maintained if validated. For example, for Select Your State. If I select NY, but something else on my form is

RE: Easy question - Java Beans

2003-01-02 Thread Noel J. Bergman
Denise, Start with your basic select tag, and then in your code that emits the list of option tags, do something like this: option value=' + stateCode + ' + ((stateCode.equals(currentStateCode)) ? selected : ) + + stateName + /option In other words, emit the option value='NY'New

RE: Easy question

2002-02-19 Thread Mark Meany
reloadable=true /Context Hope this helps. Mark. -Original Message- From: Marcelo Mathias Lima [mailto:[EMAIL PROTECTED]] Sent: 18 February 2002 18:55 To: [EMAIL PROTECTED] Subject: Easy question One more easy question that can help me so... How can I set a absolute path on windows

Easy question

2002-02-18 Thread Marcelo Mathias Lima
One more easy question that can help me so... How can I set a absolute path on windows in this element? is it right? (server.xml) Context path=/ docBase=c:\jsp\mydir debug=0/ I'm using WinME / Tomcat4.0. if it is right my problem must have by other causes. So, help me please... Thak u all

RE: JSP, easy question !

2001-08-30 Thread Greg Trasuk
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 6:51 PM To: [EMAIL PROTECTED] Subject: JSP, easy question ! 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

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

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

Easy question??

2001-06-08 Thread Brenda Mijares
Do .dll files only exist on windows or do they also function in Unix?? If they only exist in unix, what would the equivalent of jvm.dll (under your jdk) be in unix.??

RE: Easy question??

2001-06-08 Thread Steve Salkin
Title: RE: Easy question?? Typically a shared library file in unix would have the extension .so. S- -Original Message- From: Brenda Mijares [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 1:53 PM To: [EMAIL PROTECTED] Subject: Easy question?? Do .dll files only

RE: Easy question??

2001-06-08 Thread Filip Hanik
.so Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: brenda [mailto:brenda]On Behalf Of Brenda Mijares Sent: Friday, June 08, 2001 10:53 AM To: [EMAIL PROTECTED] Subject: Easy question?? Do .dll

RE: Easy Question

2001-04-30 Thread Laurence Mayer
PROTECTED]' Subject: RE: Easy Question did you add the path to your tomcat.sh file? -Original Message- From: Laurence Mayer [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 1:01 PM To: '[EMAIL PROTECTED]' Subject: RE: Easy Question After putting the full path in the JAVA_HOME var, I

RE: Easy Question

2001-04-30 Thread Nael Mohammad
That's because the file is dynamically generated when you start tomcat and should be in the conf directory under tomcat. -Original Message- From: Laurence Mayer [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 3:03 PM To: '[EMAIL PROTECTED]' Subject: RE: Easy Question Finally

RE: Easy Question

2001-04-30 Thread Laurence Mayer
even after I start it, it is not there? Thanks Laurence -Original Message- From: Nael Mohammad [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 11:12 PM To: '[EMAIL PROTECTED]' Subject: RE: Easy Question That's because the file is dynamically generated when you start tomcat

RE: Easy Question

2001-04-30 Thread Ross Dyson
Start it, and then stop it. Stop it GENTLY don't just kill it. If you look, it will be there. -Original Message- From: Laurence Mayer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 1 May 2001 8:13 AM To: '[EMAIL PROTECTED]' Subject: RE: Easy Question even after I start