Thx for your reply.

But sorry that your option has get rid of the client-server concept.
If follow your option, then there is no point on accessing remotely.



David Smith-2 wrote:
> 
> Two options:
> 
> 1. Install tomcat on the remote computer
> 2. Setup filesharing on the remote computer and make sure the user
> tomcat runs as on the local system has privileges to access the share.
> 
> --David
> 
> deathgod86 wrote:
>> I have installed Tomcat 6 in my personal computer (Win XP).
>> However, I want this computer to act as server and I am accessing the JSP
>> and Servlet placed on this computer remotely (access JSP and Servlet from
>> another computer).
>>
>> Remote computer connect to this Tomcat computer via private network.
>> Tomcat computer ip : 192.168.1.1
>> Remote computer ip : 192.168.1.22
>>
>> I had tried accessing the JSP and Servlet on the Tomcat computer
>> (192.168.1.1) and it is successful. (http://localhost:8080/myfile.jsp)
>>
>> So, my question is:
>> How do I configure so that I can access the JSP and Servlet from another
>> computer ?
>> (Means using 192.168.1.22 access JSP and Servlet file on 192.168.1.1)
>>
>> I had tried http://192.168.1.1:8080/myfile.jsp and it failed.
>>
>> *Please be note that, the computer installed tomcat is not a server, is
>> just
>> a normal pc.
>>
>> Thx in advance.
>>   
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-access-JSP-and-Servlet-remotely---tp20558511p20561060.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to