Re: Tomcat on PDA

2004-11-08 Thread fzlists
I don't think you'll find a native build, but you MIGHT be able to get away 
with emulation... There are one or two x86 emulator for PocketPC, at least one 
of which can run Windows 95... If you can get that far, Tomcat MIGHT run in 
that environment.  Performance would be terrible I'd guess, so it's probably 
not even worth trying.  Your looking for an ARM-native version that works under 
PocketPC, and that doesn't exist to my knowledge, partly because there's no 
ARM-compatible binaries and partly because PocketPC doesn't support most of 
what Tomcat would need (i.e., JDK or full-fledged JRE... there are some Java 
runtimes, but I'm not sure how complete they are).

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com

On Mon, November 8, 2004 1:14 pm, Suleman Butt said:
 Hi ,
  Is there any tomcat release to be installed on a PDA (HP
 5500) devise with a specs 400mhz processor and 128mb ram. Actually i
 want to execute a semantic web service on a pda device.
 
 Could anybody help me in suggesting the appropriate set of softwares
 required.
 
 Regards Suleman.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat on PDA

2004-11-08 Thread Mike Jackson
The JVMs aren't terribly complete.  The IBM one, for instance, doesn't even
come close to implementing the complete java.net library.  And you have to
be careful with the things that are implemented as they aren't 100% the same
as the standard VM's on other platforms.  I wouldn't expect to be able to
run tomcat, but you should be able to run your own custom built http server
with enough playing around.

--mikej
-=-
mike jackson
[EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Monday, November 08, 2004 10:41 AM
 To: [EMAIL PROTECTED]
 Subject: Re: Tomcat on PDA
 
 
 I don't think you'll find a native build, but you MIGHT be 
 able to get away with emulation... There are one or two x86 
 emulator for PocketPC, at least one of which can run Windows 
 95... If you can get that far, Tomcat MIGHT run in that 
 environment.  Performance would be terrible I'd guess, so 
 it's probably not even worth trying.  Your looking for an 
 ARM-native version that works under PocketPC, and that 
 doesn't exist to my knowledge, partly because there's no 
 ARM-compatible binaries and partly because PocketPC doesn't 
 support most of what Tomcat would need (i.e., JDK or 
 full-fledged JRE... there are some Java runtimes, but I'm not 
 sure how complete they are).
 
 -- 
 Frank W. Zammetti
 Founder and Chief Software Architect
 Omnytex Technologies
 http://www.omnytex.com
 
 On Mon, November 8, 2004 1:14 pm, Suleman Butt said:
  Hi ,
   Is there any tomcat release to be installed on a PDA (HP
  5500) devise with a specs 400mhz processor and 128mb ram. 
 Actually i 
  want to execute a semantic web service on a pda device.
  
  Could anybody help me in suggesting the appropriate set of 
 softwares 
  required.
  
  Regards Suleman.
  
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat on PDA?

2001-09-13 Thread Zachmann, Jens

Thanks!

The tools has been there. But there have been missing some other classes
which didn't exist in the PDA package.

Thanks,
Jens

-Original Message-
From: Randy Layman [mailto:[EMAIL PROTECTED]]
Sent: Dienstag, 11. September 2001 12:40
To: [EMAIL PROTECTED]
Subject: RE: Tomcat on PDA?



The error indicates that you are missing the JavaC compiler - you
need the tools.jar file in your classpath.

Randy

 -Original Message-
 From: Zachmann, Jens [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 11, 2001 4:41 AM
 To: '[EMAIL PROTECTED]'
 Subject: Tomcat on PDA?
 
 
 Hi!
 
 I tried to run the tomcat windows version on an iPAQ. The webserver is
 running and the servlet engine works fine. But the JSP 
 doesn't run. This is
 the jasper.log file from tomcat:
 
 2001-09-11 09:53:48 - Scratch dir for the JSP engine is:
 /zCat/work/localhost_8080%2Fexamples
 2001-09-11 09:53:48 - IMPORTANT: Do not modify the generated servlets
 
 2001-09-11 09:57:52 - JspEngine -- /jsp/num/numguess.jsp
 2001-09-11 09:57:52 - ServletPath: /jsp/num/numguess.jsp
 2001-09-11 09:57:52 -PathInfo: null
 2001-09-11 09:57:52 -RealPath:
 /zCat/webapps/examples/jsp/num/numguess.jsp
 2001-09-11 09:57:52 -  RequestURI: /examples/jsp/num/numguess.jsp
 2001-09-11 09:57:52 - QueryString: null
 2001-09-11 09:57:52 -  Request Params: 
 2001-09-11 09:57:52 - Classpath according to the Servlet Engine is:
 /zCat/webapps/examples/WEB-INF/classes
 
 Perhaps the Problem is that a second service Tomcat wants to 
 start on the PC
 will not be started (without any error) on the PDA. The 
 following line does
 not appear on the PDA:
 
 2001-09-11 09:11:52 - PoolTcpConnector: Starting 
 Ajp12ConnectionHandler on
 8007
 
 And the error page looks like this:
 
 Error: 500
 Location: /examples/jsp/num/numguess.jsp
 Internal servlet Error:
 javax.servlet.ServletException: sun/tools/javac/Main
   at org.apache.jasper.servlet.JspServlet.service()
   at javax.servlet.http.HttpServlet.service()
   at org.apache.tomcat.core.ServletWrapper.doService()
   at org.apache.tomcat.core.Handler.service()
   at org.apache.tomcat.core.ServletWrapper.service()
   at org.apache.tomcat.core.ContextManager.internalService()
   at org.apache.tomcat.core.ContextManager.service()
   at
 org.apache.tomcat.service.http.HttpConnectionHandler.processCo
 nnection()
   at org.apache.tomcat.service.TcpWorkerThread.runIt()
   at org.apache.tomcat.util.ThreadPool$ControlRunnable.run()
   at java.lang.Thread.run()
 Root cause:
 java.lang.NoClassDefFoundError: sun/tools/javac/Main
   at org.apache.jasper.compiler.Compiler.compile()
   at org.apache.jasper.servlet.JspServlet.doLoadJSP()
   at org.apache.jasper.servlet.JasperLoader12.loadJSP()
   at org.apache.jasper.servlet.JspServlet.loadJSP()
   at
 org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfN
 ecessary()
   at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service()
   at org.apache.jasper.servlet.JspServlet.serviceJspFile()
   at org.apache.jasper.servlet.JspServlet.service()
   at javax.servlet.http.HttpServlet.service()
   at org.apache.tomcat.core.ServletWrapper.doService()
   at org.apache.tomcat.core.Handler.service()
   at org.apache.tomcat.core.ServletWrapper.service()
   at org.apache.tomcat.core.ContextManager.internalService()
   at org.apache.tomcat.core.ContextManager.service()
   at
 org.apache.tomcat.service.http.HttpConnectionHandler.processCo
 nnection()
   at org.apache.tomcat.service.TcpWorkerThread.runIt()
   at org.apache.tomcat.util.ThreadPool$ControlRunnable.run()
   at java.lang.Thread.run()
 
 Does anybody understand this internal problem an can explain 
 it? Or where
 can I look for the problem?
 
 Many thanks,
 Jens