Well, it is very simple from my point of wiev.
The Tomcat act in the same way in 6 and 7 in window xp
I have not done any editing in the Tomcat, other than those nessisary to do a Tomcat connection using Apace in front with mod_jk. The design use a Midlet url http connection to access my Tomcat, so it is not a browser question. The wireless module/ mobile has no display to do a response. So I am totally dependent on some sort of handshaking with Tomcat. Reading data from my module to Tomcat is not a problem. The data sent to Tomcat are written to a file. But in the same moment, I have sent back an acknowledge, from Tomcat to the module, Tomcat terminate the connection. I only use string, as data. So, I do not know anything else, about how to garantee a read and write connection.
----------------------------------------------------
The web.xml is very simple:
<servlet>
 <servlet-name>GPS</servlet-name>
 <servlet-class>GPS</servlet-class>
</servlet>

<servlet-mapping>
 <servlet-name>GPS</servlet-name>
 <url-pattern>/GPS/*</url-pattern>
</servlet-mapping>
----------------------------------------------------
The content.xml is also very simple:
<?xml version="1.0" encoding="UTF-8"?>
<Context
antiJARLocking="true"
path=""
reloadable="true"
unloadDelay="3000"
/>
----------------------------------------------------
If You want more I have copyed it all to:
http://87.50.63.187/mytomcat/
Only when the computer is on.
Br for now.





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to