tomcat - Can't access to project pages error 404 - eclipse

I'm trying to run my project in Tomcat 7.0.65. The server starts correctly and I can even enter the Tomcat main page, but I can't enter any of my project pages and I get the HTTP 404 error. I tried adding the server again and changing the location from workspace but I still get the same error. Server was working fine a while ago. Any help would be appreciated, I'll leave the image with the error message here.

Try restarting your SQL service. If this doesn't work you can go to the properties of the tomcat server and click the "switch location button"

Related

Error 404--Not Found after deploying weblogic server

I am having a problem when accessing my weblogic page. (Before someone marks this as duplicate, none of the answers worked for me)
I'm getting this error when acessing my page:
Error 404
I've deployed the server and everything seems to be correct as shown:
Ecplise Server deploy
Weblogic console deployment
The thing is that I can access the http://localhost:7001/console but not the http://localhost:7001/SGES.
Deployments
Testing 1
Any ideas?
I don't know what more images I can show to help.

Error while creating CAR, 302 Error Found, WSO2 ESB Tooling

Struggling to get passed this issue, it happens when I add my CApp to the server.
I get the error dialog, with the transport error 302 - which I'm guessing some redirect is being generated by the out of the box WSO2 ESB server....
I've dug around as much as I can - but being new to WSO2 I'm not having much luck.
The app appears in the Eclipse Servers Tab, but with a red box next to it. And all of the right click menu is greyed out except remove...
There is no .CAR in the repository. I can manually move the file there, and it appears in the admin web app.
So it seem to be a as the dialog says a transport issue....
In case someone else is also having this issue:
I was able to solve this by stopping the server, restarting Eclipse / Developer Studio, removing the server from the Servers tab and adding it again. I also started running Eclipse / Developer Studio as Administrator, which may or may not be part of the solution.

Failed to load resource: the server responded with a status of 404 (Not Found)

I'm using worklight studio within eclipse. I created a new workspace and created a new worklight project without changing anything in the basic project.
When I run the app in the preview mode in Chrome i can see this error in the console:
Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:10080/appTest/apps/services/preview/appTest/common/1.0/default/worklight/messages/it-/messages.json
wlclient init started
before: initOptions.onSuccess
after: initOptions.onSuccess
wlclient init success
How do i solve it?
thanks!
Try this:
In Eclipse, go to Help > Check for updates
This should update Worklight Studio to a build from August 1st 2014, containing several fixes including one related to previewing applications.
PI21516 APPLICATION PREVIEW PROVIDING INCORRECT HTML AFTER SUCCESSIVE REFRESHES
PI22595 WHEN SWITCHING WORKLIGHT VERSIONS FREQUENTLY, A DEVELOPER COULD INTERMITTENTLY SEE WLJQ.JS DROPPED DURING PREVIEW.
Use a fresh workspace
BTW, do let me know if there is anything language-specific in your application or Chrome installation... the error message is strange, but does mention it-/messages.json... not sure where it is coming from, but it may be due to some language related issue, so, let me know.

Trouble configuring Apache Tomcat Server on Eclipse

I am having trouble configuring my Tomcat on Eclipse. I followed the steps to set up a local Apache Tomcat Server on my Mac, and I also set up an SSL on the Tomcat Server successfully. However, after following instructions in setting up my Apache Tomcat server in eclipse, I keep getting errors saying the following:
HTTP Status 404 - /
type Status report
message /
description The requested resource is not available.
If it makes any difference, I removed the web project I was trying to make when creating my server. It also doesn't work when I try to boot it up on Terminal--I end up with the same message. Any help would be appreciated trying to decipher this error message! Thanks!
The "ROOT" folder of your tomcat seems to be empty. Either you did not add an application to your Tomact config ("Server" view) or you have to check your "Server location" settings, double click on your servers name in the same view.

Tomcat in Eclipse remains starting/synchronized but is actually running

I'm having the following problem with Eclipse 3.7 and Tomcat 7.0.8: I've added my Tomcat with a deployment descriptor in my Eclipse. I've enabled "Use Tomcat installation" in the server settings and tried to start it. The Console in Eclipse says "Server started up in 70s", I can access my application, but the servers state remains "Starting/Synchronized". As a result sooner or later the configured timeout is triggered and I'm getting an error.
Why is Eclipse not recognizing that the server was started successfully?
I've also tried to reinstall Eclipse and Tomcat - no positive changes.
Also adding a clean, fresh downloaded Tomcat results in the same "error".
Any suggestions?
Richard
Try changing the HTTP port from the server configuration screen. For example if you previously had 8080, try changing it to 8090. This should automatically update the new port number to server.xml.
I started running into the same problem after I had been modifying the server port directly in server.xml. Changing the ports back to what they had been did not seem to solve the problem. It looked like the server pluging and actual configuration got somehow out of sync.