RE: tomcat can't serve HTML pages more than 48K in size

2006-10-31 Thread CANADAFAST INC.
Hello!
   
  I am experiencing some strange html problems in tomcat. I am using the Apache 
Tomcat 5.5.20 Server
   
  The problem is strange to describe. I am trying to enable some vidoe clips 
files to be downloaded by users, but unfortunatley instead of downloading it 
opens up the garbage text on the webpage, just like if u try to open a media 
file in notepad or wordpad. It does not allow to download the media files.
   
  But when I try running the html page outside tomcat or in another server, it 
opens up perfectly.
   
   
  I am using .rmvb and .wmv format clips.
   
   
  I am using this type of basic coding.
   
  !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
http://www.w3.org/TR/xhtml1/DTD/xhtml1 - transitional.dtd
html xmlns=http://www.w3.org/1999/xhtml;
  
html
head
  title download video/title
  /head
   body
 
brbrbr
 
a href=video1.rmvb  Clip1 /a
   brbr
a href=video2.wmv Clip2 /a
/body
  
/html
   
   
  Thank u
   
  

Caldarale, Charles R [EMAIL PROTECTED] wrote:
   From: Alistair McDonald [mailto:[EMAIL PROTECTED] 
 Subject: (FIXED) RE: tomcat can't serve HTML pages more than 
 48K in size 
 
 Thanks for that. Solved the problem nicely.

By the way, I just tested with a 78k static HTML page on a near stock
5.5.20, and did not experience any problems in delivering the page.
Perhaps the issue you encountered with 5.5.9 is fixed in a later level.

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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



 
-
 Check out the New Yahoo! Mail - Fire up a more powerful email and get things 
done faster. 

Re: [Solved] cheersVery basic web server hosting question

2006-10-31 Thread CANADAFAST INC.
My problem was solved. Thank u everyone who tried to help me.
   
  Seems like port 80 was being blocked by my ISP, I was running tomcat on my 
sony vaio laptop, seems like it has some software which is blocking the ports 
for anonymous requests.
   
  I tried in my PC and its working fine now. cheerss!!
   
  For people who do not have a static IP address from their ISPs can visit 
TZO.com OR DynDNS.org since, they provide services changing IP address and 
updates your domain info dynamically.
   
   
  Thank you
   
   
  
David Smith [EMAIL PROTECTED] wrote:
  I understand the frustration, but at the same time, this is a more or 
less basic web/network administration question. You need to read your 
cable router manual for how to forward traffic to a specific port (80) 
to a specific machine on the inside of your firewall or setup your 
server system to be in the DMZ. You'll also have to learn how to 
register a DNS domain name if you haven't already and point name servers 
to the public IP port your cable router is on.

There is one point that could be considered tomcat specific. You may 
need to set proxyName and proxyPort on the connector in your server.xml 
receiving traffic from your cable router. It's mostly so the outside 
people get correct redirect responses and the links are written correctly.

--David

CANADAFAST INC. wrote:

I don't care if anyone finds this question interesting or not. I just want a 
solution, if it were in the linksys manual then I would not have posted the 
question, I tried solving the problem by calling the linksys tech support, 
also had a chat session with them, but they don't understand the problem 
itself.
 

Pid 
wrote:
 The reason no-one is finding this an interesting question is that it's
not really anything to do with Tomcat.

Your LinkSys router probably has a manual, or at least some basic
instructions for how to map external ports to the internal server.




CANADAFAST INC. wrote:
 

Hello!


I am a new tomcat 5.5 user. I have created some JSPs and they run perfectly 
in my PC using tomcat.

I want to make my PC a webserver, so that ppl from outside can access my JSPs 
through tomcat 5.5 running on my system.

My PC is connected to a router and my router is connected to a cable modem 
which has a static ip address from my cable ISP.

But after that I don't know what to do further. How should I configure my 
tomcat, so that ppl from outside can access my JSP website.

hOW SHOULD i access my pc from outside through my linksys router from port 
8080 in which tomcat is running on my pc.


Thank you


-
Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.
 



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



 
-
We have the perfect Group for you. Check out the handy changes to Yahoo! 
Groups.
 



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



 
-
Access over 1 million songs - Yahoo! Music Unlimited Try it today.

experiencing problems with html/media files in tomcat

2006-10-31 Thread CANADAFAST INC.
Hello!
   
  I am experiencing some strange html problem in tomcat. I am using the Apache 
Tomcat 5.5.20 Server
   
  The problem is strange to describe. I am trying to enable some vidoe clips 
files to be downloaded by users, but unfortunatley instead of downloading it 
opens up the garbage text on the webpage, just like if u try to open a media 
file in notepad or wordpad. It does not allow to download the media files.
   
  But when I try running the html page outside tomcat or in another server, it 
opens up perfectly.
   
   
  I am using .rmvb and .wmv format clips.
   
   
  I am using this type of basic coding.
   
  !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
http://www.w3.org/TR/xhtml1/DTD/xhtml1 - transitional.dtd
html xmlns=http://www.w3.org/1999/xhtml;
  
html
head
  title download video/title
  /head

brbrbr
 
a href=video1.rmvb  Clip1 /a
   brbr
a href=video2.wmv Clip2 /a
  
/html
   
   
  Thank u


 
-
Want to start your own business? Learn how on  Yahoo! Small Business. 

Very basic web server hosting question

2006-10-30 Thread CANADAFAST INC.
Hello!
   
   
  I am a new tomcat 5.5 user. I have created some JSPs and they run perfectly 
in my PC using tomcat.
   
  I want to make my PC a webserver, so that ppl from outside can access my JSPs 
through tomcat 5.5 running on my system.
   
  My PC is connected to a router and my router is connected to a cable modem 
which has a static ip address from my cable ISP.
   
  But after that I don't know what to do further. How should I configure my 
tomcat, so that ppl from outside can access my JSP website.
   
  hOW SHOULD i access my pc from outside through my linksys router from port 
8080 in which tomcat is running on my pc.
   
   
  Thank you

 
-
Cheap Talk? Check out Yahoo! Messenger's low  PC-to-Phone call rates.

Changing port for tomcat5.5

2006-10-30 Thread CANADAFAST INC.
 
  Hello!
   
  My tomcat 5.5 is running on port 8080 on my pc(windows xp), how should I 
configure to chage it to run on port 80?
   
   
  thank you

 
-
Cheap Talk? Check out Yahoo! Messenger's low  PC-to-Phone call rates.

Re: Very basic web server hosting question

2006-10-30 Thread CANADAFAST INC.
I don't care if anyone finds this question interesting or not. I just want a 
solution, if it were in the linksys manual then I would not have posted the 
question, I tried solving the problem by calling the linksys tech support, also 
 had a chat session with them, but they don't understand the problem itself.
  

Pid [EMAIL PROTECTED] wrote:
  The reason no-one is finding this an interesting question is that it's
not really anything to do with Tomcat.

Your LinkSys router probably has a manual, or at least some basic
instructions for how to map external ports to the internal server.




CANADAFAST INC. wrote:
 Hello!
 
 
 I am a new tomcat 5.5 user. I have created some JSPs and they run perfectly 
 in my PC using tomcat.
 
 I want to make my PC a webserver, so that ppl from outside can access my JSPs 
 through tomcat 5.5 running on my system.
 
 My PC is connected to a router and my router is connected to a cable modem 
 which has a static ip address from my cable ISP.
 
 But after that I don't know what to do further. How should I configure my 
 tomcat, so that ppl from outside can access my JSP website.
 
 hOW SHOULD i access my pc from outside through my linksys router from port 
 8080 in which tomcat is running on my pc.
 
 
 Thank you
 
 
 -
 Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.


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



 
-
We have the perfect Group for you. Check out the handy changes to Yahoo! Groups.

Re: Web server hosting question using tomcat 5.5

2006-10-28 Thread CANADAFAST INC.
 
  hi
   
  Thanks for ur reply. I actually already new what u just mentioned.
   
  The problem is I tried 100s of times to run it
   
  my tomcat is running at 8080 on my pc.
   
  I enter the ip address like:
   
  http://routerip:8080/index.html
   
  Is that the correct way, or do I need to change the ports, some ppl say it 
should be port 80, but I don't know how to chnage  to port 80 on tomcat. 
  
 
  My router has assigned an ip to my PC which is like 192.168.1.2, so when do I 
need this local ip.
   
  I am getting confused.
   
  I hope u have time to answer my problem, i'd really appreciate.
   
  Thank u
  
EDMOND KEMOKAI [EMAIL PROTECTED] wrote:
  Firstly you'll need to configure (open some ports) your router to allow
direct access to the tomcat port on your machine. Assuming you know the IP
address of your router ( type in google: what's my IP address), user
should be able to connect to your app by typing something like
http://YourRouter's IP:Tomcat Port/your context path..That should be
it.

On 10/28/06, CANADAFAST INC. wrote:

 Hello!


 I am a new tomcat 5.5 user. I have created some JSPs and they run
 perfectly in my PC windows xp using tomcat.

 I want to make my PC a webserver, so that ppl from outside can access my
 JSPs through tomcat 5.5 running on my system.

 My PC is connected to a router and my router is connected to a cable
 modem which has a static ip address from my cable ISP.

 But after that I don't know what to do further. How should I configure
 my tomcat, so that ppl from outside can access my JSP website.


 Thank you
 Khinan


 -
 Low, Low, Low Rates! Check out Yahoo! Messenger's cheap PC-to-Phone call
 rates.




-- 
* Still searching for the gatekeeper to the Valence-Band, let me out of
here!

talk trash and carry a small stick.
PAUL KRUGMAN (NYT)


 
-
Get your email and see which of your friends are online - Right on the  new 
Yahoo.com

Re: very basic web server hosting question

2006-10-27 Thread CANADAFAST INC.
Hello!
   
   
  I am a new tomcat 5.5 user. I have created some JSPs and they run perfectly 
in my PC using tomcat.
   
  I want to make my PC a webserver, so that ppl from outside can access my JSPs 
through tomcat 5.5 running on my system.
   
  My PC is connected to a router and my router is connected to a cable modem 
which has a static ip address from my cable ISP.
   
  But after that I don't know what to do further. How should I configure my 
tomcat, so that ppl from outside can access my JSP website.
   
   
  Thank you
  Khinan

 
-
Low, Low, Low Rates! Check out Yahoo! Messenger's cheap  PC-to-Phone call rates.

Fwd: Re: very basic web server hosting question

2006-10-27 Thread CANADAFAST INC.
Note: forwarded message attached. 
	



Everyone is raving about the  all-new Yahoo! Mail.
---BeginMessage---
Hello!  I am a new tomcat 5.5 user. I have created some JSPs and they run perfectly in my PC using tomcat.I want to make my PC a webserver, so that ppl from outside can access my JSPs through tomcat 5.5 running on my system.My PC is connected to a router and my router is connected to a cable modem which has a static ip addressfrom my cable ISP.But after that I don't know what to do further. How should I configure my tomcat, so that ppl from outside can access my JSP website.  Thank you  Khinan 

Low, Low, Low Rates! Check out Yahoo! Messenger's cheap  PC-to-Phone call rates.
---End Message---
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]