Problems with Tomcat 5.5.9 & SSL

2006-08-28 Thread Stefan-Michael. Guenther (in-put GbR)
Hello, I'm having a strange problem running Tomcat 5.5.9 together with SSL. The system is a RedHat Enterprise Server 4.0 Update 3 and Tomcat is running fine, Port 8080 is accessable. I have setup the SSL configuration following the documentation on http://tomcat.apache.org/tomcat-5.5-doc/ssl-h

Re: Can Tomcat expose original HTTP request?

2006-08-28 Thread Santosh Puranshettiwar
A sniffer may help in that matter. I used Ethreal. Its a pain to use it on windows since you cannot catch the packets on the loopback interface. bill cao wrote: Thanks, I looked RequestDumperValve, seems to me that it logs request url and other info, but you can not retrieve the raw http reque

Re: Tomcat 5.0.28 is showing an old applets

2006-08-28 Thread Stephan van Loendersloot
This solution will not work, probably it was Mansour's unintentional typo. I think he meant to say: This might work, haven't tried it myself, but I do know that does when it comes to caching of images. Anyway, I recognise the problem of the OP when I was still using classic ASP or PHP (a

Re: configuring Tomcat for protocols other than http/s

2006-08-28 Thread Bill Barker
"Viraj Turakhia" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > I am starting to work with Tomcat's code and have no clue where to start > from. > Any pointers would be very very helpful. Well, one method is to implement your own ProtocolHandler ( http://tomcat.apache.or

Re: Using tomcat auto configure

2006-08-28 Thread Bill Barker
Tomcat version? Older versions didn't support ApacheConfig under Engine. "Jim Weir" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I can generate a mod_jk.conf with the folllowing in my server.xml. The >problem is it's a blank file.. > > > modJk="/usr/local/apache2/modul

Re: ssl on tomcat

2006-08-28 Thread TomcatED
Any luck finding the answer? I'm having the same problem... Jack , Zhan Hua Ping wrote: > > Hi, > buddy, > > Sorry to bother you. > > You said that you can use ssl on tomcat. > However, for me, it doesn't work. > > I set http on 80 or 8080, doesn't matter. > then I uncommented the ssl conne

Re: Shared session with clustering (SSO)

2006-08-28 Thread Paulo Cheque
Hello, I am with a big problem! I have two applications and I want to use Single Sign-ON... What is the best approach? Is it possible? Share session with clustering? Is it possible clustering two differente applications in 2 different machines? Thanks in advance Paulo -

Shared session with clustering (SSO)

2006-08-28 Thread Paulo Cheque
Hello, I am with a big problem! I have two applications and I want to use Single Sign-ON... What is the best approach? Is it possible? Share session with clustering? Is it possible clustering two differente applications in 2 different machines? Thanks in advance Paulo

Tomcat 5.5.17 & IIS 6.0 on separate physical se rvers – looking for assistance with SSL ( JSSE)

2006-08-28 Thread Edward Julian
Currently I have IIS 6.0 (on Windows 2003) running the redirector plug-in which is directing Tomcat requests to a separate physical server running Tomcat 5.5.17 on Windows 2003. Currently the redirector plug-in is successfully forwarding JSP requests (from configuring the workers.properties fi

Using tomcat auto configure

2006-08-28 Thread Jim Weir
I can generate a mod_jk.conf with the folllowing in my server.xml. The problem is it's a blank file.. modJk="/usr/local/apache2/modules/mod_jk.so" jkConfig = "/usr/opt/tomcat/conf/auto/mod_jk.conf" jkWorker = "/usr/local/apache2/conf/workers

Re: mod_jk and Tomcat

2006-08-28 Thread Mark Thomas
Eugeny N Dzhurinsky wrote: > On Mon, Aug 28, 2006 at 10:07:18AM -0400, David Smith wrote: >> What does the connector for port 8009 look like in your server.xml? >> Does it specify protcol="AJP/1.3"? > > port="8009" minProcessors="5" maxProcessors="75" > acceptCount="10" debug="0" connec

Re: IIS 6.0 working with Tomcat (via isapi)?

2006-08-28 Thread Timothy Collett
On Aug 28, 2006, at 5:10 PM, Reynir Hubner wrote: Hash: SHA1 Hello, This configuration works, tried and tested many times (http://reynir.net/java/greinar/nr/52/ath) If it does not work for you, you are either not following the instructions or your .dll is corrupt. You just have to have the re

RE: [SPAM:] - Re: IIS 6.0 working with Tomcat (via isapi)? - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-08-28 Thread Leo Donahue - PLANDEVX
http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleS how&d=29051 Leo Donahue GIS Programmer/Analyst Maricopa County Planning & Development 602-506-2474 602-372-3950 - fax -Original Message- From: Leo Donahue - PLANDEVX [mailto:[EMAIL PROTECTED] Sent: Monday, August

RE: [SPAM:] - Re: IIS 6.0 working with Tomcat (via isapi)? - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-08-28 Thread Leo Donahue - PLANDEVX
Try this support article. May not be what you're looking for, but it does setup Tomcat and IIS using a mod_jk you download. Leo D -Original Message- From: Timothy Collett [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 11:19 AM To: Tomcat Users List Subject: [SPAM:] - Re: IIS 6

Re: configuring mod_jk - can any one help, please ??

2006-08-28 Thread Eric Berry
I have a setup on a dev machine that is similiar to what you are trying. Here's how I have mine setup. ---httpd.conf LoadModule jk_module modules/mod_jk.so JkWorkersFile /opt/apps/tomcat/conf/workers.properties JkLogFile /opt/apps/tomcat/logs/mod_jk.log Jk

Wrapper cannot find servlet class

2006-08-28 Thread Deepan Chakravarthy
Hello Everyone, I am a newbie to tomcat. I had deployed a war file in tomcat. When i start tomcat i get the following errors. To give you more details. I am using gridsphere portlet container. I am deploying a portlet in gridsphere using tomcat. Please look below for error details. I guess the p

Re: IIS 6.0 working with Tomcat (via isapi)?

2006-08-28 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, This configuration works, tried and tested many times (http://reynir.net/java/greinar/nr/52/ath) If it does not work for you, you are either not following the instructions or your .dll is corrupt. You just have to have the registry-entries co

Wrapper cannot find servlet class

2006-08-28 Thread Deepan Chakravarthy
Hello Everyone, I am a newbie to tomcat. I had deployed a war file in tomcat. When i start tomcat i get the following errors. To give you more details. I am using gridsphere portlet container. I am deploying a portlet in gridsphere using tomcat. Please look below for error details. I guess the p

Re: Tomcat 5.0.28 is showing an old applets

2006-08-28 Thread José Renato
Actually I just do this sometimes when this behavior happens. In a production environment I believe that this is not necessary due the fact that once your program is deployed the version will not more change frequently. I don´t know what IDE are you using but I suggest you using ANT to make thi

Re: Tomcat 5.0.28 is showing an old applets

2006-08-28 Thread Jose Roberto Torres
Thnak you Renato that worked, I only have a final question, do I have to be doing this over and over so the final version stays? I am still in development and testing... Jose Roberto Torres José Renato wrote: Hi, try cleaning the "work" directory. And after this make sure you are really using

Re: configuring mod_jk - can any one help, please ??

2006-08-28 Thread Mansour
I just tried what you suggested and it didn't work. I replcaed the modified version of server.xml with the original as Mladen suggested to deleted the newly added lines. Now the server.xml is the default one that came with tomcat. What changes you want me to try ?? Eric Berry wrote: From my

Re: configuring mod_jk - can any one help, please ??

2006-08-28 Thread Eric Berry
From my understanding found here: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html "The Document Base (also known as the Context Root) directory for this web application, or the pathname to the web application archive file (if this web application is being executed directly from the W

Re: Tomcat 5.0.28 is showing an old applets

2006-08-28 Thread Mansour
I am new to JSP but this issue has nothing to do with tomcat as I have gone through this with apache. The browser keeps a version of the applet. I think you have to clear the java cache to fix this. However a work around, was to put the date and time after the javaclass. for example: I am no

Re: Tomcat 5.0.28 is showing an old applets

2006-08-28 Thread José Renato
Hi, try cleaning the "work" directory. And after this make sure you are really using the right application verion. Bye. Jose Roberto Torres escreveu: Good day every one. I am using the following: *Linux Suse 10.1. *Tomcat 5.0.28 *JDK 1.5 *MySql database I am having problems making tomcat show

Re: configuring mod_jk - can any one help, please ??

2006-08-28 Thread Mansour
Mladen Turk wrote: Mansour wrote: Now I removed these lines and deleted the auto created file /etc/httpd/conf.d/mod_jk.conf And I added to server.xml these lines the file mod_jk.conf is generated automatically: Yes I can access any file in the root directory of my virtual host

Tomcat 5.0.28 is showing an old applets

2006-08-28 Thread Jose Roberto Torres
Good day every one. I am using the following: *Linux Suse 10.1. *Tomcat 5.0.28 *JDK 1.5 *MySql database I am having problems making tomcat show the correct version of my application. I am working with an applet that uses servlets to connect to a MySql database. From the beginning I had no probl

Re: configuring mod_jk - can any one help, please ??

2006-08-28 Thread Mladen Turk
Mansour wrote: And I added to server.xml these lines the file mod_jk.conf is generated automatically: You don't need that. Remove any autoconf generation directives. You need only to map the *.jsp, right? Now, pointing my browser to http://virtualhost/hello.jsp gives error 404. What

Re: Tomcat, accents and form fields

2006-08-28 Thread Markus Schönhaber
Andrea Bondi wrote: > The problem is that when I submit a form, accented letters I insert into > text fields aren't managed well. For example, if I have a form field > named "saySomething", if I write into the field "cioè" I receive "cioè" > from ${param.saySomething}. Make sure the browser submi

SSO - 2 applications in 2 Tomcats - Realm

2006-08-28 Thread Paulo Cheque
Hi, I have two applications, each one in a differente machine with its own Tomcat (5.5.x) server. I want to make a SSO to this applications. I've asked in IRC about it and answer me to use SSO + Clusters because Tomcat 5.5.x has a nice support. So, I have to configure: - A Realm - A Valve to SSO

Re: configuring mod_jk - can any one help, please ??

2006-08-28 Thread Mansour
Thank you for writing me back: Here's some of my code. It shows what I have doen so far. I have added this to my httpd.conf: JkWorkersFile /etc/httpd/conf/workers.properties JkLogFile /var/log/httpd/mod_jk.log JkLogLevel info JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " JkRequestLogFormat "%w %V %T

Re: IIS 6.0 working with Tomcat (via isapi)?

2006-08-28 Thread Timothy Collett
On Aug 28, 2006, at 10:30 AM, Reynir Hubner wrote: try the following instructions... http://reynir.net/java/greinar/nr/52/ath regards, - -reynir I tried that, but I'm not able to get the green arrow in the ISAPI Filters tab on IIS6. I've tried with a variety of different combinations of

Re: Handling huge amount data

2006-08-28 Thread José Renato
Hi, I am loading the data to be displayed with display-tag component. The data lists has been saved as request attributes. I will look for profilers to check this situation better. Thank a lot, Bye. David Smith escreveu: If you are sure the sessions are where your memory is going, is there

Re: configuring mod_jk - can any one help, please ??

2006-08-28 Thread Mladen Turk
Mansour wrote: I still need help in this, please!! Nobody can help you unless you post some configuration you are using. The tip is to use JkUnMount *.jsp worker for static content mime types. Regards, Mladen. - To start a

Re: configuring mod_jk - can any one help, please ??

2006-08-28 Thread Mansour
I still need help in this, please!! Mansour wrote: Hi every body: I 've been trying to get things working, however, I believe I need a little help in this. I configured apache' Virtual host. and installed tomcat and mod_jk succefully. Now I am trying to run apache for static contents, and to

Tomcat, accents and form fields

2006-08-28 Thread Andrea Bondi
I know, it's the same old problem, but I can't find a solution googling the world! I write in italian, and I obviously need accents. I'm using stripes framework, but I don't think it's an useful information, it only provides some functions, like fields validation. The problem is that when I submi

Re: Handling huge amount data

2006-08-28 Thread David Smith
If you are sure the sessions are where your memory is going, is there any way to reduce the session size? I would think a query for a large amount of data should be a request scoped item or maybe even put on the presentation layer with a taglib. You could also be hanging onto object reference

Handling huge amount data

2006-08-28 Thread José Renato
Hi All, I have an web application deployed with Tomcat 5.0.28. In some cases my queries can bring back huge amounts of data. Looking Windows Task Manager I perceived the natural memory increase. I noticed that when I call my logout method (It calls session.invalidate()) or my user session exp

configuring mod_jk

2006-08-28 Thread Mansour
Hi every body: I 've been trying to get things working, however, I believe I need a little help in this. I configured apache' Virtual host. and installed tomcat and mod_jk succefully. Now I am trying to run apache for static contents, and tomcat for *.jsp , therefore, I have put a test page "he

Re: session drop from https to http

2006-08-28 Thread Duong BaTien
On Mon, 2006-08-28 at 17:45 +0200, Andrés González wrote: > What is the reason to mix http and https? Why don't you serve all your > pages with https? I think the "performance" argument is not relevant > anymore... > Could you or someone elaborate on the performance issue. The original argument i

additional security permissions when upgrading from 5.0.25 to 5.5.17

2006-08-28 Thread pritesh sharma
Hi, I had asked this question earlier in the list. Trying again !! I am upgrading tomcat from 5.0.25 to 5.5.17. I have had to grant java.lang.RuntimePermission "getClassLoader" permissions to the codebase in WEBINF/lib because some of the custom defined filters in web.xml get the following exce

Firefox, mod_jk, tomcat refresh hangs

2006-08-28 Thread adamle
Hello, I am using Apache 2.0.54 with mod_jk and Tomcat 5.0.28. When I try to access a simple html page on the Tomcat server, through apache using ajp 1.3, with Firefox and hit refresh it hangs about 20% of the times. If I try to access the same page directly using Tomcat's port it never hangs a

CHROOT Tomcat

2006-08-28 Thread Michael J. Prichard
Hello All, I am working on a new spring MVC app that I want to put in production on Tomcat 5.5. I am using Suse Enterprise 9 and wanted to make the tomcat container as secure as I could. SO, I read about CHROOT'ing it and figure that may be a good way to go. Anyone have any good resources a

Re: session drop from https to http

2006-08-28 Thread Andrés González
What is the reason to mix http and https? Why don't you serve all your pages with https? I think the "performance" argument is not relevant anymore... On 8/28/06, Duong BaTien <[EMAIL PROTECTED]> wrote: Greetings: I have the same problem and look for any suggested solution. In my case, any user

Re: Tomcat 5.0.28 is showing an older version of my applet

2006-08-28 Thread Jose Roberto Torres
Ok things got a little worst, now not even when I am using the 127.0.0.1 address, it is displaying the correct applet. In both cases is displaying different applets but none of them is the one that i just generated. I tried deleting all the .class files and generating them again but it is of no

RE: session drop from https to http

2006-08-28 Thread Duong BaTien
Greetings: I have the same problem and look for any suggested solution. In my case, any user coming to the site has a session tag with username such as Guest-xxx. The user is dynamically directed to secure (https) and non-secure (http) section depending on the requested resources. Currently, a use

Re: Tomcat 5.0.28 is showing an older version of my applet

2006-08-28 Thread Jose Roberto Torres
Hi again, I tried to clear the classloader cache, it didn´t work it is still showing the old applet. I use the following http://192.168.1.80/prime/servlets, this is the LAN IP for that machine, and it displays the old applet. But if I try with http://127.0.0.1/prime/servlets it shows the correct

Re: DataSource variables in replicated objects in a Tomcat cluster

2006-08-28 Thread Filip Hanik - Dev Lists
approach the problem from a different angle: why do you need to store the data source in a replicated object? there are so many other places you can store them :) Filip Dag Bjerkeli wrote: I have defined my datasource parameters in context.xml. I've initialized the datasource objects in th

Re: Jar files that have to live outside of tomcat's directory structure?

2006-08-28 Thread Lloyd Zusman
Mikolaj Rydzewski ceti.pl> writes: > > Lloyd Zusman wrote: > > Ideally, I'd like to be able to tell tomcat's class loader to look in the > > home of these business-specific jar files in addition to the standard > > locations. [ ... ] > > > You can also use your own class loader to load speci

Re: IIS 6.0 working with Tomcat (via isapi)? FIXED

2006-08-28 Thread Stanczak Group
That did it. It was the Web Services Extensions part. I didn't have the enabled. Thanks. Reynir Hubner wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 try the following instructions... http://reynir.net/java/greinar/nr/52/ath regards, - -reynir Stanczak Group wrote: I'm running II

Re: session drop from https to http

2006-08-28 Thread Andrés González
On 8/28/06, Amir S <[EMAIL PROTECTED]> wrote: Hi, Please note that the problem I describe only happen in the first time the HTTP and HTTPS combination is performed. For example if I use http and then https and then http the session stays the same. But if I start with https and then http then th

RE: IIS vs Tomcat

2006-08-28 Thread Propes, Barry L
The main advantage is probably that you can use tomcat to host webapplications written in java. I seriously doubt that iis can handle it :-) Leon Leon is correct...IIS -- without help from something like Tomcat -- cannot host web apps in Java, only ASP (or in Win2003 and above, ASP.NET). -O

Re: mod_jk and Tomcat

2006-08-28 Thread Eugeny N Dzhurinsky
On Mon, Aug 28, 2006 at 10:56:41AM -0400, David Smith wrote: > Could be. Software like Symantec Client Firewall tend to operate per > application. You'd get access, but maybe apache httpd was configured to > be denied access. There is no firewall installed at all. And su -m apache -c 'telne

Re: mod_jk and Tomcat

2006-08-28 Thread David Smith
Could be. Software like Symantec Client Firewall tend to operate per application. You'd get access, but maybe apache httpd was configured to be denied access. --David Eugeny N Dzhurinsky wrote: I found error code 13 is ./asm/errno.h:#define EACCES 13 /* Permission denied *

setup alias for deployed app

2006-08-28 Thread princekr
If I have an app deployed as john_smith, how can I configure Tomcat recognize john as being the same app and start up john_smith? Is this possible? Thanks -- View this message in context: http://www.nabble.com/setup-alias-for-deployed-app-tf2177792.html#a6021662 Sent from the Tomcat - User foru

Re: mod_jk and Tomcat

2006-08-28 Thread Eugeny N Dzhurinsky
I found error code 13 is ./asm/errno.h:#define EACCES 13 /* Permission denied */ could tha mean mod_jk simply isn't allowed to connect to port 8009? -- Eugene N Dzhurinsky - To start a new topic, e-mail: users@

Re: hot deployment questions

2006-08-28 Thread Mikolaj Rydzewski
Hammad Sophie wrote: I wasn't aware of SessionManager. However, I'm not sure it will help. Generally we are installing patches on a live server that has transactions/activity going on while we patch. I'd like to know if its possible for us to do a hot patch without causing any disruption to any u

Re: hot deployment questions

2006-08-28 Thread Andrés González
I apply patches on production servers every week (or i did some time ago, now things are more stable O:)) and the hot deployment work perfectly. It does not "interrupt" any HTTP-transaction. If you are using sessions you need to persist them and may be write your ServletContextListener class to ex

Re: mod_jk and Tomcat

2006-08-28 Thread Eugeny N Dzhurinsky
I upgraded to mod_jk 1.2.18 and still face the same error: [Mon Aug 28 22:45:04 2006] [25415:26304] [debug] map_uri_to_worker::jk_uri_worker_map.c (520): Attempting to map context URI '/user/*' [Mon Aug 2

RE: hot deployment questions

2006-08-28 Thread Hammad Sophie
I wasn't aware of SessionManager. However, I'm not sure it will help. Generally we are installing patches on a live server that has transactions/activity going on while we patch. I'd like to know if its possible for us to do a hot patch without causing any disruption to any user. If we reload, it w

Re: IIS 6.0 working with Tomcat (via isapi)?

2006-08-28 Thread Reynir Hubner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 try the following instructions... http://reynir.net/java/greinar/nr/52/ath regards, - -reynir Stanczak Group wrote: > I'm running IIS 6 on a 2003 sp1 machine with Tomcat 5.5.17. I can't seem > to get JK 1.2.15 to work. I've tried 1.2.18, but it won

Re: mod_jk and Tomcat

2006-08-28 Thread Eugeny N Dzhurinsky
On Mon, Aug 28, 2006 at 10:13:55AM -0400, Steve Ochani wrote: > > tcpdump shows me that there is NO attemts to make connection to host > > 127.0.0.1 and port 8009 from within mod_jk, but if I do telnet > > 127.0.0.1 8009 - it works fine. > > > > Really strange > > > > Operating system is Fedora c

Re: mod_jk and Tomcat

2006-08-28 Thread Steve Ochani
On 28 Aug 2006 at 17:01, Eugeny N Dzhurinsky wrote: > tcpdump shows me that there is NO attemts to make connection to host > 127.0.0.1 and port 8009 from within mod_jk, but if I do telnet > 127.0.0.1 8009 - it works fine. > > Really strange > > Operating system is Fedora core 4, > and installe

Re: hot deployment questions

2006-08-28 Thread Andrés González
Only one question: why don't you want the webapp to be reloaded? You can save your sessions easily using the Session Manager (just insert the following in your context.xml: ): http://tomcat.apache.org/tomcat-5.0-doc/config/manager.html On 8/28/06, Hammad Sophie <[EMAIL PROTECTED]> wrote: H

Re: mod_jk and Tomcat

2006-08-28 Thread Eugeny N Dzhurinsky
On Mon, Aug 28, 2006 at 10:07:18AM -0400, David Smith wrote: > What does the connector for port 8009 look like in your server.xml? > Does it specify protcol="AJP/1.3"? it's tomcat 4.1.xx -- Eugene N Dzhurinsky - To start a

Re: mod_jk and Tomcat

2006-08-28 Thread David Smith
What does the connector for port 8009 look like in your server.xml? Does it specify protcol="AJP/1.3"? --David Eugeny N Dzhurinsky wrote: Hello! I'm trying to move Tomcat with it's web-applications from one server to another, and I facing weird problem: I copied working configurations for

Re: mod_jk and Tomcat

2006-08-28 Thread Eugeny N Dzhurinsky
tcpdump shows me that there is NO attemts to make connection to host 127.0.0.1 and port 8009 from within mod_jk, but if I do telnet 127.0.0.1 8009 - it works fine. Really strange Operating system is Fedora core 4, and installed software: jdk1.5.0_07, mod_jk-1.2.6-3jpp_4fc, httpd-2.0.54-10.4 --

Re: mod_jk and Tomcat

2006-08-28 Thread Eugeny N Dzhurinsky
netstat -lp | grep 8009 gives me tcp0 0 *:8009 *:* LISTEN 17119/java -- Eugene N Dzhurinsky - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

IIS 6.0 working with Tomcat (via isapi)?

2006-08-28 Thread Stanczak Group
I'm running IIS 6 on a 2003 sp1 machine with Tomcat 5.5.17. I can't seem to get JK 1.2.15 to work. I've tried 1.2.18, but it won't even load. I even edited the reg to use that url rewrite, but no luck. Anyone get it running under the same environment? If so, is there any tricks? -- Justin Stan

Re: Jar files that have to live outside of tomcat's directory structure?

2006-08-28 Thread Mikolaj Rydzewski
Lloyd Zusman wrote: Ideally, I'd like to be able to tell tomcat's class loader to look in the home of these business-specific jar files in addition to the standard locations. Is there any way to do this? You can also use your own class loader to load specific jars. Instead of telling Tomcat

Re: configuring Tomcat for protocols other than http/s

2006-08-28 Thread Viraj Turakhia
Yeah.. you are write. But actually I am planning to use Tomcat's servlet container's capability. Viraj On 8/28/06, Marc Farrow <[EMAIL PROTECTED]> wrote: Instead of goign through the over head of Tomcat, why not write your own custom port listener and implement whatever protocol you want? You

Re: configuring Tomcat for protocols other than http/s

2006-08-28 Thread Marc Farrow
Instead of goign through the over head of Tomcat, why not write your own custom port listener and implement whatever protocol you want? You will know that the sender has to adhere to that protocol standard and you would adhere to same protocol as well.. Most protocols are just extensions of TCPI

mod_jk and Tomcat

2006-08-28 Thread Eugeny N Dzhurinsky
Hello! I'm trying to move Tomcat with it's web-applications from one server to another, and I facing weird problem: I copied working configurations for tomcat, mod_jk and httpd, but in mod_jk.log I can see this: [Mon Aug 28 21:35:39 2006] [jk_uri_worker_map.c (459)]: Attempting to map URI '/us

Re: IIS vs Tomcat

2006-08-28 Thread Viraj Turakhia
AFAIK, Tomcat and IIS are two different things. Tomcat is a servlet container and IIS is a webserver. If you are comparing static webpages serving capabilities of these two.. then yes.. Tomcat is no better than IIS. But being a Servlet Container, Tomcat wins the race with IIS all hands up. :) Vi

Re: IIS vs Tomcat

2006-08-28 Thread Leon Rosenberg
On 8/25/06, gurusamy.senthil <[EMAIL PROTECTED]> wrote: Thanks for the information peter. I am a ERP developer. But I am trying to learn some web technologies and I choosen Tomcat with jsp/servlet to develop small application. I am just finding hard advantage bewteen the IIS and tomcat but di

configuring Tomcat for protocols other than http/s

2006-08-28 Thread Viraj Turakhia
Hi all, I am starting to work with Tomcat's code and have no clue where to start from. Any pointers would be very very helpful. To start with, I would like to know whether Tomcat is configurable to work with protocols other than http/https? I want to configure Tomcat in such a way that it gives m

Precompilation issues

2006-08-28 Thread Raju Balugu
Hi All, I did the precompilation while build the image and installed this image and tried to launch the pages , throwing the errors.I inverstigated those errors and suspected the problem with work directory ,deleted the work directory and stop and started the tomcat and launched the pages withou

Re: javamail + tomcat

2006-08-28 Thread Marc Farrow
Ovi, Do you know the email address? If so, then use JNDI and do a NSLOOKUP for MX records on the domain name. for example: if you want to send mail to [EMAIL PROTECTED], then do a nslookup for MX records on gmail.com. From the command prompt it is: nslookup -type=mx gmail.com This will retu

hot deployment questions

2006-08-28 Thread Hammad Sophie
Hello. I've searched through and read a number of messages related to 'hot deployment'. All of them deal with hot deploying the ENTIRE webapp, not just particular classes in my webapp. We use tomcat as the application server/container for our application. We use a single production server runnin

Jar files that have to live outside of tomcat's directory structure?

2006-08-28 Thread Lloyd Zusman
I understand that the tomcat standards specify that jar files with classes that are shared among more than one webapp should live in the "shared" directory. However, for the application that I'm working on, there are some jars that are shared not only among tomcat-based webapps, but also, by othe

Re: Missing Java file for JSP?

2006-08-28 Thread Eugeny N Dzhurinsky
On Mon, Aug 28, 2006 at 06:46:49AM -0400, Mark Thomas wrote: > Eugeny N Dzhurinsky wrote: > > I tried to remove mrm application from webapps, restart Tomcat, then > > redeploy > > this application - but still no luck. What can cause this problem, or which > > information I need to provide adidtion

Re: Missing Java file for JSP?

2006-08-28 Thread Mark Thomas
Eugeny N Dzhurinsky wrote: > I tried to remove mrm application from webapps, restart Tomcat, then redeploy > this application - but still no luck. What can cause this problem, or which > information I need to provide adidtionally? Not sure what might have caused it. Try the following: - remove the

RE: session drop from https to http

2006-08-28 Thread Amir S
Hi, Please note that the problem I describe only happen in the first time the HTTP and HTTPS combination is performed. For example if I use http and then https and then http the session stays the same. But if I start with https and then http then the session drops and a new session is allocated a

Missing Java file for JSP?

2006-08-28 Thread Eugeny N Dzhurinsky
Hello! I facing some strange problem - Tomcat 5.0 throws strange exception java.io.FileNotFoundException: /home/user/liferay/tomcat/work/Catalina/localhost/mrm/org/apache/jsp/jsp/devcase_005flist _005fuser_jsp.java (No such file or directory) I tried to remove mrm application from webapps, resta