Issue with request context empty after http error

2023-02-24 Thread Mitch
chema-instance” xsi:schemaLocation=“http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd” version=“3.0”> /logout.htm All servlet mapping is done with Spring web MVC Regards, Mitch

Re: tomcat manager gui hangs on web-app reload for one web-app not others

2018-09-21 Thread Mitch Claborn
PS - my Thunderbird has a "Reply List" button for this mailing list. Mitch On 09/20/2018 09:41 AM, Shawn Heisey wrote: On 9/20/2018 8:30 AM, Bill Harrelson wrote: Looking back through my sent folder I realize that I have been replying directly to people that posted directly to me

Re: Not able to start the tomcat 8.5.32 on RHEL7.4

2018-09-19 Thread Mitch Claborn
This looks like output from catalina.out. I didn't immediately spot any errors. Look in the other log files for error messages. Mitch On 09/19/2018 07:38 AM, gaurav.kuma...@wipro.com wrote: Hi All, While restarting getting below error and it's failing to deploy web application o

Re: Error receiving all sessions in cluster

2018-09-18 Thread Mitch Claborn
I apologize. I know see the "sendAllSessions" setting on DeltaManager. Not sure how I missed that the first time. I'll experiment with that. Still would like any insight into question #2. Mitch On 09/18/2018 08:51 AM, Mitch Claborn wrote: 1) Any time the DeltaManager run

Re: Error receiving all sessions in cluster

2018-09-18 Thread Mitch Claborn
ck-and-dirty program that I wrote that emulates the processing of Delta Manager with some debugging in place so that I can see exactly which session had the problem and which attribute within that session. I'd also like to propose some updates to Delta Manager that would capture that infor

Re: Cluster session replication performance

2018-09-14 Thread Mitch Claborn
https://bz.apache.org/bugzilla/show_bug.cgi?id=62723 Mitch On 09/14/2018 10:10 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mitch, On 9/14/18 09:43, Mitch Claborn wrote: On 09/13/2018 08:10 PM, Christopher Schultz wrote: Mitch, On 9/13/18 10:29, Mitch

Re: Cluster session replication performance

2018-09-14 Thread Mitch Claborn
git I've used subversion in the past, but it's been a LONG time. Mitch On 09/13/2018 08:10 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mitch, On 9/13/18 10:29, Mitch Claborn wrote: On 09/12/2018 11:37 AM, Christopher Schultz wrote: Would y

Re: Cluster session replication performance

2018-09-13 Thread Mitch Claborn
Sure. How do I go about that? Mitch On 09/12/2018 11:37 AM, Christopher Schultz wrote: Would you care to submit a documentation patch/PR? Get your name in the ChangeLog and you get the text that makes the most sense to you:) - -chris

Re: Cluster session replication performance

2018-09-12 Thread Mitch Claborn
avadoc for Channel.java Mitch On 09/10/2018 03:15 PM, Mark Thomas wrote: On 10/09/18 17:33, Mitch Claborn wrote: Further information and questions. I created my own interceptor based on ThroughputInterceptor so that I could log the timing of specific sessions to correlate them with the failures in

Re: Cluster session replication performance

2018-09-10 Thread Mitch Claborn
getNext().sendMessage(destination, msg, payload) returns, does that mean that the message has been sent AND received by the recipient member, or does that only indicate a send? Mitch On 09/06/2018 01:53 PM, Mitch Claborn wrote: I'm using a cluster with the DeltaManager between two servers on T

Error receiving all sessions in cluster

2018-09-07 Thread Mitch Claborn
adPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) -- Mitch - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Cluster session replication performance

2018-09-06 Thread Mitch Claborn
gs. Has anyone tried that? In that interceptor can I access the session ID? That would help me correlate timings between my failure reports and the interceptor. -- Mitch - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Clustering considerations - single server, multiple Tomcat instances - in the cloud

2017-04-17 Thread Mitch Claborn
Does anyone know of a more recent doc? https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2009794 Are there other security considerations that I'm not thinking of? -- Mitch --

