Re: sysdeo: whoa, wait a minute

2006-03-27 Thread Ovidiu Hurducas
Hi, Sysdeo Tomcat plugin is doing the building stuff automatically so check your WEB-INF/classes folder. Also it is good for debugging web applications. However if you want syntax highlighting/autocomplete in your jsp files you should also install WTP from Eclipse. Cheers, Ovidiu Dola

Re: Web Application doesn't recognize domains using tomcat

2006-03-27 Thread Hadraba Petr
Hi Lety, so, in short, I don't understand your problem. But, probably your links (the a / element) have broken the href URL. Am I right? Please, describe more your problem. I didn't find any problems about URLs in the Tomcat 5.5.x... PETR On 3/25/06, Benitez Badillo, Leticia [EMAIL PROTECTED]

Re: Performance Tuning on Tomcat 5.5.16 for site with 150,000 daily hits

2006-03-27 Thread Leon Rosenberg
Sofar I see from http://apr.apache.org/projects.html#open_source APR support in tomcat is in mod_jk v2 and mod_webapp (part of Tomcat) Since both aren't needed, neither in std. tomcat nor in above mentioned setup, what advantages of APR can the original poster have with a standalone tomcat. I

RE: IIS Integrated Authentification and Tomcat

2006-03-27 Thread Thomas Bolding
You may use request.getRemoteUser() to have domain and userid returned as a String object. Just add tomcatAuthentication=false to the Connector element in your server.xml file. By the way - Tomcat is NOT a full J2EE server but a Servlet container (is does not support EJBs for instance)

RE: IIS Integrated Authentification and Tomcat

2006-03-27 Thread Allistair Crossley
Yes it's easy, you just need to add tomcatAuthentication=false Onto your AJP Connector element in server.xml Then, calls to request.getRemoteUser() will contain the username. Alternatively, you can also add jCIFs to your web application but that requires web.xml configuration to specify your

accessing mehods of GenericPrincipal

2006-03-27 Thread David Delbecq
Hello, LDAP Realms (and probably others) in tomcat uses GenericPrincipal as the Principal instance. This GenericPrincipal provides interresting methods like 'getPassword()' which is very usefull when your webapp has to forward the credential to a specific library before using it. Unfortunately,

create separate JVMs

