WAR Deployment on virtual hosts, not under webapps

2007-06-10 Thread Steve
I am tryimg to get autodeploymenf of WAR files working for virtual hosts located outside the standard Tomcat directory structure. I am using Tomcat 6.0.13 and running behind Apache 2.2 using mod-rewrite. This is enabling both static and servlet content to be co-located under the same directory

Re: Hello

2009-02-12 Thread Steve
Okey Kene wrote: Hi, Am using windows vista and i wish to know what version of apache tomcat to download. cheers! ** ** ** ** * * /Regards.../ /Okey Kene / either 5.x or 6.0 64bit or 32 b

Re: Hello

2009-02-12 Thread Steve
Caldarale, Charles R wrote: From: Okey Kene [mailto:keneo...@yahoo.com] Subject: Hello Am using windows vista and i wish to know what version of apache tomcat to download. Resisting the temptation to answer "42", .. i was going to say the unisex version. but i did answer more appropriately.

Re: Getting the tomcat server IP

2009-02-19 Thread Steve
Natalie Forood wrote: Hello, Can you tell me how I can get the IP address of the interface that is running Tomcat? I can't use localhost, I need the IP of the physical interface. Thanks, Natalie ifconfig (linux/unix/mac osx) ipconfig (windows cmd line) -- eats the blues for breakfast, do

non standard port question

2009-03-03 Thread Steve
am running multiple tomcat instances on the same server first two are fine, third one has errors here are the configs server.xml Define a non-SSL HTTP/1.1 Connector on port 8083 port="8083" protocol="HTTP/1.1" redirectPort="8446" /> URIEncod

Re: non standard port question

2009-03-03 Thread Steve
roger that i narrowed it down to the single instance of tomcat, having a redirect someplace this instance of tomcat is running on port 8180 (nothing else on that port) yet whenever i attempt to bring it up i get the redirect loop error message perhaps theres something in my server conf fil

Re: non standard port question (resolved)

2009-03-03 Thread Steve
figured it out, am posting hopefully somebody can learn from this all my configs were in order, each tomcat was running good, tomcat1 8080 ajp 8009 tomcat2 8081 ajp 8010 tomcat3 8082 ajp 8011 however i was creating a template in tomcat1 (that also had a virt host of tomcat3) my cookies showed m

Re: Can only view web pages from loalhost

2009-03-26 Thread Steve
Joel wrote: I am a new user of Tomcat. In my test system I have pc's networked via a wireless router. The router assigns the IP address of 192.168.0.2 to the machine that runs Tomcat. When I run Tomcat using http://localhost/... or http://192.168.0.2/..

Re: Can only view web pages from localhost

2009-03-26 Thread Steve
Joel wrote: I am a new user of Tomcat. In my test system I have pc's networked via a wireless router. The router assigns the IP address of 192.168.0.2 to the machine that runs Tomcat. When I run Tomcat using < http://localhost/> http://localhost/... or < <

Re: redirection

2009-03-31 Thread Steve
Melanie Pfefer wrote: Hello I have a tomcat server running on port 8080. users need to create a dns alias which is on port 80. redirection cannot be done on DNS level of course. do you have any idea how to achieve this in tomcat. For example: http://siroe redirects to http://machineX:8080 th

Re: Tomcat 10 skipping state transfer. No members active in cluster group

2024-04-22 Thread Steve Carlsen
Would you please take me off of this list On Mon, Apr 22, 2024 at 9:01 AM Rick Noel wrote: > Hello, > > Could someone please explain why I am getting the error > > skipping state transfer. No members active in cluster group > > On one sever the reciever is bound to > 127.0.0.1:4002

Tomcat DB Connection pool timeBetweenEvictionRunsMillis

2020-06-04 Thread Sanders, Steve
Hi all, Tomcat Version - 8.5.55 OS - OL7 I'm working with an application team that wishes to set the timeBetweenEvictionRunsMillis setting of their database connection pool to a very low setting - 20ms. According to the documentation (https://tomcat.apache.org/tomcat-8.5-doc/jdbc-pool.html), t

Re: [OT] SSLException after Java upgrade