Tomcat 8.5 Resource Setting Says it's being ignored but documentation shows it is supported

2016-08-17 Thread McKenzie, Mitch
Seeing the following warning for all of my datasources when tomcat 8.5.4 starts up : Ignoring unknown property: value of "3" for "validationInterval" property I see validationInterval in the docs here: https://tomcat.apache.org/tomcat-8.5-doc/jdbc-pool.html Here is one of my resource defs

Unable to find IIS Tomcat Connector 1.2.41 dll

2016-02-03 Thread McKenzie, Mitch
I can find the 1.2.40 here: http://mirror.symnds.com/software/Apache/tomcat/tomcat-connectors/jk/binaries/windows/ Any idea where I can find the 1.2.41 dll? Thank you. Mitch This message has been scanned for malware by Websense. www.websense.com

Re: Check if a URL exists programatically

2015-07-21 Thread Mitch Claborn
2015-07-17 18:48 GMT+03:00 Mitch Claborn : I spent some time yesterday digging through code without much luck. Today I'm going to experiment with this: getting a Request Dispatcher for the URL from the ServletContext, creating a dummy ServerRequest and ServerResponse object and invoking in

Re: Check if a URL exists programatically

2015-07-20 Thread Mitch Claborn
On 07/17/2015 10:48 AM, Mitch Claborn wrote: On 07/16/2015 02:19 PM, chris derham wrote: I already have a custom error page. When I detect that a URL returned by google would return a 404, I exclude it from the search results so that the user never sees it. Mitch Mitch, Ok I see now what

Re: Check if a URL exists programatically

2015-07-17 Thread Mitch Claborn
On 07/16/2015 02:19 PM, chris derham wrote: I already have a custom error page. When I detect that a URL returned by google would return a 404, I exclude it from the search results so that the user never sees it. Mitch Mitch, Ok I see now what you mean. Sorry your original email was quite

Re: Check if a URL exists programatically

2015-07-16 Thread Mitch Claborn
oogle would result in a 404 or not. I'm currently calling back to the Tomcat instance using an HTTP HEAD call, but that is a waste of resources and during periods of high volume uses up processing threads that I want to reserve for actual customers. We are using Tomcat 7 with Struts. Mitch,

Check if a URL exists programatically

2015-07-16 Thread Mitch Claborn
I'm currently calling back to the Tomcat instance using an HTTP HEAD call, but that is a waste of resources and during periods of high volume uses up processing threads that I want to reserve for actual customers. We are using Tomcat 7 with Struts.

Tomcat 8.0.5 servlet-api 3.0.1 to 3.10. Vista, Java 1.7.0_51

2014-04-28 Thread Mitch Kyle
nd if so was there a breaking change between the two versions? I ask because this could affect my ability to run the app on tomcat 7. Thanks in advance, Mitch - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additio

Re: Embedded tomcat problem

2010-09-30 Thread Mitch Claborn
At a guess, you'll need to define the JSP servlet in web.xml if you want to handle JSPs. Same goes for the default servlet and static content. Mark Mark - I owe you one! That was it. Seems like when Tomcat runs standalone, it merges the contents of conf/web.xml into the application's web.xm

Embedded tomcat problem

2010-09-30 Thread Mitch Claborn
Tomcat 6.0.29 sun java 1.6.0_20 Ubuntu 10.04 64 bit Seems like this should be simple, but can't get it to work. I'm trying to run a simple embedded Tomcat inside my program. Code for starting the Tomcat is below. It seems to start OK, based on logging messages, but whenever I try to access

Re: Tomcat and Hex characters

2010-07-13 Thread Mitch Claborn
UTF-8"); on the ServletRequest before calling the next filter(s). Mitch On 07/13/2010 11:33 AM, Caldarale, Charles R wrote: From: arun kumar [mailto:arunbha...@yahoo.com] Subject: Tomcat and Hex characters What do i have to do to be able to pass hex values of UTF-8 encoded strings that

