how to configure tomcat 6 on eclipse? - java

!
I have installed tomcat6 successfully,how to configure tomcat on eclipse.
what's wrong in my eclipse please suggest me..!

You first have to add your tomcat installation directory in Preferences -> Server -> Runtime Environments. After this you can select the tomcat installation in the New Server dialogue.

open window->preferences->servers->runtime environment->Add->select apache version->select apache home directory->finish.

You can configure you tomcat server in eclipse, by following steps
Click on Servers in the bottom panel of eclipse and then click new.
In the list of servers select tomcat and then select version and click next.
Give your installation of tomcat in Tomcat installation directory.
click finish

You could fid the step by step instructions on the following URL. Hope this helps :
http://www.eclipse.org/webtools/community/education/web/t320/Configuring_an_Application_Server_in_Eclipse.pdf

Related

Soleustions for Tomcat with eclipse

I get this problem running Apache server on eclipse
Could not load the Tomcat server configuration at \Servers\Tomcat v7.0 Server at localhost-config. The configuration may be corrupt or incomplete.
Resource is out of sync with the file system: '/Servers/Tomcat v7.0 Server at localhost-config/web.xml'.
I need your help please
The problem is that tomcat files have changed and your eclipse still have the old tomcat files... this might happen if you manually deploy something on your tomcat or for some other reasons.
I would try to refresh the Servers folder in eclipse (right click > refresh or just F5) and see if the problem disappears
If this does not work. I would delete the tomcat servers in eclipse and recreate it (right click in the server view and click "new Server")
Here are the steps to follow:
In Eclipse, Open the "Server" tab.
Double click on the "Tomcat7" entry to see the configuration.
Then click on the "Open launch configuration" link in the "General
information" block.
In the dialog, select the "Classpath" tab.
Click the "Add external jar" button.
Select the file "/usr/share/tomcat7/bin/tomcat-juli.jar"
Close the dialog.
Start tomcat 7 from Eclipse.
as described here: link
Cheers
Encountered the same issue and solved by doing following changes
First Close Eclipse
Copy all files from TOMCAT_7_HOME/conf
Paste inside to WORKSPACE_FOLDER/Servers/Tomcatv7.0Server-atlocalhostconfig
Start Eclipse
Open the Servers project, click on the Tomcat 7 project and refresh
Start Tomcat from Eclipse
final view of Ecclipse after fix server issue

Can't create Dynamic Web Project?

I am having troubles creating a Dynamic Web Project in eclipse. When I go to:
File > New > Project... > Web > Dynamic Web Project
and then select Apache Tomcat v7.0 as Target Runtime this error shows up at the top of the window:
Runtime "Apache Tomcat v7.0" is invalid
Now I will not be able to press on Next or Finish to create the project.
What's wrong? Why does eclipse tell me that tomcat is invalid?
Please do these steps to troubleshoot your issue.
In eclipse go to Windows>Preferences>Server>Run Time Environments.
Now please check following things
make sure apache tomcat 7 is there.
If this is present make sure that the path specified in "Tomcat installation directory" there is still a tomcat at that path.
If above two are good then delete the runtime and re add your tomcat as runtimes.
I hope this helps you fix your problem :).

Tomcat 7.0 not getting start from Eclipse

I have installed tomcat 7.0 on my system. When I am trying to run my application on the server from eclipse, it shows me this error
The archive: C:/Program Files/Apache Software Foundation/Tomcat 7.0/bin/bootstrap.jar which is referenced by the classpath, does not exist.
What can be the issue?
double-click on Tomcat server --> click on Overview of Tomcat settings appears --> "Open launch configuration" then Classpath --> under classpath...Edit User Entries here
As your Error shows bootstrap.jar is not in classpath so,
Go through eclipse-->Build path--> configure build path check your server .
Check the your server lib for given jar
If this is not resolve your problem delete your server , install again, and add your server in your new eclipse workspace project.
Hope it will help.
Try deleting the server configuration, and configure the server again.
If it doesn't work, change the server directory location.
If still issue, try un & reinstall of Tomcat. As a last option - try Tomcat 6/8 instead of 7.
you have to add class path of java in the environment variable and then add the path of your Tomcat to the PATH.