2020-10-26 Thread Steve Sanders
certificates and communicate with services using the updated ciphers. Depending on the version / flavor of JDK you're using you may also need to apply the unlimited strength JCE policy patch found here: https://www.oracle.com/java/technologies/javase-jce8-downloads.html Steve

Re: [OT] SSLException after Java upgrade

2020-10-26 Thread Steve Sanders
Chris, On Mon, Oct 26, 2020 at 2:34 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > If you still need this, then you really need to upgrade your Java. Java > 8 no longer requires application of a separate, "unlimited" policy file > since u162, released January 2018. > Good to kno

Re: Tomcat SSO valve implementation

2020-12-22 Thread Steve Sanders
Just to add on to the options already listed (which I'm sure work just great!), we used openSAML and wrote our own valve fairly painlessly and have been having really good success with it. Steve Sanders On Mon, Dec 21, 2020 at 1:17 PM George Stanchev < george.stanc...@microfocus.co

tomcat-embed-el JAR appears to violate EL spec causing ClassNotFoundException's

2021-05-23 Thread Steve Storey
solution be to simply move the licence header to be _after_ the first line ? regards, Steve -- Steve Storey e: ssto...@gmail.com

Re: jdk 1.3 and tomcat 4.1

2006-06-17 Thread Steve Ochani
> Hi, > I'm a new user of java and tomcat. I have installed > jdk 1.3. I downloaded the apache tomcat 4.1. But If you are a new user of java and tomcat then you should use the current version of jdk and tomcat. jdk 1.3 and tomcat 4.1 are very old. > everytime I start the server, the followi

Re: Un-install Apache Tomcat

2006-06-30 Thread Steve Ochani
Date sent: Fri, 30 Jun 2006 15:53:11 +0800 From: wolverine my <[EMAIL PROTECTED]> Subject:Un-install Apache Tomcat To: tomcat-user@jakarta.apache.org Send reply to: Tomcat Users List > Hi! > > It seem like the Tomcat 5.5

Re: tomcat startup problem

2006-06-30 Thread Steve Ochani
Date sent: Thu, 29 Jun 2006 23:29:53 -0700 (PDT) From: IMRANKHAN <[EMAIL PROTECTED]> Subject:tomcat startup problem To: users@tomcat.apache.org Send reply to: Tomcat Users List > > I am facing problem regarding tomcat st

Re: Yet another try: mod_jk 1.2.18 release candidate ready to test

2006-07-20 Thread Steve Ochani
Date sent: Thu, 20 Jul 2006 08:16:41 -0400 From: Christopher Schultz <[EMAIL PROTECTED]> Subject:Re: Yet another try: mod_jk 1.2.18 release candidate ready to test To: Tomcat Users List Send reply to: Tomcat Users List > Rainer, > > > Please see > > > > http://tomcat.apach

Re: Where is my Tomcat

2006-07-24 Thread Steve Ochani
e in your path, search those path directories with find. I know you're not going to like this but I would advise to unload all the packages, download and instal the jdk from sun manually and tomcat from apache.org. It's really not that hard and it would give you some practice in using you

Re: Apache - Tomcat connector

2006-07-27 Thread Steve Ochani
On 27 Jul 2006 at 13:03, Atul Govande wrote: > > Hi , > I am new to tomcat as well as Apache. I got both thing working > independently and now I am trying to connect two together. I was > looking different documentation and was wondering which is better way > JK2 or Mod_JK . What is the differenc

Re: Someone Please: Why Is Tomcat Looking In The Wrong Directory?

2006-08-01 Thread Steve Lianoglou
LINA_{HOME| BASE} vars(?)). Like: Check: + http://tomcat.apache.org/tomcat-5.5-doc/config/context.html and + http://tomcat.apache.org/tomcat-5.5-doc/config/host.html for some more ideas to hunt for. Hth, -steve - To start

RE: Strange error referencing JRE when integrating with MyEclipse

2006-08-08 Thread Steve Ochani
I assume I > can't install both on the same machine? Both versions of jdk? Yes you can, just have to configure your other software to use the older jdk. > > > > ____ > > From: Steve Ochani [mailto:[EMAIL PROTECTED] > Sent: Tuesda

Re: Virtual Local Host on Windows 2000

