Re: wifi access to tomcat on wired mc

2013-12-03 Thread Dave Pawson
Yes, 192.168,1.xxx http://dpawson.co.uk xslt xsl-fo docbook FAQ On 3 Dec 2013, at 19:29, Leo Donahue - OETX wrote: >> -Original Message- >> From: Dave Pawson [mailto:dave.paw...@gmail.com] >> Subject: Re: wifi access to tomcat on wired mc >>> >>&

Re: wifi access to tomcat on wired mc

2013-12-03 Thread Dave Pawson
Windows 7 laptop, can you see a file share on the other > wired (non-Linux) box? I'm just trying to rule out your network and/or your > vendor provided hardware. OK. More trial (and learning). >From the laptop I can 'share' (windows wise) with the wired windows box. di

Re: wifi access to tomcat on wired mc

2013-12-03 Thread Dave Pawson
your house | > your ISP provided wifi /router > > your computers? The latter. router to linux (tomcat) is wired. router to windows laptop box is wifi router to windows box also wired. HTH -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk --

Re: wifi access to tomcat on wired mc

2013-12-03 Thread Dave Pawson
ess 3. British Telecom router (unable to find anything to set) 4. Fedora Linux. There is a firewall. No ideas on iptables. Hence my confusion? regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: wifi access to tomcat on wired mc

2013-12-03 Thread Dave Pawson
On 3 December 2013 14:21, Leo Donahue - OETX wrote: >>-Original Message- >>From: Dave Pawson [mailto:dave.paw...@gmail.com] >>Subject: Re: wifi access to tomcat on wired mc >> >>Thanks Chuck. >>Back to playing with Windows firewalls. >> > &g

Re: wifi access to tomcat on wired mc

