English 中文(简体)
http://mcat.eclipse
原标题:http status 302 error in tomcat eclipse

我正在利用Eclipse &开发一个Telco应用程序(Dyanamic网络应用项目,以发送和接收短片);

当我试图在座时

http://localhost:8080/SMS1

It gives an error message HTTP-ERROR-CODE:302 What should I do to resolve this error

This is the link to Application and video tutorial what I am following https://drive.google.com/file/d/0B3VmCeqDC7SDcFZaWVZhRUNmaTQ/edit?usp=sharing

问题回答

《吉大港山区规则》第302条是标准“直接”信息,即,它告诉你的网络浏览器,该网页已经移动,可以找到新网页。 我猜测,你以网络浏览器(Eclipse?)重新使用什么,哪怕是没有处理这种转头。 利用标准网络浏览器,如“ Chrome”或“ Mozilla”等,看看这是否有助于......

Also a guess, but the redirect may be trying to move you to HTTPS instead of HTTP, and your certificates may not be set up properly, or the port isn t enabled, or there may be some other problem with your HTTPS configuration. If the app is supposed to work over HTTPS, try going directly to the HTTPS version of the link to see if that s the real issue.

第三位猜测是,如果你不gged,你可能会试图把你改用一个正文页,也许可以发现。 我需要更多地了解建筑产品,而且我确实不想向我介绍一些有瓜分的Eclipse项目。 请他们使用一个建筑工具!





相关问题
Tomcat´s server.xml dynamic configuration

My web application uses the same database configuration as the application XYZ. I have a resource declaration for a context in server.xml, so I have a duplicated configuration (once for web ...

session transfer issue from Tomcat to ASP.Net

I am using Tomcat to host JSP and using IIS 7.0 to host aspx (C# + .Net 3.5 + VSTS 2008), and I have some session transfer issue from JSP page to ASPX page. JSP page is in one domain and all other ...

JSP exception - class not found (tomcat)

I m setting up an existing application on a new Tomcat 5.5 server connecting to a Postgres database (running on Debian Lenny). When I access it I get a series of stack traces with the following root ...

热门标签