Re: help with domain and ip

2003-09-09 Thread Sai Sivanesan
let me see if i understand your question? you wan to type http://123.45.67.89 in a webbrowser and see your apache server dishing out content? well, if that was the quesion you should set the port on yout apache config file to serve using port 80 not 8080. basically when you type http:// it

Windows / Linux Context Difference (Weirdness with HTML Links)

2003-09-09 Thread Brandon M. Blank
I have recently developed a site using Tomcat 4.1.27 under Linux. The site resides at http:// http://%3chost%3e/%3cappName host/appName. When using an html link with the href set to /index.jsp it goes to http:// http://%3chost%3e/%3cappName%3e/index.jsp host/appName/index.jsp When implementing

Unsubscibe

2003-09-09 Thread Mario Moroni
Hi, according to the instrruction i received when I subscribed, I sent two days ago a mail for unsubscribing from this mailing list (I'll be far for 3 months), however I continue to receive mail. Is there someone that could help me? Thanks. Mario -- Email.it, the professional e-mail, gratis

Re: help with domain and ip

2003-09-09 Thread Michael Ni
can i change this from Tomcat Administration? or do I have to edit the conf files myself. mike From: Sai Sivanesan [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: help with domain and ip Date: Tue, 9 Sep 2003 02:05:03 -0400

Re: Tomcat 5.0.9 appBase and docBase questions...

2003-09-09 Thread Remy Maucherat
Richard Norman wrote: I have a question and I have looked all through the documentation and have not found the solution. Firstly I wanted to know if there is a source to go to about using Tomcat 5.0.9 with IIS on Windows. Particularly the JK2 connector and ISAPI connector? If not, then is

Re: HeadlessException: The chickens come home to roost!

2003-09-09 Thread Kwok Peng Tuck
Perhaps this might also ease the pain: http://cewolf.sourceforge.net/ Bill Barker wrote: Running headless means using awt-light. In particular, one of the things you are forbidden from doing is creating heavy-weight components like Frames. If you want to run headless, you will need to

RE: Tomcat 5.0.9 appBase and docBase questions...

2003-09-09 Thread Richard Norman
Thanks for the timely response.. I've been scratching my head over this for the past day and a half thinking I am just not getting this right. Are there any other active gotcha's I need to watch out for? I am using this for testing and some getting my feet wet work in JSP 2.0. By the way, is

Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child pid 665 exit signal Segmentation fault (11)

2003-09-09 Thread WWW-CREW +++ Daniel Schellöh
Hello, I am using Tomcat 4.1.27 and Apache 1.3.23 and mod_jk 1.2.4, all works fine under port 8080. But I can not connect under port 80 I get in error_log from apache following every time I access a jsp or servlet like the examples: [Tue Sep 9 01:03:01 2003] [notice] Apache/1.3.23 (Unix)

Re: Connetion between Tomcat MySQL

2003-09-09 Thread Amy Cheung
so what kind of connection is best? using the J/Connector or the OCBC one? --- Bill Barker [EMAIL PROTECTED] wrote: Assuming that you aren't using JDBCRealm, then it should be enough to put the jar file in $TOMCAT_HOME/lib/apps. If you are using JDBCRealm, then place it in

Re: Connetion between Tomcat MySQL

2003-09-09 Thread Amy Cheung
--- Bill Barker [EMAIL PROTECTED] wrote: Assuming that you aren't using JDBCRealm, then it should be enough to put the jar file in $TOMCAT_HOME/lib/apps. If you are using JDBCRealm, then place it in $TOMCAT_HOME/lib/common. Setting the CLASSPATH is evil ;-). Amy Cheung [EMAIL

Can you tell me what is the difference between these two sets of rpm version of tomcat4.1.24?

2003-09-09 Thread Mary
Hi, I have downloaded tomcat4-4.1.24-full.2jpp.noarch.rpm ,tomcat4-admin-webapps-4.1.24-full.2jpp.noarch.rpm and tomcat4-webapps-4.1.24-full.2jpp.noarch.rpm.They did work. I have also downlaoded tomcat4-4.1.24-12jpp.noarch.rpm, tomcat4-admin-webapps-4.1.24-12jpp.noarch.rpm and

JDBC via JNDI and the resource-env-ref tag

2003-09-09 Thread Johann Uhrmann
Hello, what are the semantics of the resource-env-ref tag in the deployment descriptor? Has every object (e.g. DataSources for DB access) to be declared in the deployment descriptor or is a Resource/ResourceLink in the server.xml sufficient? Does the application have to declare the use of a

Re: Tomcat 5.0.9 appBase and docBase questions...

2003-09-09 Thread Remy Maucherat
Richard Norman wrote: Thanks for the timely response.. I've been scratching my head over this for the past day and a half thinking I am just not getting this right. Are there any other active gotcha's I need to watch out for? I am using this for testing and some getting my feet wet work in JSP

Classloading - ClassNotFoundException: EntityProxy not found

2003-09-09 Thread Morten Andersen
I recently changed from Tomcat 4.1.12 to 4.1.24 and from Jboss 3.0.3 to Jboss 3.2.1 This has resulted in a Classloading failure, when I make dynamic Proxy copies of the beans from JBoss and sents them to Tomcat. I don't know whether JBoss changed something in there server, or there has been a

Problem Loading Jar File

2003-09-09 Thread Rara
Hi I have placed my jar file in Myappl/WEB-INF/lib. It picks up class files that are in the root of the jar file but any class files accessed from within in directory structure are not picked up. Say, I have created a Helo.jar with command line:- jar -cvf Helo.jar HelloWorld.class

Re: JDBC via JNDI and the resource-env-ref tag

2003-09-09 Thread Adam Hardy
Hi Hans, in my server.xml I have: GlobalNamingResources Resource name=jdbc/GlobalRealmDB auth=Container type=javax.sql.DataSource description=allows connections to be made to mySQL /Resource ResourceParams name=jdbc/GlobalRealmDB parameter

Re: Connetion between Tomcat MySQL

2003-09-09 Thread Christopher Williams
I'll assume that you're using Connector /J. Stick the file mysql-connector-java-x.y.zz-bin.jar (where x.y.zz is the version number) in Tomcat's common/lib directory. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Connetion between Tomcat MySQL

2003-09-09 Thread Christopher Williams
My apologies (and my tping error), the directory should be common/lib, not lib/common. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Connector/J or ODBC?

2003-09-09 Thread Christopher Williams
Amy, Always use a native JDBC driver if one is available: 1. The JDBC-ODBC bridge adds another layer of translation and redirection, slowing down your database operations. 2. The JDBC-ODBC bridge seems kinda flaky. I keep on getting errors staing that HRESULT is busy with another operation when

Re: Connetion between Tomcat MySQL

2003-09-09 Thread Kwok Peng Tuck
Any JDBC driver for mysql (that works for you) will do. Amy Cheung wrote: so what kind of connection is best? using the J/Connector or the OCBC one? --- Bill Barker [EMAIL PROTECTED] wrote: Assuming that you aren't using JDBCRealm, then it should be enough to put the jar file in

Classloading - ClassNotFoundException: EntityProxy not found

2003-09-09 Thread Morten Andersen
I recently changed from Tomcat 4.1.12 to 4.1.24 and from Jboss 3.0.3 to Jboss 3.2.1 This has resulted in a Classloading failure, when I make dynamic Proxy copies of the beans from JBoss and sents them to Tomcat. I don't know whether JBoss changed something in there server, or there has been a

RE: Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child pid 665 exit signal Segmentation fault (11)

2003-09-09 Thread Morgan Pyne
Hi Daniel, There are many reasons why Apache could be segfaulting, but often these kinds of errors show up when there is something wrong with one of the Apache modules, e.g. it is compiled incorrectly (different compiler/flags to Apache) or it is compiled against a different version of Apache.

limit on size of page

2003-09-09 Thread Morten Andersen
I am writing a big bunch of text (27442 chars) out on a page. This seems to be a problem, since I can't see all the text as output. As I delete other parts of the page I can suddenly see more of the text. This could be caused by some upper limit of text sent from tomcat back to the browser.

limit on size of page

2003-09-09 Thread Morten Andersen
I am writing a big bunch of text (27442 chars) out on a page. This seems to be a problem, since I can't see all the text as output. As I delete other parts of the page I can suddenly see more of the text. This could be caused by some upper limit of text sent from tomcat back to the browser.

Implementing a Login procedure, but avoiding cookies/session

2003-09-09 Thread Anson Zeall
Hi, I would like to know if there is anyway I could avoid the use of Session or cookies for a login procedure, but still keep track of the user's login status? From, Anson - To unsubscribe, e-mail: [EMAIL PROTECTED]

Another question - validating user input in fields

2003-09-09 Thread Anson Zeall
Hi, I have another question for you guys. Say, a user types an input into the form, but with my checkings, I made that kind of input, say $%#RG, invalid. But I would like to write a line at the side of the form saying input must be from A-Z or a-z. I think in asp, its called text validators

Re: Implementing a Login procedure, but avoiding cookies/session

2003-09-09 Thread Christopher Williams
Magic? Actually, you could use URL-rewriting or hidden forms, but anybody using your page could change the value from 0 to 1 to fool your code into thinking they'd logged on. They could also do the same with a cookie if they reverse engineered your cookie data (which is not hard). Best to use

JSP Compilation - saving compiled JSPs to disk howto?

2003-09-09 Thread Duncan Frostick
(If this is received twice I apologise) Hi all, I'm hoping this is a simple question that only needs one config change, but I don't know. I need to configure tomcat so that when a JSP is compiled upon first request, the actual compiled file is saved to disk permanently and used by tomcat from

JSP compilation - how to get them saved to disk?

2003-09-09 Thread Duncan Frostick
Hi all, I'm hoping this is a simple question that only needs one config change, but I don't know. I need to configure tomcat so that when a JSP is compiled upon first request, the actual compiled file is saved to disk permanently and used by tomcat from the disk rather than stored and run

Re: method of implementing a 'login' section in a site

2003-09-09 Thread Billy Kantartzis
The way i prefer to do it is use a simple db with the user atributes (userid , password , etc), use cookies to check if the user is logged in or not. one thing i had problems with when i first implemented this solution is that the cookies are stored in a browser specific place and you might not

What are the features of Tomcat ?

2003-09-09 Thread Antony Paul
Hi all, Last time when I attended an interview for a job the interviewer asked me what are the unique feature of Tomcat ?. An I have nothing in hand other than a reference implementaion. Then what are the features of Tomcat and any unique feature compared to other containers ?. I havent used

RE: JSP Compilation - saving compiled JSPs to disk howto?

2003-09-09 Thread Krause Karin
Hello, I use the following ant target to compile / and generate jsp definitions in the web.xml file !-- compile.jsp === -- !-- The compile.jsp target generates from jsp files by means of Jasper2 java source files into the project source

Re: using xml in jsp files

2003-09-09 Thread Tim Funk
YOu can't intermix % % and xml syntax. YOu can use one or the other, but not both at the same time. -Tim Luke Vanderfluit wrote: Hi, I'm a student learning about JSP and servlets, I currently have some example JSP files that run OK using the % % tags, but won't run when using

Re: method of implementing a 'login' section in a site

2003-09-09 Thread Tim Funk
http://java.sun.com/webservices/docs/1.1/tutorial/doc/ Specifically: http://java.sun.com/webservices/docs/1.1/tutorial/doc/WebAppSecurity4.html#wp80556 -Tim zeallousbigpond.net.au wrote: haha thanks...but..how do you do that? =P Anson - Original Message - From: Filip Hanik [EMAIL

RE: Implementing a Login procedure, but avoiding cookies/session

2003-09-09 Thread Anson Zeall
When you mean 'session' its using methods like HttpSession session = req.getSession(true);? If yes...then...aren't they still using cookies? 'cause that's what I'm using. And when I test my app by turning off the cookiesmy app is just...screwed -Original Message- From: Christopher

Re: Unsubscibe

2003-09-09 Thread Tim Funk
See the footer or the faq: http://jakarta.apache.org/tomcat/faq/tomcatuser.html#unsubscribe -Tim Mario Moroni wrote: Hi, according to the instrruction i received when I subscribed, I sent two days ago a mail for unsubscribing from this mailing list (I'll be far for 3 months), however I continue

Re: Puzzling SAXParseException error

2003-09-09 Thread Tim Funk
The manager webapp is in catalina.jar. In 4.0.4, you declaration for the manager should look like this: Context path=/manager docBase=manager debug=0 privileged=true/ Then there should be manager dir in the webapps directory from the default tomcat install. -Tim [EMAIL PROTECTED] wrote: Hi

RE: Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child pid 665 exit signal Segmentation fault (11)

2003-09-09 Thread Daniel Schellöh +++ WWW-Crew
Hi Morgan, many thanx for fast response! it works fine before tomcat integration. i use modssl. i load the binary from apache.org. i don't build anythink new and i not compile the source files. I dont know how because i have not so much knowlege. Can you help me or send a link where i can find a

Re: JSP Compilation - saving compiled JSPs to disk howto?

2003-09-09 Thread Duncan Frostick
Cheers for the reply, we'll give this a go and see what happens. Duncan Frostick Krause Karin wrote: Hello, I use the following ant target to compile / and generate jsp definitions in the web.xml file !-- compile.jsp === -- !-- The

Re: Tomcat 5 clustering

2003-09-09 Thread Remy Maucherat
Cendil wrote: I am trying to get clustering working with Tomcat 5.0.9 and am finding a few problems. I have uncommented the cluster section and the recommended valve to filter requests for static content, so the cluster section in the host section of server.xml looks like this: Cluster

RE : Another question - validating user input in fields

2003-09-09 Thread Hertenstein Alain
Hi, If you want to do it on the client-side, you will need JavaScript to check what the user typed, and then alert some message to tell him that his entries are wrong. On the server-side, you can use the request.getParameter(myParam) to check what the user typed, then send the appropriate

RE: JDBCRealm and dynamic resources/roles

2003-09-09 Thread Eelco
Hi, this is me again. I just wanted to say that I found out that web.xml is ALWAYS read at least for the security settings (I only tested for that) This also seems independent of the flag in server.xml where you can set reloadable to false. So the good news is, that you can have variable roles

Re: Implementing a Login procedure, but avoiding cookies/session

2003-09-09 Thread Christopher Williams
Anson, If cookies are disabled, Tomcat uses URL rewriting to store the session ID. When you encode URLs you need to to use special methods to support this feature. These methods are defined in HttpServletResponse and are: String encodeURL(String url) String encodeRedirectURL(String url)

Windows / Linux Context Difference (Weirdness with HTML Links)

2003-09-09 Thread Brandon M. Blank
I have recently developed a site using Tomcat 4.1.27 under Linux. The site resides at http:// http://%3chost%3e/%3cappName host/appName. When using an html link with the href set to /index.jsp it goes to http:// http://%3chost%3e/%3cappName%3e/index.jsp host/appName/index.jsp When implementing

RE: Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child pid 665 exit signal Segmentation fault (11)

2003-09-09 Thread Morgan Pyne
Hi Daniel, If you post your OS and version I'm sure somebody here can point you to either a good binary of mod_jk for your OS/Apache combination or a link explaining how to compile one. Cheers, Morgan -Original Message- From: Daniel Schellöh +++ WWW-Crew [mailto:[EMAIL PROTECTED]

RE: method of implementing a 'login' section in a site

2003-09-09 Thread Anson Zeall
I don't get ityou mean you have to can set the cookie yourself?? -Original Message- From: Billy Kantartzis [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 8:41 PM To: Tomcat Users List Subject: Re: method of implementing a 'login' section in a site The way i prefer to do

Tomcat 5 clustering

2003-09-09 Thread Cendil
I am trying to get clustering working with Tomcat 5 and am finding a few problems. I have uncommented the cluster section and the recommended valve to filter requests for static content, so the cluster section in the host section of server.xml looks like this: Cluster

jk_nt_service

2003-09-09 Thread Bland Clan
I am using Tomcat 3.3.2 running on Windows 2000 Server. When I start Tomcat from startup.bat, everything works fine. Yet, I want to run the server as a Service. I completed the setup instructions for jk_nt_service.exe (using Tomcat 3.3.2) exactly as described in

Re: What are the features of Tomcat ?

2003-09-09 Thread Christopher Williams
Antony, No unique features, I wouldn't think. Tomcat is the reference implementation of Sun's servlet and JSP specification, but there are other implementations around (such as Jetty, for example). Its support for the spec is very thorough, of course, and it also has full support for serving

SAP DB JNDI Datasource

2003-09-09 Thread Pranas
Has someone tried to use SAP DB JNDI Datasource? I was not able to create it according manual JNDI Datasource HOW-TO. Environment: tomcat-4.1.27 with j2sdk1.4.1_02 on Win 2000. 1. JDBC driver in $CATALINA_HOME/common/lib/sapdbc.jar 2. server.xml configuration: Context path=/Test docBase=Test

RE: Tomcat 4.1.27/Apache 1.3.23/mod_jk 1.2.4: child pid 665 exit signal Segmentation fault (11)

2003-09-09 Thread Daniel Schellöh +++ WWW-Crew
Hello, here my informations: Red Hat Linux release 7.2 (Enigma) Apache Tomcat/4.1.27-LE-jdk14 mod_jk 1.2.4 Thanx! Morgan Pyne sagte: Hi Daniel, If you post your OS and version I'm sure somebody here can point you to either a good binary of mod_jk for your OS/Apache combination or a link

How to use sendmail program (in Jakarta-Tomcat)

2003-09-09 Thread Luong Phan
Hi all, I am designing a website. I use JSP and Java as programming language, Jakarta-tomcat as server, and Mysql to store database. I have just downloaded a sendmail program written by Per, but I do not know how to use it. Please help me! Thank you very much! LuongPhan

RE: Another question - validating user input in fields

2003-09-09 Thread Barry Mcleer
You could try here: http://jakarta.apache.org/commons/validator/ Barry -Original Message- From: Anson Zeall [mailto:[EMAIL PROTECTED] Sent: 09 September 2003 11:07 To: Tomcat Users List Subject: Another question - validating user input in fields Hi, I have another question for

Re: How to use sendmail program (in Jakarta-Tomcat)

2003-09-09 Thread Pranas
Your cat try using http://jakarta.apache.org/commons/net/index.html - Original Message - From: Luong Phan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 2:25 PM Subject: How to use sendmail program (in Jakarta-Tomcat) Hi all, I am designing a website. I use

Re: Tomcat 5 clustering

2003-09-09 Thread Cendil
Setting distributable=true on the Context element in server.xml didn't work, but I noticed I had missed out the distributable element in the web.xml. Added is, and all works fine. Thanks, Cendil On Tue, 09 Sep 2003 13:29:05 +0200, Remy Maucherat wrote: This is mostly a cosmetic issue. You

RE: What are the features of Tomcat ?

2003-09-09 Thread Amjad Shahrour
TOMCAT IS open sourced, and thus its free :-) Amjad Shahrour Application Developer Tel: +966.2.653.3334 ext 213 [EMAIL PROTECTED] www.labbaik.com -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 1:56 PM To: tomcat mail list

RE: limit on size of page

2003-09-09 Thread Shapira, Yoav
Howdy, There's certainly no such limit imposed by tomcat ;) We have many web pages containing more than 1MB of text, and we don't have any problems with this. Post the code you're using to write the output. As an aside, you happen to share a name with one of my favorite (American)football

RE: Downloading previous versions of Tomcat

2003-09-09 Thread Shapira, Yoav
Howdy, What bugs are you referring to in 4.1.24? Yoav Shapira Millennium ChemInformatics -Original Message- From: Steve Vanspall [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 9:02 PM To: Tomcat Users List Subject: Downloading previous versions of Tomcat Hi everyone

RE: questions related to context root configuration on tomcat 4.1.27 ...

2003-09-09 Thread Shapira, Yoav
Howdy, How does your app look for your app files? Post that code. Yoav Shapira Millennium ChemInformatics -Original Message- From: Kenneth Tang [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 5:48 PM To: [EMAIL PROTECTED] Subject: questions related to context root

RE: Problem Loading Jar File

2003-09-09 Thread Shapira, Yoav
Howdy, It appears you're creating the jar inappropriately. What happens if you just do jar cvf Hello.jar *.class ? Or use ant... Yoav Shapira Millennium ChemInformatics -Original Message- From: Rara [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 3:36 AM To: [EMAIL

Development Tools

2003-09-09 Thread Nihita
Are there any free available development tools like Oracle Developer suite for developing J2EE application which are also Tomcat complaint ? And will the forms and pages developed using Oracle Internet development Suite work with tomcat ? Thanks Nihita

Re: Tomcat 5 clustering

2003-09-09 Thread Remy Maucherat
Cendil wrote: Setting distributable=true on the Context element in server.xml didn't work, but I noticed I had missed out the distributable element in the web.xml. Added is, and all works fine. Sorry, the code had changed since last time I did anything for that feature (maybe 6 months ago).

Re: Development Tools

2003-09-09 Thread Christopher Williams
Try Eclipse or Netbeans. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Development Tools

2003-09-09 Thread Dave Butler
A few days ago on this here list someone had a way of using JDev from Oracle for just this. Did not check it out but you may wish to. Original message Date: Tue, 9 Sep 2003 05:54:08 -0700 From: Nihita [EMAIL PROTECTED] Subject: Development Tools To: Tomcat [EMAIL PROTECTED] Are

RE: What are the features of Tomcat ?

2003-09-09 Thread Shapira, Yoav
Howdy, That's an interesting question. Sounds like an interviewer who was just grasping for questions ;) Did you ask him/her what the answer was? Yoav Shapira Millennium ChemInformatics -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003

RE: Tomcat exception report I don't understand

2003-09-09 Thread Shapira, Yoav
Howdy, and Tomcat 4, version 1.1 (the same as what's on the server). I took No such version exists of tomcat. Check the string at the beginning of $CATALINA_HOME/logs/catalina.out and tell us what version of tomcat you're using ;) I did find one notable difference between the Tomcat

Re: Another question - validating user input in fields

2003-09-09 Thread Christopher Williams
You'll have to handle it yourself. You could do it server-side or client-side with Javascript and DHTML. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Search MOD_JK.SO for RedHat 7.2, Apache/1.3.23, mod_jk/1.2.4, Apache Tomcat/4.1.27-LE-jdk14

2003-09-09 Thread Daniel Schellöh +++ WWW-Crew
Hello, can anybody send me the mod_jk for these configuration?? If not, can anybody send me a how to how i can compile mod_jk self? Many Thanx Daniel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Tomcat 5 clustering

2003-09-09 Thread Jan Agermose
I'm not using version 5 but was looking for information on what clustering capabilities that where build into tomcat 5 - but I cannot find anything on the webpage... looking in the wrong places :-) Could you offer any links? Is it simply a distributed session implementation or?! -

Re: Development Tools

2003-09-09 Thread epyonne
I use two different setups: 1. Eclipse 2.1.1 with Lomboz plugin (both are free) 2. Eclipse 2.1.1 with MyEclipse plugin (MyEclipse costs $30/year) Both are good, but MyEclipse has better technical support than Lomboz which is practically non-exist. Hope this helps. - Original Message -

Re: Tomcat 5 clustering

2003-09-09 Thread Remy Maucherat
Jan Agermose wrote: I'm not using version 5 but was looking for information on what clustering capabilities that where build into tomcat 5 - but I cannot find anything on the webpage... looking in the wrong places :-) Could you offer any links? Is it simply a distributed session implementation

Re: Tomcat 5 clustering

2003-09-09 Thread jmoliere
Jan Agermose wrote: I'm not using version 5 but was looking for information on what clustering capabilities that where build into tomcat 5 - but I cannot find anything on the webpage... looking in the wrong places :-) Could you offer any links? Is it simply a distributed session

ZUSTELLUNGSFEHLER: Virus im Dateianhang

2003-09-09 Thread Automatische Verständigung
GROUP securiQ.Watchdog Server: ATRVSI50/RVS/Raiffeisen Sbg. --- Ein Virus wurde im Dateianhang gefunden. Versuchen Sie, den virenfreien Dateianhang erneut an Ihr Mail anzuhängen und zu versenden.

Re: Tomcat 5 clustering

2003-09-09 Thread Jan Agermose
ok but how would you use it... If you have apache in front of the different tomcat instances, apache would route the same browsersession to the same tomcatinstance on each request, or not? This would make session sharing useless? And if there's no webserver in front you need different

RE: limit on size of page

2003-09-09 Thread Mike Curwen
I know a while back Tomcat used to have problems with large numbers of tags, which is I guess directly related to the 64k limit imposed on method bodies. (Is that still around with jdk 1.4.x ?) http://www.caucho.com/support/resin-interest/0207/0182.html There's also large but not infinite number

RE: Tomcat exception report I don't understand

2003-09-09 Thread Stephen Charles Huey
I'm not entirely sure my JDK is the exact same, so I guess that could be the problem. Anyway, those two extra JAR files in my Tomcat common lib have been copied to the production server's Tomcat's common lib, and now the site works without any such exception. So is that the most likely

Re: Development Tools

2003-09-09 Thread Mike Hulse
You can try http://www.netbeans.org I have been using netbeans for several years. Very good and very reliable. Mike - Original Message - From: Nihita [EMAIL PROTECTED] To: Tomcat [EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 8:54 AM Subject: Development Tools Are there any free

Tomcat and Active Directory

2003-09-09 Thread Srofe, Douglas (c)
I am trying to use the JNDI realm to access our Active Directory. The server.xml entry I have is: Realm className=org.apache.catalina.realm.JNDIRealm debug=99 connectionURL=ldap://ou=migrated users,ou=nmr,dc=enterprisenet,dc=org userBase=cn=Users,dc=enterprisenet,dc=org

RE: EJB in tomcat

2003-09-09 Thread Jeremy Whitlock
Anson, The one I've used for over a year and a half is OpenEJB. It's an EJB container and is 100% pluggable into Tomcat. Here is the url: http://openejb.sourceforge.net If you need any help, let me know. Thanks, Jeremy -Original Message- From: zeallousbigpond.net.au

Restrict access to a webapps folder based on ip

2003-09-09 Thread Joshua Russell
I was wondering if it was possible to restrict access to a certain webapps folder based on the ip the packet was coming from. So if .../webapps/app1 was for an intranet site with all ip's within a certian range having access, and /webapps/app2 for a web-site allowing machines with any ip.

RE: Implementing a Login procedure, but avoiding cookies/session

2003-09-09 Thread Anson Zeall
Thanks chris I think I know what to do now..thanks!! =) -Original Message- From: Christopher Williams [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 9:53 PM To: Tomcat Users List Subject: Re: Implementing a Login procedure, but avoiding cookies/session Anson, If

Re: Restrict access to a webapps folder based on ip

2003-09-09 Thread Jon Wingfield
Tomcat specific: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/valve.html Portable: Write a Filter which accepts/rejects based on the request ip. This could be configured statically through init parameters within web.xml or by JMX (or other means) on the fly ;) caveat: ip addresses can

Tomcat 4 and 5 cluster

2003-09-09 Thread Mats Andersson
Why is there so little noise on the web about clustering/session replication on Tomcat? I think Tomcat is a superior servlet engine (yes that's my opinion), but I need session replication on my latest project. I have tried Filip Haniks package, which works great, but I have not found any

bug in JDBCStore in 4.1.27

2003-09-09 Thread Ronald Klop
Hello, Is anybody interested to fix BUG# 19034 (InvalidClassException in StoreBase.java)? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19034 It is still in there and generates a lot of errors if I update my web-application. Greetings, Ronald.

Re: Tomcat and Active Directory

2003-09-09 Thread Christopher Williams
There's just been a similar question answered. The URL to your Active Directory appears to be wrong - after all I'm guessing that Active Directory is not running on your development system. Change the URL to: ldap://server.name:389/ou=migrated users... and you might have some success.

RE: Tomcat exception report I don't understand

2003-09-09 Thread Shapira, Yoav
Howdy, This is all a FAQ for this list ;) Consult the release notes, the tomcat faq (http://jakarta.apache.org/tomcat/faq/), and this list's archives for more details. Yoav Shapira Millennium ChemInformatics -Original Message- From: Stephen Charles Huey [mailto:[EMAIL PROTECTED] Sent:

RE: Tomcat and Active Directory

2003-09-09 Thread Srofe, Douglas (c)
Thanks for your response. I have changed the url to the following: connectionURL=ldap://nmr001dundom01:636/ou=migrated users,ou=nmr,dc=enterprisenet,dc=org Our admin said to use port 636. However, I still get the same error saying it can't connect to localhost:389. As a test, should I be

Re: Connetion between Tomcat MySQL

2003-09-09 Thread Schalk
There is two things you can do. Set your CLASSPATH to include mm.mysql.driver and include the jar in your webapps lib folder. HTH Kind Regards Schalk Volume4

Re: Connetion between Tomcat MySQL

2003-09-09 Thread Amy Cheung
OK. Thanks. It can connects to the database now. Here is a minor problem. The results I obtained from the query is a ResultSet, rs. I keyed in this code: while (rs.next()) { System.out.print(rs.getString(RoomID); } In the Tomcat server, it printed the results that I wanted. How to incorporate

Re: Tomcat and Active Directory

2003-09-09 Thread Christopher Williams
You won't get an intelligent response if you enter your LDAP URL into a web browser, but many email clients are LDAP-compatible (e.g. Outlook Express - add an LDAP link via the Tools\Accounts menu). Also, you can try an LDAP browser, such as the one at http://www.iit.edu/~gawojar/ldap. Another

RE: Connetion between Tomcat MySQL

2003-09-09 Thread Mike Curwen
That's just not good advice at all. I don't know where people get the idea of touching CLASSPATH when they're talking about Tomcat and web-apps in general. Drivers should be placed in common/lib or WEB-INF/lib. That's IT. And mm.mysql.driver? You mean: com.mysql.jdbc.Driver And

RE: Development Tools

2003-09-09 Thread Jeremy Whitlock
I agree with Mike. I have been using NetBeans for a long time now and there is nothing it can't do. There are alternatives but NetBeans is my suggestion. Laters, Jeremy -Original Message- From: Mike Hulse [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 8:19 AM To: Tomcat

Re: Development Tools

2003-09-09 Thread Christopher Williams
Having suggested Netbeans and Eclipse as possible development environments, I've been using Textpad and Ant for about six months since I failed to migrate JBuilder 6 to a new system (the license info got screwed up somehow). It works for me. The one thing I really miss is code completion,

RE: Tomcat 4 and 5 cluster

2003-09-09 Thread Filip Hanik
Hi Mats, Clustering is a shipping part of Tomcat 5. It works better in Tomcat 5 since it is container based instead of context based as in Tomcat 4.x. There is not much document nor much noise because the implementation is quite simple. Inside the server.xml that ships with Tomcat 5 you will see

RE: Tomcat 5 clustering

2003-09-09 Thread Filip Hanik
distributable/ should be set in web.xml according to the latest servlet spec feel free to contact me with any problems you might have, several companies are using Tomcat 4.x replication in production already Filip -Original Message- From: Jan Agermose [mailto:[EMAIL PROTECTED] Sent:

RE: Tomcat 5 clustering

2003-09-09 Thread Filip Hanik
not sure what your problem is Jan, the clustering code is all-to-all node replication, so whether you have sticky sessions or round robin loadbalancing, it will work Filip -Original Message- From: Jan Agermose [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 6:50 AM To:

JNI-sharedLibs

2003-09-09 Thread grisi
Hello everyboy, is there an Tomcat-JNI expert out there ? The setting: I have serveral servlets in one Tomcat (4.1.24) instance using different functions being bundeled in one DLL (.so respectively). Since native libraries cannot be laoded more than once I wrote a simple loader like this:

RE: Tomcat and Active Directory

2003-09-09 Thread Srofe, Douglas (c)
Thanks for the suggestion. I did download the ldap browser. I was able to fetch a dn based on the host but it wouldn't connect. I guess I need to go back to our admin and make sure they have given me other valid information. Thanks for all of your help. -Original Message- From:

RE: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with sticky session support.

2003-09-09 Thread Filip Hanik
have you tried http://cvs.apache.org/~fhanik/ Filip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 2:32 AM To: Tomcat Users List Subject: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with sticky session support.

RE: Good sites that show you EJB stuff

2003-09-09 Thread Kal Govindu
www.ejbtut.com kal -Original Message- From: Anson Zeall [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 6:49 AM To: Tomcat Users List Subject: Good sites that show you EJB stuff Hi, I want to know if anyone, could show me, or recommend me any sites that show you how to

  1   2   >