2013-11-30 Thread Dave Pawson
Thanks Chuck. Back to playing with Windows firewalls. DaveP On 30 November 2013 14:49, Caldarale, Charles R wrote: >> From: Dave Pawson [mailto:dave.paw...@gmail.com] >> Subject: Re: wifi access to tomcat on wired mc > >> Am I right in thinking that tomcat (as installe

Re: wifi access to tomcat on wired mc

2013-11-30 Thread Dave Pawson
local network on 192.168.1.xxx I want to give access to other mc's on this net. Isn't working - Is that the right attribute value for @allow please (I'll change it to a range if this is the right regex syntax) TiA -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://ww

Re: wifi access to tomcat on wired mc

2013-11-27 Thread Dave Pawson
On 27 November 2013 18:24, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Dave, > > On 11/27/13, 12:39 PM, Dave Pawson wrote: >> On 27 November 2013 17:10, Christopher Schultz >>> You mean when you try to reach Tomcat's H

Re: wifi access to tomcat on wired mc

2013-11-27 Thread Dave Pawson
On 27 November 2013 17:10, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Dave, > > On 11/27/13, 11:18 AM, Dave Pawson wrote: >> Scenario. Tomcat install on Linux, wired to router. Windows 7 >> connected to router via wifi

Re: wifi access to tomcat on wired mc

2013-11-27 Thread Dave Pawson
basic is from wifi mc >ping 192.168.1.65 no problem My local net is that, 192.168.1.* putting that in the window(Chrome) browser says no. http://192.168.1.65:8081 Just times out. regards On 27 November 2013 16:37, Leo Donahue - OETX wrote: >>-Original Message- >>Fr

wifi access to tomcat on wired mc

2013-11-27 Thread Dave Pawson
got Zone alarm on the windows box. I think I have set it to pass through for 'trusted' zone on my local net. Can anyone think of more 'blocks' to seeing the server please? TiA -- Dave Pawson XSLT XSL-FO FAQ. Docbook F

Re: Simple Tomcat 6, servlet tutorial. First draft for comment

2009-02-10 Thread Dave Pawson
I'm listening on 8080. the other problem was writing out the PID for use in killing tc. regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomcat

Re: Simple Tomcat 6, servlet tutorial. First draft for comment

2009-02-10 Thread Dave Pawson
d help? regards > > Filip > > Dave Pawson wrote: >> >> http://www.dpawson.co.uk/tomcat >> >> Any feedback/improvements appreciated. Particularly any errors. >> >> Meant as a simple example of getting a first servlet working, based

Re: Still trying to get Tomcat 6 to work

2009-02-08 Thread Dave Pawson
nt. Nothing more complicated? I have Apache running on port 80, so 8080 lets me run both. HTH -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Simple Tomcat 6, servlet tutorial. First draft for comment

2009-02-08 Thread Dave Pawson
Yep. > > Under "Add the jars", you use the phrase "unpack the following jars"; that > could be construed as taking those jars apart to get the individual class > files. Perhaps something like "extract the following jars f

Re: Simple Tomcat 6, servlet tutorial. First draft for comment

2009-02-08 Thread Dave Pawson
Done. Thanks Michel 2009/2/8 michel : > Dave, > > I would suggest that section headings can be a bit clearer, as in the > following: ... -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To

Simple Tomcat 6, servlet tutorial. First draft for comment

2009-02-08 Thread Dave Pawson
http://www.dpawson.co.uk/tomcat Any feedback/improvements appreciated. Particularly any errors. Meant as a simple example of getting a first servlet working, based on help I received from this list. regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk

Re: TC6 ${CATALINA_HOME}/conf/web.xml Is this the place to constrain the mime type?

2009-02-07 Thread Dave Pawson
way; it just sees the request before your application does, and can > do something to it before the application sees it; Yes, that would do. Thanks Andre. regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk ---

Re: TC6 ${CATALINA_HOME}/conf/web.xml Is this the place to constrain the mime type?

2009-02-06 Thread Dave Pawson
> difference between Valves and servlets (or servlet filters), and why one may > be more adapted than the other to any particular purpose. > Not at any deep Tomcat/Java level though. I've wasted enough list time Andre. Many thanks for the offer. I may well come back for more on security,

Re: TC6 ${CATALINA_HOME}/conf/web.xml Is this the place to constrain the mime type?

2009-02-06 Thread Dave Pawson
2009/2/6 Caldarale, Charles R : >> From: Dave Pawson [mailto:dave.paw...@gmail.com] >> Subject: Re: TC6 ${CATALINA_HOME}/conf/web.xml Is this the >> place to constrain the mime type? >> >> ? Unclear why Charles? > > 1) Filter specifications are documented. >

Re: TC6 ${CATALINA_HOME}/conf/web.xml Is this the place to constrain the mime type?

2009-02-06 Thread Dave Pawson
access the templates, you could use the > default tomcat-users.xml setup - easy. Not what I'm asking for. regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: TC6 ${CATALINA_HOME}/conf/web.xml Is this the place to constrain the mime type?

2009-02-06 Thread Dave Pawson
2009/2/6 Caldarale, Charles R : >> From: Dave Pawson [mailto:dave.paw...@gmail.com] >> Subject: Re: TC6 ${CATALINA_HOME}/conf/web.xml Is this the >> place to constrain the mime type? >> >> I'm coming down in favour of a valve, rather than a filter, >> to m

Re: TC6 ${CATALINA_HOME}/conf/web.xml Is this the place to constrain the mime type?

2009-02-06 Thread Dave Pawson
2009/2/6 Caldarale, Charles R : >> From: Dave Pawson [mailto:dave.paw...@gmail.com] >> Subject: Re: TC6 ${CATALINA_HOME}/conf/web.xml Is this the >> place to constrain the mime type? >> >> Unless the client specifies that one single mime >> type (and no other)

Re: servlet use. TC6, FC10

2009-02-06 Thread Dave Pawson
mand. > > [ snap ] == > > Rgds > > Gregor Certainly for development (this could be some time for me:-) it seems worthwhile. Just reading up on filters and valves, certainly for a valve I need to specify it in webapps/atom/WEB-INF/context.xml so (for the moment) I gu

Re: servlet use. TC6, FC10

2009-02-06 Thread Dave Pawson
2009/2/6 Peter Crowther : >> From: Dave Pawson [mailto:dave.paw...@gmail.com] >> AFAIK I don't need any resource specification. >> Does this mean that I can dispense with the atom/META-INF directory >> totally? I.e. it is redundant >> for this usage of

Re: servlet use. TC6, FC10

2009-02-06 Thread Dave Pawson
inside the webapp in > META-INF/context.xml. AFAIK I don't need any resource specification. Does this mean that I can dispense with the atom/META-INF directory totally? I.e. it is redundant for this usage of Tomcat? atom |-- META-INF | |-- context.xml |-- WEB-INF . regards -- Da

Re: TC6 ${CATALINA_HOME}/conf/web.xml Is this the place to constrain the mime type?

2009-02-06 Thread Dave Pawson
;m not expecting browsers. > > Which is probably not what you want. > > (Proudly, based on recent teaching by Chuck. Have I got it right, Chuck ?) > > > (*) Of course if the browser is IE, it doesn't matter anyway, because IE > will not believe what the server tells it

Re: TC6 ${CATALINA_HOME}/conf/web.xml Is this the place to constrain the mime type?

2009-02-06 Thread Dave Pawson
2009/2/5 Caldarale, Charles R : >> From: Dave Pawson [mailto:dave.paw...@gmail.com] >> Subject: Re: TC6 ${CATALINA_HOME}/conf/web.xml Is this the >> place to constrain the mime type? >> >> Unless the client requests application/xml I want to refuse the >>

Re: TC6 ${CATALINA_HOME}/conf/web.xml Is this the place to constrain the mime type?

2009-02-05 Thread Dave Pawson
Hi Rob 2009/2/5 Robert Koberg : > > On Feb 5, 2009, at 1:28 PM, Caldarale, Charles R wrote: > >>> From: Dave Pawson [mailto:dave.paw...@gmail.com] >>> Subject: TC6 ${CATALINA_HOME}/conf/web.xml Is this the place >>> to constrain the mime type? >>> >

Re: TC6 ${CATALINA_HOME}/conf/web.xml Is this the place to constrain the mime type?

2009-02-05 Thread Dave Pawson
2009/2/5 Caldarale, Charles R : >> From: Dave Pawson [mailto:dave.paw...@gmail.com] >> Subject: TC6 ${CATALINA_HOME}/conf/web.xml Is this the place >> to constrain the mime type? >> >> I want to 'reject' (if that's the right word) any http get >>

TC6 ${CATALINA_HOME}/conf/web.xml Is this the place to constrain the mime type?

2009-02-05 Thread Dave Pawson
I want to 'reject' (if that's the right word) any http get with mime type != application/xml I see in web.xml in the conf directory xml application/xml Is this the right place to do it please? regards -- Dave Pawson XSLT XSL-FO FAQ. Do

Re: servlet use. TC6, FC10

2009-02-05 Thread Dave Pawson
2009/2/5 Caldarale, Charles R : >> From: Dave Pawson [mailto:dave.paw...@gmail.com] >> Subject: Re: servlet use. TC6, FC10 > >> I want to start looking at restricting access now, but I'll start a >> new thread for that! > > Read section 12 of the servlet spec

Re: servlet use. TC6, FC10

2009-02-05 Thread Dave Pawson
2009/2/5 Caldarale, Charles R : >> From: Dave Pawson [mailto:dave.paw...@gmail.com] >> Subject: Re: servlet use. TC6, FC10 >> >> Thanks Chaz. Now works. > > That was Gregor, not me, that gave you the answer. (Our corporate e-mail > server hasn't passed your

Re: servlet use. TC6, FC10

2009-02-05 Thread Dave Pawson
2009/2/5 Gregor Schneider : > Just had a quick view, but if I'm not mistaken: > > Change > > > atom > /atom/* > > > to > > > atom > /* > :-) Thanks Chaz. Now works. Are you going to tell me why please? reg

Re: servlet use. TC6, FC10

2009-02-05 Thread Dave Pawson
/servlets/servlet/HelloWorldExample works fine. I was put off by the complexity of the examples hence avoided copying them and 'stripping out' the ??? unecessary parts. regards (Help appreciated btw) -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: [OT] servlet use. TC6, FC10

2009-02-05 Thread Dave Pawson
that perspective? Sounds good to me, meaning use Catalina as apposed to catalina? regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: servlet use. TC6, FC10

2009-02-05 Thread Dave Pawson
2009/2/5 Caldarale, Charles R : >> From: Dave Pawson [mailto:dave.paw...@gmail.com] >> Subject: Re: servlet use. TC6, FC10 >> >> I was wondering if there was a two liner that implements >> org.apache.catalina.Context as per the classname attribute >> at htt

Re: servlet use. TC6, FC10

2009-02-05 Thread Dave Pawson
2009/2/5 Caldarale, Charles R : >> From: Dave Pawson [mailto:dave.paw...@gmail.com] >> Subject: Re: servlet use. TC6, FC10 >> >> Note my response to Gregors questions about uname -n? >> Were I to use this method would the 'path' then be >> >>

Re: servlet use. TC6, FC10

2009-02-05 Thread Dave Pawson
2009/2/5 Caldarale, Charles R : >> From: Dave Pawson [mailto:dave.paw...@gmail.com] >> Subject: Re: servlet use. TC6, FC10 > >> Is there a basic 'hello world' restlet that should just 'work' >> please > > GIYF: Indeed (Last time I tried a d

Re: servlet use. TC6, FC10

2009-02-05 Thread Dave Pawson
2009/2/5 Gregor Schneider : > On Thu, Feb 5, 2009 at 3:20 PM, Dave Pawson wrote: >> Is there a basic 'hello world' restlet that should just 'work' >> please >> > > Sorry, but we can't support every kind of software claiming to work > wit

Re: servlet use. TC6, FC10

2009-02-05 Thread Dave Pawson
$CATALINA_BASE/conf/Cataline/localhost/atom/atom.xml for my {}/webapps/atom 'webapp' regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomc

Re: servlet use. TC6, FC10

2009-02-05 Thread Dave Pawson
lib directory). I'll try based onhttp://tomcat.apache.org/tomcat-6.0-doc/config/context.html Is there a basic 'hello world' restlet that should just 'work' please > >> What's the engine name please? > > That's usually Catalina Thanks Greg

Re: servlet use. TC6, FC10

2009-02-05 Thread Dave Pawson
Moving on, reading http://tomcat.apache.org/tomcat-6.0-doc/config/printer/context.html 2009/2/5 Dave Pawson : > 2009/2/4 Caldarale, Charles R : >>> From: Dave Pawson [mailto:dave.paw...@gmail.com] >>> Subject: Re: servlet use. TC6, FC10 >>> >>> 2009/2/4 Gre

Re: servlet use. TC6, FC10

2009-02-05 Thread Dave Pawson
2009/2/4 Caldarale, Charles R : >> From: Dave Pawson [mailto:dave.paw...@gmail.com] >> Subject: Re: servlet use. TC6, FC10 >> >> 2009/2/4 Gregor Schneider : >> > what gives "uname -n" ? >> >> 2.6.27.12-170.2.5.fc10.i686 > > Is it just

Re: servlet use. TC6, FC10

2009-02-04 Thread Dave Pawson
2009/2/4 Gregor Schneider : > what gives "uname -n" ? 2.6.27.12-170.2.5.fc10.i686 -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomcat.a

servlet use. TC6, FC10

2009-02-04 Thread Dave Pawson
ost.localdomain marge marge ::1 localhost.localdomain localhost6 localhost marge marge 10.0.0.137 homer AFAIK TC uses the first entry for 127, i.e. localhost, rather than subsequent ones? Yet it's blowing up over that one? Any suggestions please. TIA -- Dav

Re: servlets. TC classpaths

2009-02-03 Thread Dave Pawson
at class. Maybe > you've copied a web.xml off the web and used it without knowing what all > the different parts are. > > --David You guessed. Now removed. Tks -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk --

servlets. TC classpaths

2009-02-03 Thread Dave Pawson
ucture please? TIA -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Error, source unknown

2009-02-03 Thread Dave Pawson
2009/2/3 Gregor Schneider : > Dave, > > On Tue, Feb 3, 2009 at 2:38 PM, Dave Pawson wrote: >> >> [r...@marge apps]# netstat -lnp | grep 8080 >> tcp0 0 :::8080 :::* >> LISTEN 4014/java >> >> (Not very informat

Re: tomcat only query localhost database

2009-02-03 Thread Dave Pawson
OOT? the O'Reilly Tomcat book talks about using localhost where in 5.x I used to use webapps directory. TIA -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Error, source unknown

2009-02-03 Thread Dave Pawson
Found that one. The user list (tomcat-users.xml) had a trailing character. Bad tomcat for not naming the file in error :-) regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Error, source unknown

2009-02-03 Thread Dave Pawson
ion. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195) TIA -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomcat

Re: jsvc problem with PID. Resolution

2009-02-02 Thread Dave Pawson
atalina.startup.BootstrapService PID=`cat $PIDFILE` echo "Tomcat now running, PID is $PID" ;; *) echo "Usage tomcat.sh start/stop" exit 1;; esac Thanks for the help. regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk -

Re: jsvc problem with PID

2009-02-02 Thread Dave Pawson
people installing Tomcat on real-world servers did not necessarily > need them. I'll look. Thanks. Not much help to a newbie. Tks. regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: jsvc problem with PID

2009-02-02 Thread Dave Pawson
rribly complex. Installs all over the machine, Is missing the manager app and the docs. Yuk. regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomc

Re: jsvc problem with PID

2009-02-01 Thread Dave Pawson
008-07-22 02:01 /apps/tomcat6/bin/startup.sh it was all installed 'locally'. Security isn't an issue for this installation... if I get it working. regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk ---

Re: jsvc problem with PID

2009-02-01 Thread Dave Pawson
ec] Whilst running, is the file found in /var/run Brian? regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: jsvc problem with PID

2009-02-01 Thread Dave Pawson
art/stop" exit 1;; esac which is nice to know :-) regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: jsvc problem with PID

2009-02-01 Thread Dave Pawson
source of your problem. jsvc is a separate package, not part > of Tomcat itself. I built in from the code in $CATALINA-HOME/bin/jsvc-src regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk --

jsvc problem with PID

2009-02-01 Thread Dave Pawson
ase? TIA -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org