NPE while undeploying webapp on Tomcat 5.5.12

2005-11-08 Thread Stanislav Mironov
Hi All! I get such exception report in catalina..log when I undeploy web application (deployed as WAR). 09.11.2005 10:46:59 org.apache.catalina.startup.HostConfig checkResources INFO: Undeploying context [/context1] 09.11.2005 10:47:12 org.apache.catalina.startup.HostConfig checkResources INF

upgrading a war file

2005-11-08 Thread Zohar Amir
Hi, I have a servlet deployed on my tomcat server. What are the options of upgrading this servlet (I have a new war file)? Which is the best way? What if I do not have admin web access to the server? - To unsubscribe, e-mail:

RE: ROOT webapp question confused with hosts

2005-11-08 Thread Michael Forster
You need to set up multiple host entries in the conf. ie -Original Message- From: Narahari 'n' Savitha [mailto:[EMAIL PROTECTED] Sent: 08 November 2005 17:23 To: users@tomcat.apache.org Subject: ROOT webapp question confused with hosts Friends, I am unab

Re: deploying war file

2005-11-08 Thread Khawaja Shams
Could you include your ant script? Make sure that you have the proper directory structure, and that you have a web.xml file in the WEB-INF file. ANT script can definitely cause errors in the war file creation. On 11/8/05, Lothar Krenzien <[EMAIL PROTECTED]> wrote: > > > Hi there, > > I'm just tryi

Tomcat Authentication

2005-11-08 Thread Khawaja Shams
Hello everyone, I have a few strict requirements for security on my project, and I am having a hard time understanding some concepts. I cannot use SSL due to the performance loss, and the application must be accessed only by authenticated users. Meanwhile, I am required to never send the password i

FW: Securing Manager Role

2005-11-08 Thread Nehal Sangoi
Hi, Please go thru below mailu will get the answer.. -Original Message- From: Nehal Sangoi [mailto:[EMAIL PROTECTED] Sent: Friday, October 28, 2005 9:15 AM To: 'Tomcat Users List' Subject: RE: Securing Manager Role Hi, I could do it successfully yesterday. The right comm

How do i setup https connection tomcat5 + jk2 + apache2 on RedHat 9.0?

2005-11-08 Thread Gangaa D
Hi, I have done tomcat5 + jk2 + apache2 on RedHat 9.0. So I have made keystore file on Win32 and use it on RedHat 9.0 for tomcat5 + jk2 + apache2. I have configured server.xml for https. But https does not work. Please recommend us for solve it.

tomcat connector isapi_redirect.dll not available

2005-11-08 Thread Goay Zee Ling \(ACM/MIS\)
Hi. I have some problem with tomcat connector. I've installed tomcat 5.0.28 and IIS I managed to view http://localhost and http://localhost:8080/examples/index.html But http://localhost/examples/index.html

RE: JAAS implementation with URL callback

2005-11-08 Thread Mark Benussi
I am going to have one of the most stupid rants in the world considering I am on an open source distribution list but when did developers stop wanting to learn stuff? I appreciate that there is time pressure on most projects, and that frameworks like Struts make life very easy but come on, I have t

RE: Tomcat as a service under Linux... "To dream theimpossible dream"

2005-11-08 Thread George Sexton
> > --- Preston Crawford <[EMAIL PROTECTED]> wrote: > > > I've tried this so many different ways and I can't > > get it to work. Why is > > something that works out of the box on Windows so > > hard on Linux? Shouldn't > > there be a defined way to do this? I feel like I'm > > tilting at Windmill

Re: DIGEST Authnetication with Tomcat

2005-11-08 Thread Mark Thomas
If you use DIGEST authentication and digest passwords, the cleartext used to generate the digest is not just the user's password. This is documented at http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html#Digested%20Passwords Mark Khawaja Shams wrote: Hello all, I am having difficulty se

DIGEST Authnetication with Tomcat

2005-11-08 Thread Khawaja Shams
Hello all, I am having difficulty setting up digest authentication on Tomcat. I have tried tomcat 5.5.9 and 5.5.12, and I am having mixed results. I tried setting up the HTTP DIGEST authentication by placing a security constraint on my web.xml file, which works fine. However, my project also has a

Re: Config problem: AAA and LDAP

2005-11-08 Thread PHIL CAVAZOS
what ldap server are you trying to connect to? Active Directory, eDirectory, or OpenLDAP >>> [EMAIL PROTECTED] 11/8/2005 1:20:00 pm >>> Hi all, I have just created a simple webapp hosted with Tomcat v5.0.28, and I want to add container managed security against an LDAP server. Following the Tom

Re: Config problem: AAA and LDAP

2005-11-08 Thread Graham Leggett
Klotz Jr, Dennis wrote: What are your security constraints within your web.xml? There were no security constrints in the web.xml, I had not checked them :( Thank you for pointing this out, I had looked everywhere except here. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic

RE: Config problem: AAA and LDAP

2005-11-08 Thread Klotz Jr, Dennis
What are your security constraints within your web.xml? -Dennis -Original Message- From: Graham Leggett [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 4:20 PM To: users@tomcat.apache.org Subject: Config problem: AAA and LDAP Hi all, I have just created a simple webapp hoste

Config problem: AAA and LDAP

2005-11-08 Thread Graham Leggett
Hi all, I have just created a simple webapp hosted with Tomcat v5.0.28, and I want to add container managed security against an LDAP server. Following the Tomcat instructions for adding a realm against JNDI does not seem to have had any effect: Attempts to access the webapp are always succes

Re: Tomcat as a service under Linux... "To dream theimpossibledream"

2005-11-08 Thread Preston CRAWFORD
Oh, and the modification I made for my version of Linux (CentOS 4.2, so a rebuild of RHEL 4 Update 2) was to change lines that read like "su - tomcat - c $TOMCAT_START" to read.. "su $TOMCAT_USER -c "$TOMCAT_START >> $TOMCAT_LOG_FILE 2>&1" & RETVAL=$?" It was seemingly getting hung up on a

Re: ROOT webapp question confused with hosts

2005-11-08 Thread Hassan Schroeder
Narahari 'n' Savitha wrote: > I want to be able to keep my webpage contents under M:\VRUKSHA which > contains the entire webpage. > > I still want the configurate of tomcat to point the ROOT to this folder > M:\VRUKSHA so that I can update the correct folder. > > Is this too much to ask ? Uh, w

Re: Tomcat as a service under Linux... "To dream theimpossibledream"

2005-11-08 Thread Preston CRAWFORD
Oh, I thought I'd posted it earlier. I guess I didn't here. I used a modified version of this script... http://www.linuxjava.net/howto/webapp/install_files/tomcatd Found here http://www.linuxjava.net/howto/webapp/#mod_jk Preston >>> [EMAIL PROTECTED] 11/8/2005 10:11 AM >>> Hi, Can you

IIS 6, Tomcat 5.5, jk-1.2.14 and jCifs-1.2.6 authentication

2005-11-08 Thread juhani
Hi, we are having IIS-Tomcat website in domain A and service S. Users are authenticated using IIS Windows-authentication. Everything is ok. Users in domain B, outside our domain, need to use service S. IIS authentication won't work because there is no trust between A and B. jCifs can authenticate

Re: ROOT webapp question confused with hosts

2005-11-08 Thread Narahari 'n' Savitha
Som, Thanks for replying back. Its a good idea. That is not what I am looking for though. What you have given looks like a work around. Coming from the IIS world, I can set aside the folder c:\vruksha as the folder where I have my html files are. Then I go to IIS set aside a virtual folder then sa

Re: Use of JSF view in welcome file list

2005-11-08 Thread Tim Dean
Thanks for the info, Peter. I'm somewhat new to using Tomcat, so if there's somewhere particular I should post this as a bug, please let me know. It is at least comforting to know that I can work around this by avoiding the use of a wildcard mapping to the JSF servlet. Thanks, - Tim -Ori

tomcat 4.1 crashing after few minutes / java.net.ConnectException: Connection timed out

2005-11-08 Thread Emmanuel JACQUET
Hello gurus I got a problem with a tomcat server, hosting multiple websites. Tomcat is crashing after a few minutes, the only message i have is "Cannot connect to this database. java.sql.SQLException: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection timed out

Re: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread David Smith
No. Only one. I was saying that any one webapp named ROOT could be in that role. I'll be more specific next time. If you want to name it something else and avoid the double initialization, you'll have to store it outside of the webapps folder and write a custom ROOT.xml file in config/Catal

Re: AW: ANT build + Read Password

2005-11-08 Thread Mark Thomas
Marcus Franke wrote: Hello, Since when are passwords in tomcat-users.xml stored in hashed form? Or how can I activate this, as in my tomcat-users.xml they are stored in clear text form. http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html#Digested%20Passwords --

RE: JAAS implementation with URL callback

2005-11-08 Thread Pat Young
Yes, but an existing one in the open source domain would be nice, because it will have been tested, verified, etc... I would think that a component such as this would be used my many. --- Mark Benussi <[EMAIL PROTECTED]> wrote: > Write your own CallbackHandler and LoginModule. > > -Origina

Re: ROOT webapp question confused with hosts

2005-11-08 Thread TG . Somashekara
By default the Tomcat renders the default home page which is specified in the conf/web.xml such as index.html which is located under the /Tomcat5.0/webapps/ROOT folder. You need to redirect the URL from index.html to your default home page. So, Please modify the index.html file one located under /

Re: Tomcat as a service under Linux... "To dream theimpossible dream"

2005-11-08 Thread Andoni
Hi, Can you give a few comments on what was going wrong and what you did to fix it? For people who find this message later which searching archives for the answer to their problem! Thanks, Andoni. - Original Message - From: Preston CRAWFORD Newsgroups: gmane.comp.jakarta.tomcat.user Sent

Re: Tomcat as a service under Linux... "To dream theimpossible dream"

2005-11-08 Thread Preston CRAWFORD
Thanks. I actually got it working, though, so life is good. I've used Linux for years and there never seems to be a shortage of new challenges. Which is fine, though, when weighed against the alternative in terms of stability and security. Preston >>> [EMAIL PROTECTED] 11/7/2005 9:42:41 PM >>> Du

RE: Tomcat on Mac

2005-11-08 Thread Carl Olivier
Hi. Just received this from Apple lists: "Looking at the errors, I think this is a known OS problem. If you create a ServerSocket before loading the AWT in headless mode, the application will die. The workaround is to start up the AWT first by creating a java.awt.Dimension(), or Toolkit.getDefa

Tomcat 5.5.12 and SSL - https doesn't work, was ok with 5.5.9

2005-11-08 Thread Jean-Pierre Pelletier
Hi, I upgraded from Tomcat 5.5.9 to Tomcat 5.5.12 and cannot get https connectors to work. https://localhost hangs for a few minutes before displaying "page cannot be displayed". Here is an extract from my server.xml I created the keystore with jdk 1.5. It was working fine with Tomcat 5.5.9

ROOT webapp question confused with hosts

2005-11-08 Thread Narahari 'n' Savitha
Friends, I am unable to decipher this. I am on windows xp running tomcat as my webserver/jsp engine 5.5.09 I have http://savithari.dyndns.org/vruksha that works correctly. but http://savithari.dyndns.org always brings up the default page of tomcat. I know that I can rename the ROOT folder to

RE: deploying war file (UNCLASSIFIED)

2005-11-08 Thread Lothar Krenzien
Hi Fadi, for testing reasons I copied my application to a temp directory with the same structure as the real application. So the app looks like : C:\Temp\ant-test\application | | src | | --- com | | web | | css / js / jsp / Meta-INF / Web-INF

RE: deploying war file (UNCLASSIFIED)

2005-11-08 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification: UNCLASSIFIED Caveats: NONE Send your application hierarchy please Fadi -Original Message- From: Lothar Krenzien [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 11:41 AM To: users@tomcat.apache.org Subject: deploying war file Hi there, I'm just trying to c

deploying war file

2005-11-08 Thread Lothar Krenzien
Hi there, I'm just trying to create a war file for a web projects (with JSP's and Struts) and want to deploy it using the Tomcat manager. I configured a user for the manager like descriped in the docu, created the war file with Ant and wanted to deploy the app using the following command : h

Re: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread Michael Neel
Not tried this myself, but it sounds like a *nix system (/etc)? Have you tried making ROOT a symlink to your app? On 11/8/05, Francis Galiegue <[EMAIL PROTECTED]> wrote: > Hello everyone, > > We have a problem here. Tomcat 5.0.x (x being 27 or 30), packages from > jpackage, BEA 1.4.2 JVM used. >

Re: Tomcat on Mac

2005-11-08 Thread Edoardo Panfili
Carl Olivier ha scritto: Greetings. Ok, well I can verify that it breaks every time when the http://www.jfree.org/jfreechart/index.php JFreeChart library is used to dynamically render a graph from data. I am unsure exactly where in the code this is happening, will step through and provide addit

Re: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread Paul Singleton
Francis Galiegue wrote: ... [...] ... But then this is flawed: * The external-webapps directory does not exist, and tomcat doesn't seem to complain. However, future versions may. Indeed. I recommend setting appBase to a real, empty directory. It seems a bit odd having to ma

Deploy with Ant Task over HTTPS : how does it work ?

2005-11-08 Thread [EMAIL PROTECTED]
Hello, I've wrote an ant script to deploy a webapp into tomcat 5.0.28 Here is a snippet of it : https://my.domain.name/manager"; update="true" path="/mywebapp" username="myusername" password="mypassword"/> When I run it, I get this exception : javax.net.ssl.SSLHand

RE: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread Caldarale, Charles R
> From: MC Moisei [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.0 : howto make a webapp the ROOT webapp > the proper way > > That implies that I can have more than one application in > ROOT folder... ?? No. You can have as many servlets or JSPs as you like, but they would all be part of t

RE: Tomcat on Mac

2005-11-08 Thread Carl Olivier
Greetings. Ok, well I can verify that it breaks every time when the http://www.jfree.org/jfreechart/index.php JFreeChart library is used to dynamically render a graph from data. I am unsure exactly where in the code this is happening, will step through and provide additional information as I have

RE: Passing options to the JVM at startup

2005-11-08 Thread Caldarale, Charles R
> From: Eric Boudrand [mailto:[EMAIL PROTECTED] > Subject: Passing options to the JVM at startup > > There is no catanila.bat file, so I use tomcat5w. For debugging, you probably do want to use the scripts, rather than running Tomcat as a service. The scripts are not included in the .exe downlo

Re: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread MC Moisei
That implies that I can have more than one application in ROOT folder...that would require some URL filtering in each app. Also if I look under webapps/ROOT folder there is a WEB-INF in there... Are you basically saying that instead of naming my application "someapp" I'd have to name it ROOT

Re: Use of JSF view in welcome file list

2005-11-08 Thread Peter Menzel
Tim Dean wrote: Peter, Thanks for the example: I had seen examples like this in the archives, which is why I thought that I could do what I'm trying to do: I want the same kind of behavior you are describing, but with a mapping to the Faces servlet instead. If the examply you've provided work

Re: Tomcat on Mac

2005-11-08 Thread Edoardo Panfili
Carl Olivier ha scritto: Greetings. I am having a problem with my Tomcat server (5.0.28) running on Mac XServe. Not sure if anyone here can help, but trying my luck... output from /usr/bin/sw_vers below: ProductName:Mac OS X Server ProductVersion: 10.4.2 BuildVersion: 8C47 java -

Re: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread David Smith
To answer the question, yes. Any webapp in the webapps folder named ROOT will become the root app. --David Caldarale, Charles R wrote: From: Francis Galiegue [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way Will renaming the directory

Passing options to the JVM at startup

2005-11-08 Thread Eric Boudrand
Hi, I am using tomcat 5.5.12. I would like to debug a servlet from Eclipse. I am using ObjectWeb Lomboz 1.0.0. I am trying to pass "-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y, suspend=n" to the JVM. There is no catanila.bat file, so I use tomcat5w. In "Java" tab, I added in "Java

Re: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread Francis Galiegue
2005/11/8, sudip shrestha <[EMAIL PROTECTED]>: > Read the Tomcat documentation First! I *HAVE*, and it didn't solve my problem at all! I cannot easily rename the webapp dir to ROOT, so I'd prefer a solution where the directory name remains the same and STILL have the webapp under /. This, AFAICS,

Tomcat on Mac

2005-11-08 Thread Carl Olivier
Greetings. I am having a problem with my Tomcat server (5.0.28) running on Mac XServe. Not sure if anyone here can help, but trying my luck... output from /usr/bin/sw_vers below: ProductName:Mac OS X Server ProductVersion: 10.4.2 BuildVersion: 8C47 java - version output: java versio

RE: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread Caldarale, Charles R
> From: Francis Galiegue [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.0 : howto make a webapp the ROOT webapp > the proper way > > Will renaming the directory to ROOT have the same effect? Don't know, haven't tried it. Should only take you a few minutes to test. - Chuck THIS COMMUNICA

Re: j_security_check event?=20

2005-11-08 Thread Peter Menzel
[EMAIL PROTECTED] schrieb: Hi everyone, first of all i would like to thanks you guys out there who help me me the last week with my issue on the freenode #tomcat channel! well im now having a bit complicated issue (for me at least) what i'am trying to do is: when a user log in forma based au

RE: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread Caldarale, Charles R
> From: sudip shrestha [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.0 : howto make a webapp the ROOT webapp > the proper way > > Then, you will have to define your new element properly (in > server.xml). Unless I badly misread the post, he's not asking about changing the host name, just t

Re: j_security_check event?=20

2005-11-08 Thread David Smith
You could just have a filter watch request.getRemoteUser(). When it returns a not empty string, check for the other stuff (cookies, session info, etc., ...) and add as necessary. --David [EMAIL PROTECTED] wrote: Hi everyone, first of all i would like to thanks you guys out there who help m

Re: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread Francis Galiegue
2005/11/8, Caldarale, Charles R <[EMAIL PROTECTED]>: [...] > > At least for 5.5, the proper way is to put your application in ROOT.war > (caps required) rather than any other name. I think this applies to 5.0 > as well, but I haven't used that level in some time. > That's a solution, except that

Re: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread sudip shrestha
Read the Tomcat documentation First! Then, you will have to define your new element properly (in server.xml). Read about virtual hosts. let's say: you have your webapp under dir /yyy/ (your webapp in ROOT.war). Read about the contexts. then you need to define your appBase="/yyy" (in ). your docBas

j_security_check event?=20

2005-11-08 Thread [EMAIL PROTECTED]
Hi everyone, first of all i would like to thanks you guys out there who help me me the last week with my issue on the freenode #tomcat channel! well im now having a bit complicated issue (for me at least) what i'am trying to do is: when a user log in forma based authentication i want to perfor

RE: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread Caldarale, Charles R
> From: Francis Galiegue [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.0 : howto make a webapp the ROOT webapp > the proper way > > Yes but the problem is not there. The problem is that if I do things > this way, the application won't be under / but under /one2team, and I > need it to be und

Re: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread Francis Galiegue
2005/11/8, sudip shrestha <[EMAIL PROTECTED]>: > I had the similar problem before.. > http://www.mail-archive.com/users@tomcat.apache.org/msg00057.html > Just remove the elment from the server.xml file. Tomcat 5 docs > don't recommend putting in server.xml. If you do so, it will > create .xml fil

Re: Use of JSF view in welcome file list

2005-11-08 Thread Tim Dean
Peter, Thanks for the example: I had seen examples like this in the archives, which is why I thought that I could do what I'm trying to do: I want the same kind of behavior you are describing, but with a mapping to the Faces servlet instead. If the examply you've provided works, any ideas why m

Re: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread sudip shrestha
I had the similar problem before.. http://www.mail-archive.com/users@tomcat.apache.org/msg00057.html Just remove the elment from the server.xml file. Tomcat 5 docs don't recommend putting in server.xml. If you do so, it will create .xml file in your conf/Catalina//. Tomcat will always refer to th

Vote for this java RFE

2005-11-08 Thread Klotz Jr, Dennis
I have been investigating ways of improving the load times of our web applets and with the help of a Sun developer the following RFE has been created: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6346341 I ask that you please consider voting for it (getting an account is easy and so f

BUGS ?? - jsp: implicit object pageContext not AVAILABLE in scriptlet

2005-11-08 Thread Debora Desideri
I'm working with tomcat version 5.0 and I've written a tag file using scriplet inside. But the implicit object pageContext can be used within the expression language and NOT into the scriptlet. It works if I use use the implicit object jspContext instead of pageContext. Anyway if I substitute t

Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread Francis Galiegue
Hello everyone, We have a problem here. Tomcat 5.0.x (x being 27 or 30), packages from jpackage, BEA 1.4.2 JVM used. Prior to today, the relevant parts (I think so, at least, not being at all an expert with Tomcat) of the /etc/tomcat5/server.xml were as such: [...] The problem

obtaining http port in a running application

2005-11-08 Thread Gaurav Kushwaha
How do i programmatically determine the HTTP port on which tomcat is listeming for requests in a web application ? Thanks, Gaurav. http://www.gauravkushwaha.com

DBCP Max Pool Size recommendation

2005-11-08 Thread Edmon Begoli
Are there any recommendations on the maximum DBCP pool size for Oracle drivers. We want to raise the number from default 15 to whatever (for 100 concurrent users), so I wanted to check if there are any best practices to follow. -- Thank you, Edmon Begoli http://blogs.ittoolbox.com/eai/software

Re: Tomcat WAP/WML

2005-11-08 Thread t.n.a.
My colleagues directed me to the same site. I guess that should be the way to go. t.n.a. Zohar Amir wrote: http://www.kannel.org/ - Original Message - From: "Carl Olivier" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Tuesday, November 08, 2005 2:16 PM Subject: RE: Tomcat WA

Re: Use of JSF view in welcome file list

2005-11-08 Thread Peter Menzel
Charlie C.L. King wrote: you *MUST* use real files in instead of a mapped path. Actually this is not true. In the you specify only partial URIs in the Elements. If the Container encounters a request, which does not map to a in the DD, it appends each in the order appearing in the list

Re: Tomcat WAP/WML

2005-11-08 Thread Jon Wingfield
Sure. All the big boys sell gateways. The Nokia gateway seems to be used (or at least was) a fair bit within the operators themselves. Here's a Nokia SDK which may be of use: http://www.forum.nokia.com/main/0,,034-741,00.html The major OSS gateway is kannel (http://www.kannel.org/) The last tim

Re: Tomcat WAP/WML

2005-11-08 Thread Zohar Amir
http://www.kannel.org/ - Original Message - From: "Carl Olivier" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Tuesday, November 08, 2005 2:16 PM Subject: RE: Tomcat WAP/WML Hi. Great. Thanks! Is there Gateway software available though? If you wanted to set your own gateway

RE: Tomcat WAP/WML

2005-11-08 Thread Carl Olivier
Hi. Great. Thanks! Is there Gateway software available though? If you wanted to set your own gateway up? Carl -Original Message- From: Jon Wingfield [mailto:[EMAIL PROTECTED] Sent: 08 November 2005 12:11 To: Tomcat Users List Subject: Re: Tomcat WAP/WML You don't need a WAP gateway.

Re: Tomcat WAP/WML

2005-11-08 Thread Jon Wingfield
You don't need a WAP gateway. The mobile operator's have them and they proxy the browser request :) You just need to make sure the wml you vend is valid and sent with the correct mime type and the operator's gateway will do the rest (conversion to wmlc, a wbxml tokenized version of the markup).

RE: Tomcat WAP/WML

2005-11-08 Thread Carl Olivier
Thanks! Appreciate that. -Original Message- From: t.n.a. [mailto:[EMAIL PROTECTED] Sent: 08 November 2005 11:54 To: Tomcat Users List Subject: Re: Tomcat WAP/WML Carl Olivier wrote: >Hi. > >Thanks for the info - but I was actually wonderin about the whole WAP >gateway - generating th

Re: Tomcat WAP/WML

2005-11-08 Thread t.n.a.
Carl Olivier wrote: Hi. Thanks for the info - but I was actually wonderin about the whole WAP gateway - generating the different presentation layers is no problem - however the protocol handler? Maybe I should go do more reading - but I assume a WAP gateway is required in order to process the

RE: Tomcat WAP/WML

2005-11-08 Thread Carl Olivier
Hi. Thanks for the info - but I was actually wonderin about the whole WAP gateway - generating the different presentation layers is no problem - however the protocol handler? Maybe I should go do more reading - but I assume a WAP gateway is required in order to process the WAP stacck to HTTP stac

Re: Tomcat WAP/WML

2005-11-08 Thread t.n.a.
Carl Olivier wrote: Greetings This may be a very stupid question, but I am busy researching serving WML content to WAP devices - from my existing Tomcat (5.0.28) server - from existing web apps - as the content is shared - standard HTML/HTTP via JSP - would like to provide a WAP/WML access poin

AW: ANT build + Read Password

2005-11-08 Thread Marcus Franke
Hello, Since when are passwords in tomcat-users.xml stored in hashed form? Or how can I activate this, as in my tomcat-users.xml they are stored in clear text form. Marcus -Ursprüngliche Nachricht- Von: Nehal Sangoi [mailto:[EMAIL PROTECTED] Gesendet: Di 11/8/2005 9:33 An: 'Tomcat Users

Tomcat WAP/WML

2005-11-08 Thread Carl Olivier
Greetings This may be a very stupid question, but I am busy researching serving WML content to WAP devices - from my existing Tomcat (5.0.28) server - from existing web apps - as the content is shared - standard HTML/HTTP via JSP - would like to provide a WAP/WML access point to the same site/cont

session replication errors

2005-11-08 Thread Olve Hansen
Hi, First I must congratulate on the improvements of the clustering docs! Now I don't have to guess nearly as much as before when trying to set up clustering. :-) But I still have some troubles regarding clustering. We have a webapp clustered over three tomcats, all on the same machine, load balan

Re: [ANN] Apache Tomcat mod_jk 1.2.15 Web Server Connector released

2005-11-08 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, Great work! I just checked out the changelog for this. could you tell me what this patch fixed: 35298: Multiple JK/ISAPI redirectors on a single IIS site are not supported Patch provided by Tim Whittington. (mturk) Can I now run multiple config

[ANN] Apache Tomcat mod_jk 1.2.15 Web Server Connector released

2005-11-08 Thread Mladen Turk
The Apache Tomcat team is pleased to announce the release of version 1.2.15 of the Apache Tomcat mod_jk web server connector. Tomcat is the reference implementation of a web application server which implements the Java Servlet and JavaServer Pages specifications. mod_jk is a connector which allo

SAP Jco with Tomcat Pooling

2005-11-08 Thread KEREM ERKAN
Hi people, Is there anyone here who did a succesful SAP Jco connection pool with Tomcat? If possible can someone send some insight about it? Cheers, Kerem

RE: ANT build + Read Password

2005-11-08 Thread Nehal Sangoi
Hi Mark, Your concern is correct. Even i was thinking the same. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 12:39 AM To: Tomcat Users List Subject: Re: ANT build + Read Password Nehal Sangoi wrote: > Hi All, > > I want my ANT Build scr

Re: Use of JSF view in welcome file list

2005-11-08 Thread Nikola Milutinovic
Tim Dean wrote: Hello, I am trying to configure a welcome file list in my Tomcat-deployed web app so that a Java Server Faces (JSF) view is used as the welcome file. My web.xml file contains the following: main.faces As well as the following JSF servlet configurations:

RE: JAAS implementation with URL callback

2005-11-08 Thread Mark Benussi
Write your own CallbackHandler and LoginModule. -Original Message- From: Pat Young [mailto:[EMAIL PROTECTED] Sent: 07 November 2005 20:01 To: 'Tomcat Users List' Subject: JAAS implementation with URL callback Does anyone know of an available JAAS implementation that comes with a URL call