Actually I am getting no errors. Basically some of the images and includes do 
not show up unless I take out the "unique" from the querystring. That is why I 
am confused.

Originally, while building the application, I did not have an entry in the 
"<host>" element. I just used something like this:
http://localhost/unique/welcome.do
and all was good. But when I got my staticIP the other night, and entered the 
<host> information that is when things got out of wack.

Does that help?

Thanks,
Scott





-----Original Message-----
From: Allistair Crossley [mailto:[EMAIL PROTECTED]
Sent: Friday, August 12, 2005 10:22 AM
To: Tomcat Users List
Subject: RE: Problems with context


And what is the error you are getting? 404? 500? Exception? What?

Allistair.

> -----Original Message-----
> From: Fermin Jimenez Najar [mailto:[EMAIL PROTECTED]
> Sent: 12 August 2005 08:54
> To: Tomcat Users List
> Subject: Problems with context
> 
> 
> Hi. I just has beginning to use the Tomcat, for programming in JSP.
> I have the 5.0 version.
> 
> I make a web app that uses, in some jsp's files, the command
> "response.sendRedirect".
> 
> When i execute the pages locally in my computer, works fine, 
> but, i if try
> to
> test the pages from another computer, i get an error.
> 
> This is the way i was executed the sendRedirect for test in 
> another machine,
> and always get an error:
> response.sendRedirect("http://localhost:8080/activation/obliga
> torios.jsp")
> response.sendRedirect("http://192.168.1.137:8080/activation/ob
> ligatorios.jsp
> ")
> response.sendRedirect("http://mycomputer:8080/activation/oblig
> atorios.jsp")
> response.sendRedirect("/obligatorios.jsp")
> response.sendRedirect("activation/obligatorios.jsp")
> 
> 
> I think that could be some context problems because, for make 
> the webapp
> structure, i
> copied one example webapp that comes with the tomcat, then i 
> deleted and
> renamed
> those files and directories that i dont use (off course, the 
> web-inf still
> exist)
> 
> What can i do ? Is there is some file where i must configure 
> the context of
> the webapp ?
> 
> Thanks !!
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


<FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> 
-------------------------------------------------------
QAS Ltd.
Registered in England: No 2582055
Registered in Australia: No 082 851 474
-------------------------------------------------------
</FONT>


---------------------------------------------------------------------
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]

Reply via email to