jsp/tomcat and linux

2010-04-30 Thread Mitch Frazier
ditional" Linux technologies (PHP, Python, etc) for web development and could offer up some of the advantages that Java et. al. bring to the table. -- Mitch Frazier Associate Editor/Web Editor, Linux Journal http://www.linuxjournal.com

Re: cluster error recovered?

2009-12-15 Thread Mitch Claborn
What are more reasonable values for those settings? mitch Filip Hanik - Dev Lists wrote: > increase your send timeout, 3000 seconds is very aggressive, and you > would have to tune away most long GC pauses to not timeout. > increase your dropTimeout, it seems you're getting f

cluster error recovered?

2009-12-11 Thread Mitch Claborn
the tomcat has been running for a while? Mitch Dec 11, 2009 5:16:43 PM org.apache.catalina.realm.JAASRealm setContainer INFO: Set JAAS app name Catalina Dec 11, 2009 5:16:43 PM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Dec 11, 2009 5:16:43 PM

Re: deadlock in database connection pooling?

2009-12-11 Thread Mitch Claborn
Excellent information! I will try those immediately. mitch Christopher Schultz wrote: > Mitch, > > On 12/10/2009 7:43 PM, Mitch Claborn wrote: > > poolPreparedStatements="true" > > driverClassName="com.mysql.jdbc.Driver"

Re: deadlock in database connection pooling?

2009-12-10 Thread Mitch Claborn
Sorry - I was going to put that in and just forgot. Old age strikes again. It is 6.0.20. Can I simply delete the tomcat version of dbcp (jar file) and drop in the 1.3 version from commons? Mitch Claborn 972-954-7341 mi...@claborn.net Caldarale, Charles R wrote: >> From: Mitch C

deadlock in database connection pooling?

2009-12-10 Thread Mitch Claborn
I'm seeing several occurrences of deadlocks in Tomcat like the following. Any clues? Definition of the Resource is below. Found one Java-level deadlock: = "http-8081-56": waiting to lock monitor 0x08f50bd0 (object 0x560511f8, a org.apache.tomcat.dbcp.pool.impl.Gene

Bad file descriptor serving static file

2009-10-31 Thread Mitch Claborn
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:361) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) -- Mitch Claborn 972

Re: JSESSIONID cookie permanent?

2009-08-24 Thread Mitch Claborn
I played a bit with that approach, but couldn't figure out how to get my valve early enough in the chain. Mitch Christopher Schultz wrote: > Mitch, > > On 8/12/2009 7:08 PM, Mitch Claborn wrote: > > The answer is: yes, there are times when the response is already > >

Re: JSESSIONID cookie permanent?

2009-08-14 Thread Mitch Claborn
I was able to change the expiration on the cookie with a one line change to org.apache.catalina.connector.Request and it works like I need it to. What is the official way to request an enhancement to allow this to be configurable? mitch Mitch Claborn wrote: > The answer is: yes, there

Re: JSESSIONID cookie permanent?

2009-08-12 Thread Mitch Claborn
The answer is: yes, there are times when the response is already committed, so the valve is not a foolproof solution. mitch Mitch Claborn wrote: > I was able to get the cookie permanent with a simple valve, code below. > > Question: the new cookie will be ignored if the response ha

Re: JSESSIONID cookie permanent?

2009-08-12 Thread Mitch Claborn
{ if (Globals.SESSION_COOKIE_NAME.equals(c.getName())) { Cookie l_new = (Cookie) c.clone(); l_new.setMaxAge(Integer.MAX_VALUE); response.addCookie(l_new); } } } Mitch Claborn 972-954-7341 mi...@claborn.net Len Popp wrote: > It comes up all the time.

Re: JSESSIONID cookie permanent?

2009-08-12 Thread Mitch Claborn
If I can't find a another way that's what I'll have to do. I would be surprised that this need doesn't come up more frequently. Mitch David Smith wrote: > Your best bet is to assign your own cookie. Then on new session > creation, look for the cookie and repop