2006-03-27 Thread develop5
Hi, I use apache2 ,Tomcat5.5.16 and mod_jk for virtual host. I need to create separate JVMs for each virtual host. Is there any document or any suggestion for me ? Thank, psaingtong - To unsubscribe, e-mail: [EMAIL

Re: sysdeo: whoa, wait a minute

2006-03-27 Thread Dola Woolfe
Thanks! Just to confirm: also, not instead. --- Ovidiu Hurducas [EMAIL PROTECTED] wrote: Hi, Sysdeo Tomcat plugin is doing the building stuff automatically so check your WEB-INF/classes folder. Also it is good for debugging web applications. However if you want syntax

Re: Performance Tuning on Tomcat 5.5.16 for site with 150,000 daily hits

2006-03-27 Thread Markus Schönhaber
Leon Rosenberg wrote: Sofar I see from http://apr.apache.org/projects.html#open_source APR support in tomcat is in mod_jk v2 and mod_webapp (part of Tomcat) Since both aren't needed, neither in std. tomcat nor in above mentioned setup, what advantages of APR can the original poster have

Re: sysdeo: whoa, wait a minute

2006-03-27 Thread Ovidiu Hurducas
WTP can do the same things that Sysdeo does. But I’m using both in the same time because Sysdeo is faster when doing debugging or reloading context when changing multiple file sources. I’ve tried to use WTP server configuration and it takes forever to redeploy the application each time I change

Re: create separate JVMs

2006-03-27 Thread Markus Schönhaber
[EMAIL PROTECTED] wrote: I use apache2 ,Tomcat5.5.16 and mod_jk for virtual host. I need to create separate JVMs for each virtual host. In this case you should start seperate Tomcat instances for each virtual host. Is there any document or any suggestion for me ? RUNNING.txt which is

RE: ERROR 500

2006-03-27 Thread Allistair Crossley
So it's tomcat you're running? You need to examine the log files, that's what they are there for .. They should give you a good idea of what may be happening. Look in TOMCAT's log folder ;) Allistair -Original Message- From: VIKASS NAGPAL [mailto:[EMAIL PROTECTED] Sent: 25 March 2006

RE: Error 500

2006-03-27 Thread Allistair Crossley
Hi, I suspect there are JNDI resources involved here (such as for databases) that need to be configured per each container's own methods. Whilst in general WARs can be deployed across containers, the same cannot be said for configuration dependencies. I'm afraid you will need to understand what

RE: sysdeo: whoa, wait a minute

2006-03-27 Thread Serlet Jean-Claude
Hello You are right : no help about JSP with the plugin SYSDEO You may use an other one :Lomboz http://lomboz.objectweb.org/overview.html Jean-Claude -Message d'origine- De : Dola Woolfe [mailto:[EMAIL PROTECTED] Envoyé : lundi 27 mars 2006 08:53 À : Tom Cat Objet : sysdeo: whoa, wait

RE: Disabling put and delete http methods

2006-03-27 Thread Allistair Crossley
try changing auth-constraint role-name*/role-name /auth-constraint To auth-constraint / ? -Original Message- From: Stephen More [mailto:[EMAIL PROTECTED] Sent: 25 March 2006 18:25 To: users@tomcat.apache.org Subject: Disabling put and delete http methods I am having problems

Re: Tomcat runs slow on linux

2006-03-27 Thread Bruno Georges
Alex Are you sure the performance problems comes from Tomcat itself? What is exactly slow? Is this a test you run from your XP client, or from the server? I would start by collecting metrics network/cpu/ram and narrow it down to the bottleneck. Do you have similar settings in both environment?

Re: PHP Servlet Fails in Tomcat 5.5.15

2006-03-27 Thread Gregg Leichtman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for the direction. This is pretty much what I thought. I'll try moving back to a previous version of PHP and see how it goes. -= Gregg =- Nikola Milutinovic wrote: *exception* java.io.IOException: null

File upload giving error: Stream ended unexpectedly

2006-03-27 Thread Manish Agrawal
Hi, I have a web applications using sturts framework. The application allow users to upload data files on server. The application is running on Apache Tomcat 5.0 server. I am using Commons File Upload 1.0 for uploading files. The application is running fine but sometime it fails to upload files

Re: PHP Servlet Fails in Tomcat 5.5.15

2006-03-27 Thread Gregg Leichtman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A review of the servlet.c send method shows the following code: /* * Parse the file */ SETSTRING( SG(request_info).path_translated, pathTranslated ); #ifdef VIRTUAL_DIR

RE: InputBuffer and Posting Data

2006-03-27 Thread Farrow, Marc
This would seem like a Java question and not a Tomcat question. -Original Message- From: Vikram Goyal [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 12:47 AM To: users@tomcat.apache.org Subject: InputBuffer and Posting Data Hi all, I am trying to post some data via an applet

RE: Performance Tuning on Tomcat 5.5.16 for site with 150,000 daily hits

2006-03-27 Thread Caldarale, Charles R
From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Subject: Re: Performance Tuning on Tomcat 5.5.16 for site with 150,000 daily hits APR support in tomcat is in mod_jk v2 and mod_webapp (part of Tomcat) When installed, APR is also used for the standard HTTP and HTTPS connectors, not just

Re: Performance Tuning on Tomcat 5.5.16 for site with 150,000 daily hits

2006-03-27 Thread Leon Rosenberg
Thanx Markus, Chuck, for the enlightenment :-) leon On 3/27/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Subject: Re: Performance Tuning on Tomcat 5.5.16 for site with 150,000 daily hits APR support in tomcat is in mod_jk v2 and

RE: Performance Tuning on Tomcat 5.5.16 for site with 150,000 daily hits

2006-03-27 Thread Serkan Durusoy [DNA - encoding the future]
Dear All, Thank you very much for all the information you provided me with. I guess APR might become a hassle in the long run, so we will go with standalone Tomcat. Regarding the 18,000hits/hour peaktime, obviously we cannot justify the clause: 18,000hits/hour / (60*60) = 5hits/s Therefore we

RE: Tomcat 5.5.16 Bug? messes up when a class has the same name as a package

2006-03-27 Thread Paul Hamer
Hi Allistair, The JAR looks fine to me. It was created using ant. I've tried using an exploded version, so with separate .class files, but that still doesn't work. The testcase I posted in ASF bugzilla works for other people, so something must be wrong on my side. I'm going to try to test this

RE: NoClassDefFoundError in SystemLogHandler during Bootstrap in binary version

2006-03-27 Thread Caldarale, Charles R
From: Cody Caughlan [mailto:[EMAIL PROTECTED] Subject: NoClassDefFoundError in SystemLogHandler during Bootstrap in binary version Classpath: /usr/local/apache-tomcat-5.5.16/bin: /usr/local/apache-tomcat-5.5.16/server/lib: /usr/local/apache-tomcat-5.5.16/common/lib:

Re: Distinguish between users and robots in access log?

2006-03-27 Thread Jon Wingfield
Looks like you are running the default access log settings. For logging of user-agent and referer (when given) try: CustomLog logs/access_log combined http://httpd.apache.org/docs/1.3/logs.html#accesslog HTH, Jon Scott Purcell wrote: I really would like to find out how my (and if my site)

Re: Distinguish between users and robots in access log?

2006-03-27 Thread Markus Schönhaber
Markus Schönhaber wrote: Then you might want to take a look at this link http://www.robotstxt.org/wc/active.html Better start here: http://www.robotstxt.org/wc/robots.html This is what Tim really posted. Regards mks - To

Re: Distinguish between users and robots in access log?

2006-03-27 Thread Hadraba Petr
Hi Scott, look at awstats ( http://awstats.sourceforge.net ). This projects parses Apache httpd's logs and can determine who's bot and who's not. Maybe you find there some insteresting informations. PETR On 3/27/06, Jon Wingfield [EMAIL PROTECTED] wrote: Looks like you are running the default

Adding user-agent and possibly refer to log4j Tomcat 5.5

2006-03-27 Thread Scott Purcell
Thanks Jon, After reviewing your response ... I believe this fix is for a Apache server? I am running Standalone Tomcat. It appears I need to somehow log the user-agent and possibly referrer to my default access log. Is this correct? If this is the case, does anyone know how to do this with

Re: mod_jk failover loadbalancing doesn't recognize hung tomcat

2006-03-27 Thread Vidya TR
Hi, Even after changing my settings to a hung node A still does not failover to node B. The whole server is hung. worker.loadbalancer.lock=P # P[essimistic] Any more recommendations? Thank you, Vidya -- View this message in context:

mod_jk disabled directive - how to change at runtime?

2006-03-27 Thread Vidya TR
Definition of disabled directive in http://tomcat.apache.org/connectors-doc/config/workers.html disabled - If set to True or 1 the worker will be disabled if member of load balancer. This flag can be changed at runtime using status worker. Can I change the disabled property at runtime and will

Re: Adding user-agent and possibly refer to log4j Tomcat 5.5

2006-03-27 Thread Jon Wingfield
Is the unique.log where your site hits are being logged? I'm running tc5.0.x. For that version you would change the pattern attribute for the Valve doing the logging in server.xml (or context.xml depending on config). Just looked. It's the same in 5.5

RE: Adding user-agent and possibly refer to log4j Tomcat 5.5

2006-03-27 Thread Scott Purcell
Yes Jon the unique.log is where all my logging is occurring. I will follow your link, and try and figure this out. Thanks, Scott -Original Message- From: Jon Wingfield [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 8:59 AM To: Tomcat Users List Subject: Re: Adding user-agent

Re: Dynamic roles web.xml

2006-03-27 Thread Alessandro Colantoni
Hi Mark Just to tell that I finished my job and all work well. Thanks a lot to guide me Now I have a taglib that does for example perm:present list=1,4,21,33 all=false do your job /perm if the user in session is related with at least one role that is related with at least one of the

Re: InputBuffer and Posting Data

2006-03-27 Thread Mike Sabroff
This IS a java question. If post.Conn is a URLConnection you opened from the applet (looks that way) then you need to call setDoInput() and setDoOutput() methods (basically read/write) to make it a post. There is also a setUseCaches() (true or false) to control caching, default is true

Tomcat Valve, how to Create Pattern

2006-03-27 Thread Scott Purcell
Tomcat 5.5 OS=Win2000 I would like to change the pattern for a valve in my server.xml. The API shows when you have the element pattern for the AccessLogValve that you give it a name. So where can I define a pattern for my needs, give it a name, then use it? Does anyone have an example of that?

no listener method called when session restored from serialization

2006-03-27 Thread Derrick Koes
The method below is from org.apache.catalina.session.StandardSession tomcat 5.0.28 source. Since the setId call is commented and the id is simply set to the data member directly, no session listeners are notified (notified from setId method via tellNew method). How can I get access to the

RE: Site Not Getting Spidered or Indexed

2006-03-27 Thread Peter Crowther
From: Scott Purcell [mailto:[EMAIL PROTECTED] When I submitted the site to google, this is the page I submitted. Why wouldn't my site get spidered? - Google can't read the links because they're embedded in a nice pretty dynamic Javascript-y menu system; - You're returning an odd encoding and

RE: Web Application doesn't recognize domains using tomcat

2006-03-27 Thread Benitez Badillo, Leticia
Hi, What I need is that users have access to a web application under 5 domains, all of them on the same home page. When I use IP address the page work without problem. But if I try to use any of the domains the page doesn't work. The domains are on the DNS server. It' seems that inside

RE: Site Not Getting Spidered or Indexed

2006-03-27 Thread Scott Purcell
Actually Peter, I have no javascript links on my page. The site is a struts site, and all links are regular links with no odd, or peculiar issues. -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 9:41 AM To: Tomcat Users List Subject: RE:

RE: Site Not Getting Spidered or Indexed

2006-03-27 Thread Peter Crowther
From: Scott Purcell [mailto:[EMAIL PROTECTED] Actually Peter, I have no javascript links on my page. The site is a struts site, and all links are regular links with no odd, or peculiar issues. OK. I'd be able to make better guesses if I could see the site - apologies if I've missed a URL

Re: Tomcat 5.5.16 - Confirmation of Extra bytes at the end of class file listeners/ContextListener error

2006-03-27 Thread PocJoc
I've changed some class files and after the substitution, it works fine. The files has been reemplaced with the 'zip' distribution and copied directly to the 'exe' installation. There are: Tomcat Path\webapps\jsp-examples\plugin\applet\Clock2.class Tomcat

Here is site, not getting spidered.

2006-03-27 Thread Scott Purcell
Here is the site: http://www.theuniquepear.com Thanks, I apologize. I would really like this to work, and will do whatever it takes. Sincerely -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 9:51 AM To: Tomcat Users List Subject: RE: Site

Re: Cluster member discovery

2006-03-27 Thread Filip Hanik - Dev Lists
please attach both your server.xml files, I'll take a look at them. Filip Parham, Clinton wrote: Martin, The install on nodeB is operation. I am able to open the default Tomcat page, If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Netstat lists the

RE: Here is site, not getting spidered.

2006-03-27 Thread Daniel Blumenthal
One interesting thing is that the line: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; is repeated inside the head block. Probably not a big deal. How long has the site been up? -Original Message- From: Scott

RE: Here is site, not getting spidered.

2006-03-27 Thread Scott Purcell
Site has been up over 6 months. Pretty much never down. Thanks, -Original Message- From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 10:11 AM To: 'Tomcat Users List' Subject: RE: Here is site, not getting spidered. One interesting thing is that the line:

Re: Here is site, not getting spidered.

2006-03-27 Thread Francis Galiegue
2006/3/27, Scott Purcell [EMAIL PROTECTED]: Here is the site: http://www.theuniquepear.com I'm not very fluent with HTML, but why are there two DOCTYPE declarations in the generated code? -- Francis Galiegue, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] One2team - 12bis rue de la

Re: Tomcat Valve, how to Create Pattern

2006-03-27 Thread Jon Wingfield
I may be wrong but I think there are only two predefined names: common and combined. For all others you set the pattern attribute to the required number and ordering of pattern elements as defined in the docs. From the docs: The shorthand pattern name common (which is also the default)

RE: Here is site, not getting spidered.

2006-03-27 Thread Allistair Crossley
Hi, 1. The problem with your products not being spidered is because you use javascript to open them. Your links need to be within a .. tags within the page, not JavaScript. 2. You might want to look into Apache URL rewriting for your product browsing. Currently only the Query String

Re: Here is site, not getting spidered.

2006-03-27 Thread Tim Funk
It looks like the major issues as seen here: http://marc.theaimsgroup.com/?l=tomcat-userm=113962621607862w=2 have been fixed. Since it has been less than 1 month since those issue have been fixed - it may be a waiting game. Google has additional crawling algorthm which detects how often a

Re: Does tomcat badly handles error in included jsp?

2006-03-27 Thread Len Popp
There are a couple of things you can do. I haven't tried this, but I think you can prevent the IllegalStateException by putting %@ page buffer='128kb' % in the JSPs. Use a big enough buffer, and it won't start writing the response before it tries to redirect to the error page. Also, you could

Re: Tomcat 5.5.16 Virtual Hosting Bug ?

2006-03-27 Thread Vamsidhar
I tried your suggestion but the problem still remains. I also tried moving the context definition into server.xml file (old tomcat style). This did not work either. I have been using this configuration successfully on Tomcat 4.x. thanks, Vamsi. On 3/24/06, Parsons Technical Services [EMAIL

help please?

2006-03-27 Thread Asegid Debebe
Dear all, I really need to complete a very simple web application which demonstrate the MVC architecture fully. I would love to do it myself from scratch but given the time I have, I can't!. I really appreciate if someone can point me where I can find a very simple implementation of MVC using

Re: NoClassDefFoundError in SystemLogHandler during Bootstrap in binary version

2006-03-27 Thread Cody Caughlan
I originally did not have such a verbose classpath (usually I dont have one set at all). But in a feverish attempt to have the system find the JAR, I constructed the crazy classpath. Trimming it down to CATALINA_HOME/bin (which is where bootstrap.jar resides), catalina.out generates this error

Re: Here is site, not getting spidered.

2006-03-27 Thread Mark Lowe
The points about javasrcipt links and parameters are valid, but this thing that causes hassle even for bots that deal with parameters are jsessionids Have a look at http://tuckey.org/urlrewrite/ you'll be able to remove session ids for bots and deal with the request parameters too.. Hth Mark

Re: help please?

2006-03-27 Thread Michael Jouravlev
On 3/27/06, Asegid Debebe [EMAIL PROTECTED] wrote: Dear all, I really need to complete a very simple web application which demonstrate the MVC architecture fully. I would love to do it myself from scratch but given the time I have, I can't!. I really appreciate if someone can point me where I

Re: help please?

2006-03-27 Thread Asegid Debebe
Thanks Michael, I am checkig it. Thanks!! AD On 3/27/06, Michael Jouravlev [EMAIL PROTECTED] wrote: On 3/27/06, Asegid Debebe [EMAIL PROTECTED] wrote: Dear all, I really need to complete a very simple web application which demonstrate the MVC architecture fully. I would love to do it

AW: Here is site, not getting spidered.

2006-03-27 Thread Bernhard Slominski
Hi Scott, generally I would suggest that you get some books or even an external company/consultant about search engine optimization. As the other posts pointed out there are really a lot of things that you can do (wrong). And it's not an easy subject. For a B2C Shop it is really essential that

Re: help please?

2006-03-27 Thread Asegid Debebe
Yes, I took too much time with other stuff and realized that it is due tomorrow . . . I don't think I will ever sleep today . . . AD On 3/27/06, David Kerber [EMAIL PROTECTED] wrote: Waited a bit too long to start your homework, did you? ;-) Asegid Debebe wrote: Dear all, I really need

SSL Using APR Connectors under Linux not working

2006-03-27 Thread Armand Rock
Hello, I succesfully got SSL to work in a windows xp environment by copying the tcnative-1.dll file to the /tomcat/bin directory and restarting. The following is the APR port 443 settings within server.xml. These settings work succesfully within a windows environment: Connector port=443

Re: help please?

2006-03-27 Thread Asegid Debebe
Do you have any suggestion, David? Thanks, On 3/27/06, David Kerber [EMAIL PROTECTED] wrote: Waited a bit too long to start your homework, did you? ;-) Asegid Debebe wrote: Dear all, I really need to complete a very simple web application which demonstrate the MVC architecture fully.

Re: Distinguish between users and robots in access log?

2006-03-27 Thread Len Popp
What I do is look at the IP addresses that access robots.txt and consider any similar IP address to be a robot. Similar means the same first 3 bytes - often the requests for pages come from a different machine than the one that checked robots.txt. It's not perfect but it works pretty well. You

Re: help please?

2006-03-27 Thread David Kerber
No, I don't know anything about MVC as such. I know MVC stands for Model View Controller, but have no idea how it applies to writing a real application. I'm purely a self-taught programmer and database designer/administrator. I've been programming since 8th grade in the mid-70's (on an

Re: help please?

2006-03-27 Thread Mark Eggers
http://www.wickedlysmart.com/HeadFirst/HeadFirstDesignPatterns/HeadFirstPatternsIndex.html Grab the examples. I think the last ones have a full blown MVC example. One uses Spring and one is coded plain. Of course, any prof worth his or her salt is going to both read this mailing list and know

Re: Here is site, not getting spidered.

2006-03-27 Thread Len Popp
Actually, it appears that Google is at least trying to crawl your site. In the access log you posted, a couple of pages are requested by 66.249.65.180 which is an address registered under googlebot.com. (I did a reverse DNS lookup.) However, when I try to access these pages myself (e.g.

RE: Cluster member discovery

2006-03-27 Thread Parham, Clinton
Hi Filip, I have figured out (for the most part) what is happening: Using Ethereal, I determined that even though I was setting the mcast bind address to the private adapter, traffic was still being broadcasted on my public adapter. After some investigation into the Tomcat source code, I

Re: help please?

2006-03-27 Thread Steve Ochani
On 27 Mar 2006 at 23:31, Asegid Debebe wrote: Thanks David, I am currently in a class on e-Apps development using J2EE and tomcat server. MVC is designed to make complex applications design simpler by breaking down the applicatioin in to three separate and virtually-independent components,

Re: WebDAV problem with CoyoteConnector? and javax.servlet.HttpServlet

2006-03-27 Thread Mark Thomas
Samuli Elomaa wrote: What do you mean by right signature? you mean the java.security.Signature? or just the code syntax? Method signature (which looks fine) super.doOptions(req, response); You can delete this line. Try your options request with the standard WEBDav servlet. It seems

Missing web.xml

2006-03-27 Thread Marisol Opreni
Hi! When I startup Tomcat it says: INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[/adss.licen sing.core] My web.xml is in WEB-INF folder. What am I doing wrong?? Tanx! Marisol. -Mensaje original- De: [EMAIL

Re: help please?

2006-03-27 Thread Asegid Debebe
Thanks Mark, On 3/27/06, Mark Eggers [EMAIL PROTECTED] wrote: http://www.wickedlysmart.com/HeadFirst/HeadFirstDesignPatterns/HeadFirstPatternsIndex.html Grab the examples. I think the last ones have a full blown MVC example. One uses Spring and one is coded plain. Of course, any prof

Best session storage/management for heavy load in Tomcat

2006-03-27 Thread VEUVE, Paul Emile \(ext.\)
Hi, I work with Tomcat 4.1 on Solaris. We except a huge increase of our clients on our site (about 200,000 user in 2 hours every day) in a few weeks, each with a session if possible. I wonder which kind of session must be used in order not to overload the memory of tomcat, and to

WTP installation question

2006-03-27 Thread Dola Woolfe
Hi, If I have eclipse (and sysdeo) up and running already, what do I need to download to install WTP. I downloaded the all-in-one package, but that seems to have everything, including Eclipse! I'm afraid that if I were to use that it'll overwrite my current settings and other plugins in the

keeping same session via apache2 mod_jk2 and tomcat5

2006-03-27 Thread Vahid Hedayati
Hiya all tried to answer back to my last post but it kept timing out maybe it was too long - anyways I just wondered if there was anything else i can try :( If port 8180 keeps the sessions but port 80 keeps recycling sessions surely it must be an issue with mod_jk I have also tried mod_jk2

Tomcat5_APR Problems!

2006-03-27 Thread ngolehung84
Hi, I'm using APR with Tomcat 5. Now I just use the tcnative-1.lib included APR OpenSSL. Today, I have a assigment to customize OpenSSL algorithms, then I must reconfigure Tomcat 5 to use APR, Openssl separately. I don't know how to do it, the Tomcat documents don't mention anything about this

Tomcat5_APR Problems!

2006-03-27 Thread hung ngole
Hi, I'm using APR with Tomcat 5. Now I just use the tcnative-1.lib included APR OpenSSL. Today, I have a assigment to customize OpenSSL algorithms, then I must reconfigure Tomcat 5 to use APR, Openssl separately. I don't know how to do it, the Tomcat documents don't mention anything about

SEVERE: End event threw exception

2006-03-27 Thread Marisol Opreni
Hi! When I startup Tomcat it says the following log lines and doesn't deploy the war file: INFO: Processing Context configuration file URL file:C:\tomcat5\conf\Catalina\localhost\est.xml Mar 27, 2006 3:18:16 PM org.apache.commons.digester.Digester endElement SEVERE: End event threw

RE: SEVERE: End event threw exception

2006-03-27 Thread Farrow, Marc
From this: SEVERE: Error deploying configuration descriptor est.xml java.io.IOException: java.lang.IllegalStateException: Context path is already in use I gather that you already have an application deployed at that specific context. Maybe you are trying to manually deploy and app that Tomcat

RE: SEVERE: End event threw exception

2006-03-27 Thread Marisol Opreni
Thanx! That was it!! -Mensaje original- De: Farrow, Marc [mailto:[EMAIL PROTECTED] Enviado el: 27 Maret 2006 15:38 Para: Tomcat Users List Asunto: RE: SEVERE: End event threw exception From this: SEVERE: Error deploying configuration descriptor est.xml java.io.IOException:

Re: Cluster member discovery

2006-03-27 Thread Peter Rossbach
Thanks, I have correct the wrong name at server.xml comment. The current cluster Howto describe the corrent mcastBindAddress parameter name. Sorry! Peter Am 27.03.2006 um 19:30 schrieb Parham, Clinton: Hi Filip, I have figured out (for the most part) what is happening: Using Ethereal,

RE: WTP installation question

2006-03-27 Thread Asensio, Rodrigo
Hello, Your Eclipse settings (projects, fonts, runtimes) are stored into c:/documents and settings/%you%/workspace by default If you replace your c:/eclipse by a brand new installation, all your plugins will be deleted (as sysdeo) but not your workspace. It is the same concept tha IBM Visual Age

Re: Cluster member discovery

2006-03-27 Thread Filip Hanik - Dev Lists
glad you worked it out! Parham, Clinton wrote: Hi Filip, I have figured out (for the most part) what is happening: Using Ethereal, I determined that even though I was setting the mcast bind address to the private adapter, traffic was still being broadcasted on my public adapter. After some

Context starts twice

2006-03-27 Thread Dola Woolfe
Hi, I don't know what I did wrong, but my StartUp servlet now runs twice in a row when I start Tomcat. The web.xml entry is servlet-nameStartUp/servlet-name servlet-classservlets.StartUp/servlet-class load-on-startup1/load-on-startup I don't even know where to begin looking for the

RE: Context starts twice

2006-03-27 Thread Asensio, Rodrigo
Dola, this a production enviroment ? Or a IDE enviroment ? Why you said that is running twice ? Its calling twice to the init ??? regards -Original Message- From: Dola Woolfe [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 3:42 PM To: Tom Cat Subject: Context starts twice Hi,

RE: Context starts twice

2006-03-27 Thread Dola Woolfe
It's Tomcat 5.5.15 Yes init runs twice. I deploy in a non-professional way: 1. compile .java with ant, jar my classes and put the jar under WEB-INF/lib, and compile jsp's into WEB-INF/classes/org/... So I don't think I have a .war anywhere. The one change is that I just created a Tomcat

Java Server Pages in user's home directories under Linux

2006-03-27 Thread Molot
I've tried to search the docs, faq and archives, unsuccesfully. If you know direct links to material I should read, please send them to me. If I've missed something obvious, I'm really sorry. On server I work on, each user has public_html, seen both under http//user.server.net and

Re: SSL Using APR Connectors under Linux not working

2006-03-27 Thread Markus Schönhaber
Armand Rock wrote: [...] Libraries have been installed in: /usr/local/apr/lib I then copied the .so library file from /usr/local/apr/lib/libtcnative-1.so to /tomcat/bin/libtcnative-1.so I restarted TomcatI'm still getting a page cannot be displayed error. By default, if Tomcat

RE: WTP installation question

2006-03-27 Thread Richard Mixon
Dola, I have not had a problem just renaming the current c:\eclipse directory to c:\eclipse_old and then installing (unzipping) the WTP all-in-one bundle - as follows. The only thing different I do is that I have all of my plugins in a separate directory. I do this by creating a directory

mod_jk 1.2.15 - is this a solution for High Availability Clustering?

2006-03-27 Thread Vidya TR
For several days now I have been trying various options in mod_jk including the following. But I am unable to get apache mod_jk to detect a hung a node due to a thread deadlock and failover to nodeB. # below are in seconds worker.nodeA.cache_timeout=60 worker.nodeA.socket_timeout=30

RE: InputBuffer and Posting Data

2006-03-27 Thread Vikram Goyal
Apologies. Those methods are being set. I don't understand why this is a Java question though. The InputBuffer is a Tomcat class and the default of 8K is being set in that, which is restricting the transfer of my data. Vikram -Original Message- From: Mike Sabroff [mailto:[EMAIL

Re: Java Server Pages in user's home directories under Linux

2006-03-27 Thread Steve Ochani
On 27 Mar 2006 at 23:22, Molot wrote: I've tried to search the docs, faq and archives, unsuccesfully. If you know direct links to material I should read, please send them to me. If I've missed something obvious, I'm really sorry. On server I work on, each user has public_html, seen both

First time with Tomcat

2006-03-27 Thread Jean-François Lebeau
Hi, I need to create a simple webapp for a course project, I tried to install and configure Tomcat but I got some problems. I hope someone can help me a bit. 1) After the installation (on Windows XP), I start Tomcat and go to the default page (on http://ipadress:8080) but I can't use the

Re: First time with Tomcat

2006-03-27 Thread Konstantin L Kouptsov
Jean-François Lebeau wrote: Hi, I need to create a simple webapp for a course project, I tried to install and configure Tomcat but I got some problems. I hope someone can help me a bit. 1) After the installation (on Windows XP), I start Tomcat and go to the default page (on