MaintainJ with "Sysdeo Eclipse Tomcat Launcher plugin"

I am using eclipse with tomcat server plug in from the "Sysdeo Eclipse Tomcat Launcher plugin".
Now i want use Maintainj with my configuration(Sysdeo Eclipse Tomcat Launcher plugin) please help me to configure any one.
Thanks.
Add MaintainJ.war to the Tomcat and follow the instructions of the wizard. After Step 2, you will see the instructions to add to the server classpath and to the JVM arguments. You will have to manually do those changes to complete MaintainJ's configuration.

How to add Tomcat Server in eclipse

I just installed Java EE plugin in plain eclipse and I am trying to add tomcat server. I opened add new server which showing "Choose the type of server to create" but there is no server list. How can I add tomcat server?
Eclipse: Indigo.
Do as this:
Windows -> Show View -> Servers
Then in the Servers view, right-click and add new. It will show a pop up containing many server vendors. Under Apache select Tomcat v7.0 (Depending upon your downloaded server version). And in the run time configuration point it to the Tomcat folder you have downloaded.
You can try this article. It has the info you want !!
If you have the Standard Eclipse installed (instead of the JavaEE version), then you'll need to install the JavaEE web developer tools.
You can drag and drop the Install button from here: https://marketplace.eclipse.org/content/eclipse-enterprise-java-and-web-developer-tools
Or you can go to Help > Install New Software then select the Eclipse site from the dropdown (Helios, Kepler depending upon your revision). Then select the option that shows Java EE. Restart Eclipse and you should see the Server list, such as Apache, Oracle, IBM etc.
Go to Server tab
Click on No servers are available. Click this link to create a new
server.
Select Tomcat V8.0 from server type list:
Provide path of server:
Click Finish.
You will see server added:
Right click->Start
Now you can run your web applications on server.
If by mistake, you have deleted your Tomcat Server and Eclipse is not showing more options (Next button will be inactive) then in this case follow the bellow steps:
First remove the two files from the following path:
Path : workspace/.metadata/.plugins/org.eclipse.runtime/.settings/
And that two files are :
org.eclipse.wst.server.core.prefs
org.eclipse.jst/server.tomcat.core.prefs
After deleting/removing the above two files from the workspace, Restart the Eclipse IDE.
Change to the Server View, Right Click 'New',
Window 'Define a New Server' is shown,
--> Select the Apache Folder, choose Tomcat-Version
Browse to the unzipped 'Apache-Tomcat folder', choose the second level
Now you are able to add/configure your new Tomcat Server. (Now you will see the 'Next' button will become active, and you can then follow the normal instructions)
There are different eclipse plugins available to manage Tomcat server and create war file.
For example you can use tomcatPlugin. It permits to start/stop and build the war simply.
You can read this tutorial.
This is very simple steps involved as you mentioned you have already installed JAVAEE plugin so the first step for you is go to Windows->Show View->Server in add select the AppacheTOMcat and select the tomcat version you have downloaded and set the path and start the server after that.
Most of the time when we download tomcat and extract the file a folder will be created:
C:\Program Files\apache-tomcat-9.0.1-windows-x64
Inside that actual tomcat folder will be there:
C:\Program Files\apache-tomcat-9.0.1-windows-x64\apache-tomcat-9.0.1
so while selecting you need to select inner folder:
C:\Program Files\apache-tomcat-9.0.1-windows-x64\apache-tomcat-9.0.1
instead of the outer.
Right Click on the server tab, go for NEW-> Server. then choose recent version of tomcat server. Click on next, and then give path for your tomcat server.(You can download tomcat server from this link https://tomcat.apache.org/download-80.cgi#8.5.32). Click on finish.
You can start your server now..!!
Right on the windows tab select Preferences, go for Server. then choose Runtime Environment. Click on Add, then select Apache...choose version of tomact server from this(version you installed) --> then browse the parent directory of bin of Apache tomact server--->then finsh.
Click on Windows--> selcet show view-->select server-> click on link -->choose apache--> and choose your version-->then Next -->then Finish.

Categories