Re: JSESSIONID cookie permanent?

2009-08-12 Thread Mitch Claborn
s on the server expire after a number of days. I'm just wanting the user to be able to keep his sessionid across browser sessions. Mitch Hassan Schroeder wrote: > On Wed, Aug 12, 2009 at 11:35 AM, Mitch Claborn wrote: > >> My usage is: I store the key to the user's shopping c

Re: JSESSIONID cookie permanent?

2009-08-12 Thread Mitch Claborn
My usage is: I store the key to the user's shopping cart in the session. I'd like the user to be able to come back a few days from now and still find the items they have placed in their shopping cart. (This is mostly for anonymous users who don't sign in until checkout.) Mitch

JSESSIONID cookie permanent?

2009-08-12 Thread Mitch Claborn
Is there a way to make the JSESSIONID cookie issued by Tomcat permanent, or at least significantly longer life than "end of session" ? Mitch - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additiona

Re: Can a Realm communicate with a web application?

2009-07-23 Thread Mitch Claborn
Pid wrote: > On 22/7/09 19:32, Mitch Claborn wrote: >> Pid wrote: >>> On 21/7/09 23:23, Mitch Claborn wrote: >>>> I am toying with the idea of writing my own Realm for authentication. >>>> Much of the code and structures that I need are already present

Re: Can a Realm communicate with a web application?

2009-07-22 Thread Mitch Claborn
Caldarale, Charles R wrote: >> From: Mitch Claborn [mailto:mi...@claborn.net] >> Subject: Re: Can a Realm communicate with a web application? >> >> I found that I can define the Realm in the conext.xml in my WEB-INF, >> > > The context.xml file (not conext.

Re: Can a Realm communicate with a web application?

2009-07-22 Thread Mitch Claborn
Pid wrote: > On 21/7/09 23:23, Mitch Claborn wrote: >> I am toying with the idea of writing my own Realm for authentication. >> Much of the code and structures that I need are already present in the >> web application. Is there any way for the Realm to access Java ob

Can a Realm communicate with a web application?

2009-07-21 Thread Mitch Claborn
As an alternative is there a mechanism for providing the functionality of a Realm, but within the web application structure? Mitch - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: us

Clustering with persistent sessions

2009-07-20 Thread Mitch Claborn
time, then session data is lost. There doesn't seem to be any obvious way to configure some kind of persistent storage for the session data. Mitch - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional c

Re: Clustering help

2009-07-20 Thread Mitch Claborn
FYI - running one of the instances in a VMWare virtual machine works fine. Mitch Mitch Claborn wrote: > Yes to both questions. What a bummer. I'll try running the second > instance on a VM an see what happens. > > Mitch > > > Filip Hanik - Dev Lists wrote: > &g

Re: Clustering help

2009-07-17 Thread Mitch Claborn
Yes to both questions. What a bummer. I'll try running the second instance on a VM an see what happens. Mitch Filip Hanik - Dev Lists wrote: > Wait a second, are both your instances on the same machine? Are you > running Apache Tomcat 6.0.20 > there was a serious regression, wit

Re: Clustering help

2009-07-17 Thread Mitch Claborn
ping 224.0.0.1 PING 224.0.0.1 (224.0.0.1) 56(84) bytes of data. 64 bytes from 192.168.3.254: icmp_seq=1 ttl=255 time=0.895 ms 64 bytes from 192.168.3.254: icmp_seq=2 ttl=255 time=0.693 ms 64 bytes from 192.168.3.254: icmp_seq=3 ttl=255 time=0.686 ms Mitch Filip Hanik - Dev Lists wrote

Clustering help

2009-07-16 Thread Mitch Claborn
[localhost#/Struts1]: skipping state transfer. No members active in cluster group. Mitch - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Multiple invocation of servlet with the same URL request

2009-07-06 Thread Mitch Claborn
Check the access logs - you may be actually getting multiple requests. Mitch Claborn mi...@claborn.net Konstantin Kolinko wrote: > 2009/7/6 Daniele Development-ML : > >> (...) >> Looking at the log and all the printouts, I have noticed that the servlet is >> invo

Clustering questions

2009-06-30 Thread Mitch Claborn
Any feedback on the wisdom of that? Mitch - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

JSP/Japer in batch

2009-06-02 Thread Mitch Claborn
I'm looking for a good general purpose template engine to use with various Java projects, not just web projects. Is it possible to use Jasper outside of a servlet engine? Mitch - To unsubscribe, e-mail: users-uns

Re: Tomcat vs. Samba

2008-12-08 Thread Mitch Gitman
min tool. On Mon, Dec 8, 2008 at 1:14 AM, André Warnier <[EMAIL PROTECTED]> wrote: > Mitch Gitman wrote: > >> >> 2. I literally can't solve this problem while still running as a Windows >> service. >> > [...] > Yes you can... > > - the LocalSys

Re: Tomcat vs. Samba

2008-12-07 Thread Mitch Gitman
Charles, you nailed it. Major thanks. I owe you a bottle of wine or something. Yes, I was running Tomcat as a Windows service, and it should have dawned on me that somehow that was part of the equation. If I go ahead and run the Tomcat executable directly, the Samba access does work *without *spe

Re: Tomcat vs. Samba

2008-12-07 Thread Mitch Gitman
Martin, thanks for your input. Nothing in the Tomcat logs, not really that I would expect there to be. I also tried running Ant in verbose mode. No information there either. This credentials exchange is happening below the radar of these Java tools. You are on the right track, though, when it comes

Tomcat vs. Samba

2008-12-06 Thread Mitch Gitman
I'm running the Hudson continuous integration serverwebapp on Tomcat 6.0 on a Windows machine. To perform a build, I have Hudson invoking an Ant build script. At one point, the build script needs to upload a file to a Linux machine. I can think of two ways to accomplis

RE: weird log output

2008-03-05 Thread Lessie Z. Mitch
>-Original Message- >From: David Delbecq [mailto:[EMAIL PROTECTED] >Sent: Tuesday, March 04, 2008 10:50 PM >To: Tomcat Users List >Subject: Re: weird log output > >En l'instant précis du 05/03/08 06:10, Lessie Z. Mitch s'exprimait en >ces termes: >&

weird log output

2008-03-04 Thread Lessie Z. Mitch
Running TC5.5.23 as lone web server on RHE4 box My apps are starting fine, logs are nice and clean, and then… this weird string appears within a few seconds: ßsnipà Mar 4, 2008 10:58:23 PM org.apache.coyote.http11.Http11BaseProtocol start INFO: Starting Coyote HTTP/1.1 on http-80 Mar

RE: HOWTO: install a Tomcat web application on Fedora 7 [was: ...]

2008-02-27 Thread Lessie Z. Mitch
I have to go with Gabe on this one. I recently relied on a hosting vendor to 'configure tomcat accurately' in Linux, and what a nightmare! The problem is that TC is so customizable. Depending on your school of thought, you might like the distro version - or you might like the project version of i

RE: Virtual Hosts: path="/" without using ROOT folder?

2008-02-27 Thread Lessie Z. Mitch
] Sent: Tuesday, February 26, 2008 10:06 PM To: Tomcat Users List Subject: Re: Virtual Hosts: path="/" without using ROOT folder? Lessie Z. Mitch wrote: > Why does my original configuration not work anymore? I will keep Mark's > recommended configuration but would like to know

RE: Virtual Hosts: path="/" without using ROOT folder?

2008-02-26 Thread Lessie Z. Mitch
Omg I must be tired... Ex-ay on the reply-ay... (can you tell I'm tired??) Final configuration: /tomcat_home/conf/server.xml Webapp starts fine, serves fine... rest of previous is okay - just the server.xml section ~LZM~ -Original Message- From: Lessie Z. Mitch [mailto:[

RE: Apache/Tomcat - mod_jk issues

2008-02-26 Thread Lessie Z. Mitch
Thank you Adam! 1- eepers! Okay, that was overlooked! Changed that. ^.^ 2- Not everything is secure (https). SSL is configured outside of the httpd.conf file for security reasons and defined in conf.d/someotherfile.conf, with conf.d being included (see previous post) 3- context files are loca

RE: Virtual Hosts: path="/" without using ROOT folder?

2008-02-26 Thread Lessie Z. Mitch
. Now, I go fight with the mod_jk ~LZM~ -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 26, 2008 10:41 AM To: Tomcat Users List Subject: Re: Virtual Hosts: path="/" without using ROOT folder? Lessie Z. Mitch wrote: >

RE: Virtual Hosts: path="/" without using ROOT folder?

2008-02-26 Thread Lessie Z. Mitch
sie Z. Mitch – SAFETY SYSTEMS HAWAII BRANDY SIGNS 815 Waiakamilo Rd. Honolulu, HI  96817 FX 808|842.1233 CL 808|306.9914 (24/7) PH 808|847.4017 (8a - 5p HST) www.safetysystemshawaii.com www.brandysigns.com "Read not to contradict and confute, nor to believe and take for granted, nor to fin

RE: Virtual Hosts: path="/" without using ROOT folder?

2008-02-26 Thread Lessie Z. Mitch
Safety first) ~~ Lessie Z. Mitch – SAFETY SYSTEMS HAWAII BRANDY SIGNS 815 Waiakamilo Rd. Honolulu, HI  96817 FX 808|842.1233 CL 808|306.9914 (24/7) PH 808|847.4017 (8a - 5p HST) www.safetysystemshawaii.com www.brandysigns.com "Read not to contradict and confute, nor to believe and take for granted, nor

RE: Virtual Hosts: path="/" without using ROOT folder?

2008-02-26 Thread Lessie Z. Mitch
If you are using apache, you still need to name your Virtual hosts in the httpd.conf. I am myself having mod_jk issues and awaiting response. > ahnf wrote: > http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html Does this work for TC5.5.x??? that is for TC6 -Original Message

Apache/Tomcat - mod_jk issues

2008-02-25 Thread Lessie Z. Mitch
Greetings list. For some reason web browser queries are not passing through apache to tomcat via mod_jk. I understand I may have a misconfiguration somewhere, I just cannot find it. L I am trying to host 4 separate domains, all with different java apps. Each domain has its own IP and own co

RE: Help getting MySQL connected to Tomcat

2008-02-25 Thread Lessie Z. Mitch
Yes, David, you are correct. After some reading, I realized that configuration was recommended by my application's vendor and is indeed erroneous. Thank you for the clarification & explanation. ~LZM~ -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Sunday, February

RE: Help getting MySQL connected to Tomcat

2008-02-23 Thread Lessie Z. Mitch
Try: url="jdbc:mysql://localhost:3306/javatest?autoReconnect=true" ~LZM~ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, February 23, 2008 4:01 PM To: users@tomcat.apache.org Subject: Help getting MySQL connected to Tomcat Hello, I'm trying to get

JasperException not passed to error page

2006-05-27 Thread Mitch Gitman
I have a JSP with an invalid call to a JSTL function. If I go to access this page, Tomcat 5.5.16 spits out its own error page. Excerpt follows: HTTP Status 500 - ... description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jaspe

Istalling Bugzilla on Tomcat

2006-05-24 Thread Lessie Zoa Mitch
does not come up.   Am I barking up the wrong tree? Should I seek a more java-esq bug tracker? Is there one?   Helpful advice would be greatly appreciated.   Mahalo.   LessZoa Lessie Zoä Mitch WebMaster SSH - OSS - BS - MOSS 815C Waiakamilo Rd. Honolulu, HI  96817 PH-(808) 847-4017 FX