What is the difference between TomCat and Geronimo?

2008-04-08 Thread Ben Stover
What is the difference between TomCat and Geronimo? Do they implement the same functionality or is one a super-set of the other? Ben - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTE

Web Service deployed on Tomcat stops responding after sometime

2008-04-08 Thread whitesox12
Hi, I haven't used Tomcat before and is the first time I am using it. I have Web Service that is deployed on Tomcat 5 installed on my local system. Web Service I am using Spring, Hibernate. The issue I am facing is after deploying a service all works fine. As soon as I leave the service idle me

Re: Tomcat isapi on 64-bit Windows server.

2008-04-08 Thread Panian, Ardo
Yea I will give that a try, but I feel like I have searched the entire web for this... thx On Tue, Apr 8, 2008 at 10:16 AM, Christopher Schultz < [EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ardo, > > Panian, Ardo wrote: > | I am guessing that this attempt to g

Mod_JK on OSX server 10.5

2008-04-08 Thread CommonGround Softworks/Phil McNamara
Hi Folks, Wondered if someone could help me with ideas on this? Have a configuration where a separate tomcat instance is installed (So apple can't break it :)). Apple's copy of tomcat provided with the machine in not running. The new Tomcat (5.5.7) plays fine on port 8080. i.e. http://localhos

Tomcat does not start as a service in a brand new installation

2008-04-08 Thread BeasC
Hello, I am a newbie at configuring web servers and have been struggling recently to get a JSP server up and running. I started from scratch by installing windows server 2003 on my machine, then I proceeded to install MySQL, so as to avoid having it conflict with other services for ports if inst

Re: How to change default port 8080 in TomCat ?

2008-04-08 Thread David Smith
All sarcasm aside, take a look at the elements in conf/server.xml. Change the port attribute to the port number you want to use. You didn't specify the tomcat version you are using. Here's the docs for tomcat 6.0's HTTP connector: http://tomcat.apache.org/tomcat-6.0-doc/config/http.html I

Re: HOWTO setup a client auth ssl connection without verification

2008-04-08 Thread Bill Barker
If you are using the APR Connector, then you just need to set SSLVerifyClient="optionalNoCA". To use one of the Java Connectors, then you would need to hook in your own TrustStore as per the JSSE documentation. Tomcat doesn't provide support this on it's own. "Story Henry" <[EMAIL PROTECTED]>

RE: security with tomcat-users.xml

2008-04-08 Thread ChrisFromStPete
I'm using Apache Tomcat 6.0.14. And I've restarted Tomcat. -- View this message in context: http://www.nabble.com/security-with-tomcat-users.xml-tp16528580p16576342.html Sent from the Tomcat - User mailing list archive at Nabble.com. -

Re: How to change default port 8080 in TomCat ?

2008-04-08 Thread ib solution
you can change in server.xml. that file you can find in /conf/catalina on section http://www.slashmysearch.com/earn/id/24828 HP : 081513039998 On Wed, Apr 9, 2008 at 5:33 AM, Ben Stover <[EMAIL PROTECTED]> wrote: > Hi, > > If I want to change the default port 8080 where TomCat is listening to

Re: "class file has wrong version"

2008-04-08 Thread Len Popp
The error message "class file has wrong version 48.0, should be 47.0" indicates that you're trying to run Java 1.4 code in a Java 1.3 JVM. I know you said your dev server is running JDK 1.4.2_17 but apparently that's not really the case. I wasn't able to find an official list of class file version

Re: How to change default port 8080 in TomCat ?

2008-04-08 Thread Hassan Schroeder
On Tue, Apr 8, 2008 at 3:33 PM, Ben Stover <[EMAIL PROTECTED]> wrote: > If I want to change the default port 8080 where TomCat is listening to > another > port (e.g. 9955) where can I do this? > > I gues it must be somewhere in a config xml file. In which exactly? Even if your religion prohib

"class file has wrong version"

2008-04-08 Thread Eric B
Hi, all. I've got a problem that may be with one of three different components, but the error message is appearing in Tomcat, so I'm posting it here. :-) I've got two machines, one for Development, and one that acts as a Development Server: Dev: Windows XP Pro Ant 1.6.5 JDK 1.4.2_17 (Used for bu

How to change default port 8080 in TomCat ?

2008-04-08 Thread Ben Stover
Hi, If I want to change the default port 8080 where TomCat is listening to another port (e.g. 9955) where can I do this? I gues it must be somewhere in a config xml file. In which exactly? Ben - To start a new topic, e-mail:

Re: Tomcat 5.5.x or 6.x: ROOT limitation removed?

2008-04-08 Thread fredk2
Hi, - the name is also the subdirectory as in ./conf/Engine-name/Host-name/ so check that. - maybe there is another attribute you set which turns off the behavior. Fred Francis Galiegue wrote: > > 2008/4/8, fredk2 <[EMAIL PROTECTED]>: >> >> Hi, >> >> i do not think so, but what I di

RE: Tomcat 5.5.x or 6.x: ROOT limitation removed?

2008-04-08 Thread Caldarale, Charles R
> From: Francis Galiegue [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5.x or 6.x: ROOT limitation removed? > > The problem is, we do _NOT_ want the webapp directory to be named > ROOT, we want it to remain one2team. I've had no problems with 5.0, 5.5, and 6.0 in using a ROOT.xml file in conf/Ca

Re: Tomcat 5.5.x or 6.x: ROOT limitation removed?

2008-04-08 Thread Francis Galiegue
2008/4/8, fredk2 <[EMAIL PROTECTED]>: > > Hi, > > i do not think so, but what I did is to set an contex ROOT.xml (not sure > the upper case is needed - i would think it is) and then set the docBase > (relative to webapps or fully qualified) to your app eg. > > ./conf/Catalina/localhost/ROOT.x

Re: Apache fails to start when .host does not resolve.

2008-04-08 Thread fredk2
Hi Thank you for your reply - as alway I appreciate. I can understand your point very well and I did dismiss the original complaint as such - a one-off, a minor issue. There is one silly anecdote: assume that you have a heavily shared Apache with a bunch of workers... one day one of the friendly

Re: Tomcat 5.5.x or 6.x: ROOT limitation removed?

2008-04-08 Thread fredk2
Hi, i do not think so, but what I did is to set an contex ROOT.xml (not sure the upper case is needed - i would think it is) and then set the docBase (relative to webapps or fully qualified) to your app eg. ./conf/Catalina/localhost/ROOT.xml Rgds Fred Francis Galiegue wrote: > > Hello

Re: Sorry Offtopic

2008-04-08 Thread Leon Rosenberg
SAW IT. On Tue, Apr 8, 2008 at 10:48 PM, Max Sevenfold <[EMAIL PROTECTED]> wrote: > Hello, > > I am subscribed to list and I receive emails. > > When I posted emails to list in past I was getting a copy of my email. > > I right now I do not get copy and nobody respond to my emails also. > > D

Sorry Offtopic

2008-04-08 Thread Max Sevenfold
Hello, I am subscribed to list and I receive emails. When I posted emails to list in past I was getting a copy of my email. I right now I do not get copy and nobody respond to my emails also. Do you see what I send? Should I get my copy of my email? I am sorry for off topic. Please respond.

Tomcat 5.5.x or 6.x: ROOT limitation removed?

2008-04-08 Thread Francis Galiegue
Hello list, I use Tomcat 5.0.30 as a bare bones, no fuss webapp container, with a very, very simple server.xml: We use mod_jk at the Apache level to communicate with the webapp. Unfortunately, this configuration is a hack: * the

Re: tomcat cache wierd behaviour

2008-04-08 Thread David Smith
Winscp isn't a command line tool -- it's one of those GUI enabled transfer tools with the split panels. Think of something more along the lines of Explorer or Norton Commander -- the two interfaces styles available from winscp out of the box. By default it set's the date/time of the recently

Re: Tomcat 4.1.30 on Win2k: New Java SDK/JDK breaks Tomcat running as a Service?

2008-04-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: | Perhaps Chris S could help? He's still using 4.1, but possibly not on | Windows. Haw haw haw. I have finally graduated, Chuck (but only to 5.5) ;) Sorry, Eric, but I was never running Tomcat on Windows. A quick

Re: Who named Tomcat then? [Was: RE: Java Stands]

2008-04-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yong, Yong Hyeon Yoon wrote: | Thanks for the post, then who named Tomcat? OMG. STWF. http://en.wikipedia.org/wiki/Jakarta_Tomcat "Davidson had initially hoped that the project would become open sourced and, since most open source projects had O'R

Re: tomcat cache wierd behaviour

2008-04-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, David Smith wrote: | I've seen some transfer clients (like winscp) default to setting the | date/time on the remote copy the same as the local. If 'winscp' acts anything like UNIX scp, then the default mode is to set the modification time on

Re: Tomcat 4.1.30 on Win2k: New Java SDK/JDK breaks Tomcat running as a Service?

2008-04-08 Thread Eric B
Hi, all. I found what I was looking for. The values that are set when the services are installed are located in the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\\Parameters I changed the path to the new jvm.dll for v1.6_05, and my services came right up. Thanks f

Who named Tomcat then? [Was: RE: Java Stands]

2008-04-08 Thread Yong Hyeon Yoon
Thanks for the post, then who named Tomcat? Is there companion Jerrymouse technology? yong On 8-Apr-08, at 5:59 AM, Frank Fischer wrote: Hi I am learning java . Plz tell me anyone java stands for dora Basically, that's not a question for the tomcat mainling list and you could have

Re: Tomcat 4.1.30 on Win2k: New Java SDK/JDK breaks Tomcat running as a Service?

2008-04-08 Thread Howard Watson
Hi Eric. What do you see when you right-click My Computer, choose Properties/Advanced tab/Environment Variables button. It used to be part of the java install to configure JAVA_HOME from here. >>> "Eric B" <[EMAIL PROTECTED]> 4/8/2008 9:39 AM >>> Hi, all. I've got a collection of very old versi

RE: Tomcat 4.1.30 on Win2k: New Java SDK/JDK breaks Tomcat running as a Service?

2008-04-08 Thread Caldarale, Charles R
> From: Eric B [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 4.1.30 on Win2k: New Java SDK/JDK breaks > Tomcat running as a Service? > > In terms of the reinstall, is there a way to see what > settings were applied when the services were installed I don't know with that version of Tomcat, si

Re: Applying HTTPS connector selectively

2008-04-08 Thread Mark Thomas
[EMAIL PROTECTED] wrote: Env: Tomcat 6.0.14, Jre1.6 I have both HTTP and HTTPs connector defined in my server configuration. I would like to apply the HTTPS connector to handle specific URLs into the webapp alone and have the rest be handled by HTTP connector. Eg: Context Root: /myapp

Re: Tomcat 4.1.30 on Win2k: New Java SDK/JDK breaks Tomcat running as a Service?

2008-04-08 Thread Eric B
Hi, Chuck. Thanks; that sounds like exactly the solution I should have thought of, myself. :-) In terms of the reinstall, is there a way to see what settings were applied when the services were installed, originally? Not all of the Tomcats on the server "belong" to me, some of them came with a t

Re: Tomcat 4.1.30 on Win2k: New Java SDK/JDK breaks Tomcat running as a Service?

2008-04-08 Thread Mark Thomas
Eric B wrote: When I install a newer version of Java and remove 1.3.1, the three instances of Tomcat that I use will no longer run as a service. You'll need to configure the service to use the new JVM. Also, you may hit this issue: https://issues.apache.org/bugzilla/show_bug.cgi?id=41538 Mark

RE: Tomcat 4.1.30 on Win2k: New Java SDK/JDK breaks Tomcat running as a Service?

2008-04-08 Thread Caldarale, Charles R
> From: Eric B [mailto:[EMAIL PROTECTED] > Subject: Tomcat 4.1.30 on Win2k: New Java SDK/JDK breaks > Tomcat running as a Service? > > When I install a newer version of Java and remove 1.3.1, > the three instances of Tomcat that I use will no longer > run as a service. You need to delete and re

RE: Applying HTTPS connector selectively

2008-04-08 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Applying HTTPS connector selectively > > I would like to apply the HTTPS connector to handle specific URLs into > the webapp alone and have the rest be handled by HTTP connector. Read the servlet spec. Your answer is in section 12 (

Applying HTTPS connector selectively

2008-04-08 Thread uma_rk
Env: Tomcat 6.0.14, Jre1.6 I have both HTTP and HTTPs connector defined in my server configuration. I would like to apply the HTTPS connector to handle specific URLs into the webapp alone and have the rest be handled by HTTP connector. Eg: Context Root: /myapp URLs handled by HTTPS

Tomcat 4.1.30 on Win2k: New Java SDK/JDK breaks Tomcat running as a Service?

2008-04-08 Thread Eric B
Hi, all. I've got a collection of very old versions of Windows, Tomcat, and Java. My working configuration is Windows 2000 Professional, Tomcat 4.1.30, and Java SDK 1.3.1_09. When I install a newer version of Java and remove 1.3.1, the three instances of Tomcat that I use will no longer run as a

Re: tomcat cache wierd behaviour

2008-04-08 Thread Greg Vilardi
You probably need to update your JVM. There is a bug in the internal time handling of the new DST rules here in the USA (at least). THe latest Java 5 and Java 6 JVM from Sun have fixed this. I know that the issue exists in the build 1.6.0-b105 Sun JVM, and I think that 1.5.0_14- b103 also exhibi

Re: tomcat cache wierd behaviour

2008-04-08 Thread Hassan Schroeder
On Tue, Apr 8, 2008 at 7:37 AM, loredana loredana <[EMAIL PROTECTED]> wrote: > winscp is a tool...like windows commander or total commander, . is just to > view the files in an organized matter. :) i'm sure the problem is not winscp > :) Your original description of a "problem" refers only to wh

Re: tomcat cache wierd behaviour

2008-04-08 Thread David Smith
I've seen some transfer clients (like winscp) default to setting the date/time on the remote copy the same as the local. If the local system time isn't in sync with the server, it could cause issues like this. When the jsp is compiled, tomcat uses the server's date, time and time zone. In yo

Re: 3 instance of Tomcat Server

2008-04-08 Thread Hassan Schroeder
On Tue, Apr 8, 2008 at 1:26 AM, Mikolaj Rydzewski <[EMAIL PROTECTED]> wrote: > > > How can i install 3 instance of Tomcat Server on a single host > > > Make each instance use its own port (for incoming requests and shutdown > command). Or separate IP addresses, though you'll need different shutdo

Re: tomcat cache wierd behaviour

2008-04-08 Thread loredana loredana
winscp is a tool...like windows commander or total commander, . is just to view the files in an organized matter. :) i'm sure the problem is not winscp :) - Original Message From: Hassan Schroeder <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, April 8, 2008 5:33:44 PM Subject:

Re: Apache Tomcat role authorisation against AD2003

2008-04-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rupert, Rupert Whitefield wrote: |> Roles (users windows domain groups) are being returned, however the |> issue is that AD is returning the DN, and not the 'cn'. Have tried |> various values in the roleName field - but these have no effect. Are CN

Re: tomcat cache wierd behaviour

2008-04-08 Thread Hassan Schroeder
On Tue, Apr 8, 2008 at 7:12 AM, loredana loredana <[EMAIL PROTECTED]> wrote: > I run a "date" command on the server (which is ubuntu) and got Tue Apr 8 > 15:50:01 CEST 2008 > Using winscp, I see ... So it sounds like your problem is with "winscp", whatever that is, not Tomcat :-)Maybe thi

Re: Tomcat isapi on 64-bit Windows server.

2008-04-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ardo, Panian, Ardo wrote: | I am guessing that this attempt to get Tomcat working is futile? No, I'm sure someone has gotten it to work. Give it a day or two. This is not one of the typical "how do I declare an int variable" or "why does my obviousl

Re: Split-brain problem.

2008-04-08 Thread SriSri
Split-Brain in that context might have meant that the individual cluster app server is good enough to serve all the requests. On Tue, Apr 8, 2008 at 3:30 AM, Ch Praveena <[EMAIL PROTECTED]> wrote: > Hi all, > > While going on with Terracotta article, > -- > http://www.terracotta.org/confluence/

Re: tomcat cache wierd behaviour

2008-04-08 Thread loredana loredana
I don't think so. I run a "date" command on the server (which is ubuntu) and got Tue Apr 8 15:50:01 CEST 2008 Is there any configurations I have to do in tomcat? set TZ variables or anything? - Original Message From: William Bonnet <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tu

Re: How to prevent tomcat from restarting after hot code replacement?

2008-04-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Remo, Remo Liechti wrote: | When using reloadable=false I'm not able to hot deploy java code, so | this doesnt solve the problem. As far as I see there is no way to | prevent tomcat from reinit the context. Your two previous statements are at odds

Re: Tomcat isapi on 64-bit Windows server.

2008-04-08 Thread Panian, Ardo
I am guessing that this attempt to get Tomcat working is futile? On Mon, Apr 7, 2008 at 4:18 PM, Panian, Ardo <[EMAIL PROTECTED]> wrote: > Ok has anyone gotten Tomcat to work with IIS on a Windows server 64-bit? > I have downloaded the source code (isapi_redirector 1.2.26), and compiled it > on t

Re: Java Stands

2008-04-08 Thread Ch Praveena
Hello Dorababu!! Better use Google, for all the basic knowledge.. 2008/4/8 Dorababu <[EMAIL PROTECTED]>: > > Hi > > I am learning java . > > Plz tell me anyone java stands for > > dora -- Regards, Praveena Chalamcharla, Securview

RE: Java Stands

2008-04-08 Thread Frank Fischer
> Hi > > I am learning java . > > Plz tell me anyone java stands for > > dora > Basically, that's not a question for the tomcat mainling list and you could have found out your own with no effort, but >From http://blogs.sun.com/jonathan/entry/better_is_always_different

RE: Java Stands

2008-04-08 Thread Frank Fischer
http://en.wikipedia.org/wiki/Java_%28programming_language%29#History > -Original Message- > From: Dorababu [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 08, 2008 2:43 PM > To: Tomcat Users List > Subject: Java Stands > > > Hi > > I am learning java . > > Plz tell me anyone java

Re: tomcat cache wierd behaviour

2008-04-08 Thread William Bonnet
Hi > Hi, I have a wierd problem with tomcat cache. Let's say now time its 15:00. > i create a test.jsp in the application folder. Using winscp, I see the tab > "Changed(last modified)" 15:00. I access the jsp in the browser. In the > "work" folder now will appear 2 new files: test.java and test.c

Java Stands

2008-04-08 Thread Dorababu
Hi I am learning java . Plz tell me anyone java stands for dora

Re: 3 instance of Tomcat Server

2008-04-08 Thread William Bonnet
Hi > How can i install 3 instance of Tomcat Server on a single host You have to make the different instances listen on different ports. To use a different port number, back up and edit the port attribute value of Connector element in $CATALINA_HOME/conf/server.xml Exemple : http://localhost:8

Re: Split-brain problem.

2008-04-08 Thread wes
Anything can cause a netsplit. Anything that makes the 2 sets of servers lose connection to each other will cause a netsplit. Dead router, cut wire, power outage, configuration changes, any number of things. What I don't understand is, if there's a netsplit, the servers on the other side should be

tomcat cache wierd behaviour

2008-04-08 Thread loredana loredana
Hi, I have a wierd problem with tomcat cache. Let's say now time its 15:00. i create a test.jsp in the application folder. Using winscp, I see the tab "Changed(last modified)" 15:00. I access the jsp in the browser. In the "work" folder now will appear 2 new files: test.java and test.class files

Re: 3 instance of Tomcat Server

2008-04-08 Thread Mikolaj Rydzewski
Kaushal Shriyan wrote: How can i install 3 instance of Tomcat Server on a single host Make each instance use its own port (for incoming requests and shutdown command). -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature

Re: Tomcat 5.5.26 upload war problem

2008-04-08 Thread Rainer Jung
See http://issues.apache.org/bugzilla/show_bug.cgi?id=44463 This was broken in 5.5.26 and will be fixed in 5.5.27. Regards, Rainer Caldarale, Charles R schrieb: From: Jean-Pierre Astier [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5.26 upload war problem I've recently upgraded my tomcat ser

Re: Split-brain problem.

2008-04-08 Thread Ch Praveena
Thankyou Marcus, But let me know the reasons for the occurence of the Netsplit, which lead Split brain problem. 2008/4/8 Marcus Franke <[EMAIL PROTECTED]>: > On Tue, Apr 08, 2008 at 01:00:54PM +0530, Ch Praveena wrote: > > Hi all, > > > >While going on with Terracotta article, > > -- > htt

Re: Split-brain problem.

2008-04-08 Thread Marcus Franke
On Tue, Apr 08, 2008 at 01:00:54PM +0530, Ch Praveena wrote: > Hi all, > >While going on with Terracotta article, > -- http://www.terracotta.org/confluence/display/explore/How+Terracotta+Works > , > For implementing application server clustering, I found this phrase, > "Split-brain problem."..

Split-brain problem.

2008-04-08 Thread Ch Praveena
Hi all, While going on with Terracotta article, -- http://www.terracotta.org/confluence/display/explore/How+Terracotta+Works , For implementing application server clustering, I found this phrase, "Split-brain problem.".. Please let me know about this in detail.. Regards, Praveena Chalamcha