2006-08-24 Thread Steve Ochani
Date sent: Thu, 24 Aug 2006 23:20:45 +0100 From: Graham Reeds <[EMAIL PROTECTED]> Subject:Re: Virtual Local Host on Windows 2000 To: users@tomcat.apache.org Send reply to: Tomcat Users List Send reply to: [EMAIL P

Re: jdk

2006-08-26 Thread Steve Ochani
Date sent: Sat, 26 Aug 2006 14:49:01 +0200 From: Abbey - Jonbysoft <[EMAIL PROTECTED]> Subject:jdk To: users@tomcat.apache.org Send reply to: Tomcat Users List > > > I have downloaded and installed the following in this

RE: jdk

2006-08-26 Thread Steve Ochani
Date sent: Sat, 26 Aug 2006 20:46:55 +0200 From: Abbey - Jonbysoft <[EMAIL PROTECTED]> Subject:RE: jdk To: Tomcat Users List , [EMAIL PROTECTED] > Hi Steve, > > I unistalled Apache 2.2.3 completely and downloade

Re: mod_jk and apache

2006-08-27 Thread Steve Ochani
Date sent: Sun, 27 Aug 2006 03:05:11 -0300 From: Mansour <[EMAIL PROTECTED]> Subject:mod_jk and apache To: users@tomcat.apache.org Send reply to: Tomcat Users List > Hi Every body: > I have gone through everything I can b

Re: mod_jk and apache

2006-08-27 Thread Steve Ochani
Tomcat Users List > Mansour wrote: > > > Steve Ochani wrote: > > > >> Date sent: Sun, 27 Aug 2006 03:05:11 -0300 > >> From: Mansour <[EMAIL PROTECTED]> > >> Subject: mod_jk and apache > >> To: users@tomcat.apache.org > >>

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: Using tomcat auto configure

2006-08-29 Thread Steve Ochani
On 29 Aug 2006 at 13:20, Jim Weir wrote: > Tomcat 5.5.14 > Apache 2.2.3 > JK-1.2.18 released compiled from source > > This is the latest server.xml setting I tried, > > > configHome = "/usr/opt/tomcat/conf/" > jkConfig = "/usr/opt/tomcat/conf/auto/mod_jk.conf" >

Re: training for java in NYC?

2006-09-01 Thread Steve Ochani
On 1 Sep 2006 at 12:02, joon yoo wrote: > Hi, > > Sorry for the off-topic post. One of my programmers who helps > maintain our tomcat 5.5 install asked about getting training in java, > specifically J2EE/J2SE/J2ME among other things. > > If anyone knows where to find good courses in training fo

Re: run php & jsp on the same server

2006-10-16 Thread Steve Ochani
up some interesting results, including: http://wiki.apache.org/tomcat/UsingPhp -Steve O. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Configure issue with jsvc

2006-10-18 Thread Steve Ochani
On 18 Oct 2006 at 11:05, Derek Schaible wrote: > Hi list, > > I am trying to install tomcat for the first time, version 5.5 with > Sun's SDK 5, Redhat ES 4, which installed smoothly. My problem is > trying to get the jsvc to get past configure: > > [EMAIL PROTECTED] jsvc-src]# ./configure --wi

RE: HTTP 500 Error.

2005-10-26 Thread Steve Kirk
the key lines to look at more closely at these: java.lang.ClassCastException org.apache.jsp.errorpage_jsp._jspService(errorpage_jsp.java:103) ... org.apache.jsp.preview_jsp._jspService(preview_jsp.java:135) (esp the latter), and: "note The full stack trace of the root cause is av

RE: problem in getting database connection from remote machine using JNDI

2005-10-26 Thread Steve Kirk
at the risk af asking the obvious, does the database "myDB" exist on the remote server at the same port number, and with the same username and pw as on the local server, and if so, does it have any IP address filters that forbid remote mysql client connections? > -Original Message- > From:

RE: Remote deployments in Tomcat 5.5.9

2005-10-26 Thread Steve Kirk
I am using TC 5.5.9 on WinXP Pro here, but AFAIK the config is the same on Solaris. Your remote server needs to have the manager webapp installed and enabled. It is installed in TC as standard (at least it is in 5.5.9, which I am using). However it ships disabled for security reasons so before t

RE: Tracking

2005-10-26 Thread Steve Kirk
Charles, I don't know of a way to have TC clear up conns for you, but you really should clear up connections explicitly. To some extent DBCP will clear up "abandoned" connections (to which you had a variable reference, which goes out of scope when you have finished processing the request), but th

RE: How to create a website in apache-tomcat-5.5.12

2005-10-26 Thread Steve Kirk
Two things: 1. you need to deploy your webapp as the ROOT webapp on the server. there is a standard ROOT webapp that ships with TC, you can just replace that if you want to, examine that to see how to configure it, look especially at the %catalina_home%/webapps/ROOT/WEB-INF/web.xml config file.

RE: DBCP connection leak after undeploy

2005-10-26 Thread Steve Kirk
Your code and config below look fine to me, conns seem to be returned OK to pool as you say. Sounds to me like the pool itself leaves the database with hanging conns in the pool when it goes down. When you say "If I deploy/undeploy several times" do you stop and restart TC between undeploy and r

RE: Error: Cannot get a connection, pool exhausted

2005-10-26 Thread Steve Kirk
how many concurrent requests are you handling? you have configured > maxActive > 100 so as soon as 100 concurrent conns are reached, you will exhaust the pool. If you do not have as many as 100 concurrent conns, then it is likely that your servlet calls are not returning conns t

RE: getPageContext returns null

2005-10-26 Thread Steve Kirk
not sure about use of PageContext, never used it. ... or about the "correct" way to pass info from servlet to jsp (if there even is one), but if it helps, I use this approach and it works well: // in the servlet's doPost() request.setAttribute(MyConstants.MY_OBJECT_CONSTANT_NAME, myObject); requ

RE: ? xmlValidation Attribute -- What's it Mean ?

2005-10-26 Thread Steve Kirk
I believe (although am not 100% sure because I haven't tried it myself) that xmlValidation="true" means that TC's XML parser should check all XML against the DTD defined in each XML source. With xmlValidation="false", it will check that the xml is "well-formed" but not that it is "valid". See th

RE: Should a missing jsp:include target cause TC to throw an exception or HTTP error code?

2005-10-26 Thread Steve Kirk
like this where TC ignores the include altogether, wondering why no error reported by TC. > -Original Message- > From: Steve Kirk [mailto:[EMAIL PROTECTED] > Sent: Friday 21 October 2005 18:57 > To: 'users@tomcat.apache.org' > Subject: Should a missing jsp:include

RE: Error: Cannot get a connection, pool exhausted

2005-10-26 Thread Steve Kirk
mcat Users List' > Subject: RE: Error: Cannot get a connection, pool exhausted > > > Thanks Steve.. I am confident that, we don't have 100 > concurrent conns. Our > DAO handles the connection, here is the DAO example, please > let me know what > we are doing wrong here? &g

RE: Tomcat is dying unpredictably

2005-10-26 Thread Steve Kirk
A long shot, but if you are running RHL9 you might try this, as mentioned in the TC 5.5 release notes at http://tomcat.apache.org/tomcat-5.5-doc/RELEASE-NOTES.txt : Tomcat on Linux: GLIBC 2.2 / Linux 2.4 users should define an environment variable: export LD_ASSU

RE: Repeated logging problem on 5.5

2005-10-27 Thread Steve Kirk
This is a repost of a message I first posted in June that I got no replies to. I have a double-logging problem, by which I mean that some of my log messages get logged to two logfiles. I have only one logfile configured using java.util.logging, but in some cases, the same log message gets logg

RE: Tracking

2005-10-27 Thread Steve Kirk
Charles, see also my reply to Nanda Kumar's thread "Cannot get a connection, pool exhausted" for a coding example. HTH :) > -Original Message- > From: Steve Kirk [mailto:[EMAIL PROTECTED] > Sent: Wednesday 26 October 2005 14:01 > To: 'Tomcat Use

RE: How to share resources across two applications

2005-10-27 Thread Steve Kirk
Why not just include tags in your w1 webapp's pages whose href attributes point direct to URIs that begin "/w2app/" and vice-versa? I don't think you need to use dispatchers. The docs for ServletContext#getContext (your line 1) say: "...The given path must be begin with "/", is interpreted rela

RE: org.apache.jasper.JasperException: setAttribute: Non-serializable attribute

2005-10-27 Thread Steve Kirk
Not sure, but this could be it: TC saves Session objects to files when the webapp is started/stopped. (This is a configurable feature in context.xml). To do this, any attribute that you add to a Session object must be serializable. Therefore I would guess that if you call Session#setAttribute()

RE: Error: Cannot get a connection, pool exhausted

2005-10-27 Thread Steve Kirk
mcat Users List > Subject: Re: Error: Cannot get a connection, pool exhausted > > > And try to use > > removeAbandoned="true" logAbandoned="true" > removeAbandonedTimeout="120" > > to track which connections were not properly closed (see

RE: DBCP connection leak after undeploy

2005-10-27 Thread Steve Kirk
t, right? > > On 10/26/05, Bogdan Calmac <[EMAIL PROTECTED]> wrote: > > When tomcat is stopped the connection is closed. I'll > probably submit > > the example to bugzilla. Can somebody familiar with the code suggest > > which catalina object keeps a reference

RE: static server implementation?

2005-10-27 Thread Steve Kirk
Have you considered that you can remove much of the dynamic config from conf\web.xml so that there is no default servlet or other dynamic behaviour in any webapp unless you explictly configure it so in the webapp's own web.xml? In fact this is what I prefer to do myself (except on dev box because

RE: Tomcat Startup

2005-10-28 Thread Steve Kirk
This... > Can't load server.xml ...suggests that you need to check your %Catalina_Home%\conf\server.xml file check its permissions as well, against the user that TC is running as > -Original Message- > From: feilong [mailto:[EMAIL PROTECTED] > Sent: Friday 28 October 2005 10:51 > To: use

RE: Asking Again: What's the "xmlValidation" Attribute for?

2005-10-28 Thread Steve Kirk
Bob, I replied to your original post - if you did not get that, check the archive here http://mail-archives.apache.org/mod_mbox/tomcat-users/200510.mbox/%3c00fc01c [EMAIL PROTECTED] Re what xml the host tag is referring to, I assume that the xml settings in host relate to loading all the config

RE: Tomcat is dying unpredictably

2005-10-28 Thread Steve Kirk
he.coyote.http11.Http11Processor.process(Http11Process > or.java:833) > at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandle > r.processConnection(Http11Protocol.java:732) > at > org.apache.tomcat.util.net.TcpWorkerThread.run

RE: DBCP connection leak after undeploy

2005-10-28 Thread Steve Kirk
Yes, confirmed, I get the same problem. (I used the undeploy command from within the NetBeans runtime window, and also checked using the undeploy link in the browser from /manager/html/). Conns are cleaned up OK if you start/stop TC, but not if you undeploy the app with TC still running, as you sa

RE: Tomcat not starting

2005-10-31 Thread Steve Kirk
from your stacktrace it appears that this error occurs when XML is being parsed, because TC can't find a class: java.lang.NoClassDefFoundError: org/apache/naming/TransactionRef in my installation (5.5.9) this class is in %catalina_home%\common\lib\naming-factory.jar so might be worth checking tha

RE: Tomcat logging - Persistence of Logs

2005-10-31 Thread Steve Kirk
The under 5.0.x uses -MM-DD format in the filename, so this would change each day, would that give you what you need? See "FileLogger" under "Standard Implementation" at: http://tomcat.apache.org/tomcat-5.0-doc/config/logger.html PS note that is deprecated in 5.5.x > -Original Message-

RE:

2005-10-31 Thread Steve Kirk
windows or linux? if on windows and runing as a service, have you run the "service install" command after copying across the contents of the TC root directory? also check: have you set the env variables JAVA_HOME and CATALINA_HOME? are file permissions on the jar file OK? > -Original Message

RE: Tomcat logging - Persistence of Logs

2005-10-31 Thread Steve Kirk
just wondering if the default log - stdout.log in Windows, > catalina.out in linux - could be made to behave the same way > on the two > platforms. But it looks as if this is an OS-specific difference, as I > can't see any difference in the configuration files between the two &

RE: DBCP connection leak after undeploy

2005-10-31 Thread Steve Kirk
catch (Exception e) > { > yourLog.error("Failed to close DBCP DataSource.", e); > } > > The above code would actually not work because JNDI is destroyed by > the time contextDestroyed() is called (see > http://issues.apache.org/bugzilla/show_bug.cgi?id

Web App Context stops responding after a period of time

2005-11-02 Thread Steve Gaunt
: 0 ms Cheers Steve __ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email

Re: jboss/tomcat on linux: request times out for client over VPN

2005-11-04 Thread Steve Dodge
It depends on how your VPN is setup. I know my company starts throttling back my bandwidth when I try to transfer a file greater than 2 meg. The first 2 megs go through ok, but they tar-pit me after that so the remaining transfer can take forever. faria hassan wrote: Hi, I'm running jboss

IIS Redirect and Virtual Hosts

2005-11-07 Thread Steve Stearns
uot;Multiple JK/ISAPI redirectors on a single IIS site are not supported Patch provided" which I assume is what I need to look into, but I can't find any documentation for how I should implement this. ---Steve - To un

FTP Was: Re: manager for some users

2005-11-22 Thread Steve Ochani
l and is thus insecure. >Or are they claming that > reloadable is insecure? > uh, so if you can't use the manager, and you can't put files where > tomcat can get at them, how DO you install a webapp? You can upload/install a webapp in many ways that d

Tomcat 5.5.12: custom mail resource property values ignored in META-INF\context.xml

2005-12-16 Thread Steve Widmar
. Can anyone point out where I went astray (on this issue; not in life in general :-P), and what should I do different to make it work? Also, where could I find a DTD-like explanation of the available properties for this resource type? Cheers, Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat 5.5.12: custom mail resource property values ignored in META-INF\context.xml

2005-12-16 Thread Steve Widmar
not even seeing code changes show up on reload. Separately, even though no errors are reported I'm not receiving any mail. Hmmm. Well, I'll have to nap on it. And as much as it may seem like fun, me chatting with myself in public, if anyone can spot my goofs please feel fr

RE: Tomcat 5.5.12: custom mail resource property values ignored in META-INF\context.xml

2005-12-17 Thread Steve Widmar
.fileupload.DeferredFileOutputStream ), if I care enough I'll go over to the commons user list and try to figure out what to do about it there. Well, probably too much text here but I was trying to not keep anyone guessing. Cheers, Steve Ps - Martin, I saw your reply in the archives but f

RE: using directory outside of webapp

2005-12-17 Thread Steve Widmar
ebapp directory structure, if at all possible. HTH & Cheers, Steve -Original Message- From: Jason Abreu [mailto:[EMAIL PROTECTED] Sent: Saturday, December 17, 2005 11:57 AM To: users@tomcat.apache.org Subject: using directory outside of webapp Tomcat version: 5.5.9 Tomcat directo

Re: Tomcat 5.0.28 + Oracle9i

2005-12-18 Thread Steve Dodge
From your fist post, I gather you have some non-UTF-8 characters hard-coded in Oracle NLS function calls. If this is what it is, I may know a way around it. If you post the actual jsp code, it would be easier . nikita berdikov wrote: Thanks. But i really need to solve this problem. Can

Re: problem with stopping Tomcat

2005-12-18 Thread Steve Dodge
What's you environment? What version of Tomcat? What command are you using to start it? marju jalloh wrote: Hi everyone I havae problem with stopping tomcat.When I start it it show no sign of error but I can`t get to my http:localhost:8080/ page if I tried to restart Tomcat by sotpping and

Re: problem with stopping Tomcat

2005-12-18 Thread Steve Dodge
lude these information I`m using Tomcat 1.4.27 on linux Debian(serge). Tomcat start authomatic at startup.But during development I use shutdown.sh and startup.sh in the TOMECAT_HOME/bin directory eg shutdown.shto stop tomcat startup.sh to start tomcat Thanks, Byfour Steve Dod

Re: SOLVED RE: JRE versions (UNCLASSIFIED)

2005-12-23 Thread Steve Ochani
On 23 Dec 2005 at 8:44, Samara, Fadi N Mr ACSIM/ASPEX wrote: > Classification: UNCLASSIFIED > Caveats: NONE > > I don't have to read anything. I am a programmer, but I am not Nice attitude. Of course you don't *have to*, but the same goes for everyone else, they don't *have to* help you or

RE: (newb) Tomcat servlet mapping problem

2006-01-22 Thread Steve Ochani
pEvDisplayServlet or a class it depends on > > So did I hit my servlet, or did the classloader fail to locate > it?? Have you tried accessing the servlet directly via tomcat yet? If going through tomcat itself gives an error then work on fixing

Re: can't send email from tomcat using javamail api

2006-02-01 Thread Steve Ochani
you have to run telnet on that server itselft and connect to localhost on port 25 to do a true test. The reason why I'm suggesting this is that the smtp server may not be configured to accept localhost connections. -Steve O. «¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤» Th

Tomcat 5.5 documentation: how to update website?

2006-02-14 Thread Steve Meredith
ut of the box' :-) How can I update this page to help let people know there's an easier option to get Tomcat using a startup script with catalina.sh rather than tomcat5.sh? Many thanks Steve - To unsubscribe,

Re: Tomcat 5.5 documentation: how to update website?

2006-02-14 Thread Steve Meredith
On 14 Feb 2006, at 11:05, Warren Pace wrote: From: Steve Meredith <[EMAIL PROTECTED]> Date: 2006/02/14 Tue AM 03:50:19 EST To: users@tomcat.apache.org Subject: Tomcat 5.5 documentation: how to update website? Hi all Just spent time getting the Tomcat5.sh script to work as a daemon

Re: what is the command to find out whether or not Tomcat is installed on your server

2006-02-19 Thread Steve Lianoglou
tup/initialized, then try to init that: I think you need to be root and run the updatedb command (in / usr/sbin (?)) Then try and locate tomcat ... still no luck, try and do some magical incantation of find ... or even do a grep for a file w/ some unique 'tomcat'ness to it

Re: JSVC - make: Fatal error: Unknown option `-C' - Solaris

2006-02-22 Thread Steve Ochani
Date sent: Wed, 22 Feb 2006 18:35:23 -0500 From: johngbud <[EMAIL PROTECTED]> Subject:JSVC - make: Fatal error: Unknown option `-C' - Solaris To: Tomcat Users List Send reply to: Tomcat Users List > Tomcat User: > > I'

Re: Getting the date from a Tomcat httpsession

2006-03-06 Thread Steve Ochani
sultSet) If determing current time java.sql.Timestamp now = new java.sql.Timestamp(System.currentTimeMillis()); -Steve O. «¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤» There's no obfuscated Perl contest because it's pointless. - Jeff Polk Steve O. http://www.steveo.us New pic

Differences between Tomcat 4.1.18 and Tomcat 5.5.15 break .JSP compilation - Please advise??

2006-03-07 Thread Steve Downie
t me know if you have any ideas of the changes I need to make to correct these errors. Thanks for any knowledge you can share with me, Regards, -- Steve Downie M A I N T E N A N C E M O D E, I N C. Software Consulting Services Voice: (408) 777-0300 Fax: (408) 777-0301 Web: http://w

Re: cannot compile mod_jk 1.2.15 with apache 2.0.54

2006-03-09 Thread Steve Ochani
You can avoid the headache of building and use the binary http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/solaris/jk-1.2.15/ On 9 Mar 2006 at 14:32, Salvatore Panto wrote: > Hi, > > I'd like to compile the mod_jk connector 1.2.15 on solaris 8. > > I followed the instructions

Re: Fairwell to JB, but having Jasper problems

2006-03-13 Thread Steve Ochani
On 13 Mar 2006 at 14:25, Dola Woolfe wrote: > Hi, > > After 3 years of using JBuilder, I have conclued that > it is unusable. It was almost unusable in version 9, > but became worse with every version. Sorry to get offtopic a bit but I'm curious, what problems did you have with JBuilder that mad

Re: keeping same session via apache2 mod_jk2 and tomcat5

2006-03-17 Thread Steve Ochani
no longer supported) and I do not have this problem. http://www.matcmp.ncc.edu/servlets-examples/servlet/SessionExample -Steve O. > > > but if I go to port 8180 it works perfect > http://www.greenlightproductions.co.uk:8180/servlets/SessionExample > > the session ID remains

Re: Problem Starting Tomcat

2006-03-17 Thread Steve Ochani
On 17 Mar 2006 at 13:06, Marco Aurélio Seraphim da Sil wrote: > Hi, > > I got this problem yesterday at the morning, but during the evening it > was working well, and when reboot the machine, it got the same > problem. > > The port 8005 is been used by another program, but in my server.xml I > can

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: 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

Re: The problem i have met

2006-03-31 Thread Steve Ochani
't bother to read any documentation/instructions or hardly any at all and they don't bother to use a search engine as google. On top of that a lot of these people, when they post questions, they do not contain enough clear inform

Re: Posting Sample JAMon Performance Servlet Filter

2006-04-01 Thread Steve Souza
I am the author of the open source JAMon (Java application monitor). Is a place for tomcat users to place useful code such as servlet filters? Also, is this email list the only place to ask such questions? Doesn't tomcat have a user forum? JAMon comes with a servlet filter that monitors access

apache access reports Was: RE: Typical memory usage of a empty vanilla tomcat 5.5 - no webapps.

2006-04-19 Thread Steve Ochani
On 19 Apr 2006 at 16:12, Biernesser, Beth wrote: > Does anyone know how to get the time logged in the apache access > reports for a request to be handled? In version apache 2.0.46 and > higher, it is a %T switch ... Does anyone know how to configure this > logging for a lower version of apache?

RE: Re: Access server from outside

2006-04-21 Thread Steve Ochani
On 21 Apr 2006 at 11:13, Jonathan Pare wrote: > > I contacted my ISP and they are blocking the port 80. They also forbid > to run any type of server "FTP, HTTP, IRC, MP3, PROXY, SMTP, POP or > other". So basicaly, that mean that I could just uninstall tomcat and > forget all about it !?! > You

RE: Blank page after tomcat install

2006-04-27 Thread Steve Ochani
On 27 Apr 2006 at 15:15, Darren Hall wrote: > Steven, > > What web server are you running, and have you correctly connected the > web server to your app server? Check your web server access logs to > verify that the web server is receiving your browser request. This has nothing to do with his we

Re: Easy Tomcat Linux/Unix Platform

2006-04-30 Thread Steve Ochani
> If you would like to use a current version of RedHat there are several > clones. One that I use is TAOLinux. It is currently RHEL4. The goal of > this project was to create as close to a RedHat release as possible. There is also CentOS. http://www.centos.org/ CentOS is a compile of RedHat Ent

404 error for request before tomcat 5.5 fully started

2006-05-02 Thread Steve Morrison
than one request causes the errors. Is there no request queue until the server is fully started? -Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Deploy from Sun Java Studio Creator to Tomcat 5.5.16

2006-05-03 Thread Steve Lavoie
de la servlet a lancé une exception com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194) Anyone got an idea? Steve Lavoie Network administrator, MCP, A+, Network+, Linux+ Ex-l-tec

Re: Newbie: Help on directory structure

2006-05-18 Thread Steve Ochani
On 18 May 2006 at 9:10, Allen Williams wrote: > I have an Java app called login, in a package called UserConfig. This > is just a very simple app to help me get started. > > The directory structure: > > app-name| > |-login.jsp > |-welcome.jsp > |-WEB-INF| > |

Re: tomcat textbook

2006-05-22 Thread Steve Lianoglou
mail to the right address) Just a suggestion, one mailing list I'm on has that and I wonder why everyone doesn't. -steve On May 22, 2006, at 7:21 PM, Mark Thomas wrote: When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing

Re: read file inside WEB-INF

2006-10-20 Thread Steve Ochani
// do something } else { out.println("no file"); } -Steve O. - To start a new topic, e-mail: users@tomcat.apach

Sample 404 error

2006-10-26 Thread Steve Pribyl
requested resource (/sample/index.html) is not available. Apache Tomcat/5.5.15 CATALINA_BASE/webapps/sample/index.html exists and is read all. I an new to tomcat so debugging tips are appreciated. Thanks Steve - To start a new topic

  1   2   3   4   5   6   >