Tomcat 9 and Eclipse Neon - Unknown version of Tomcat was specifiedOracle Java javac runtime errorUnable to...
What are "industrial chops"?
Why is working on the same position for more than 15 years not a red flag?
How do you catch Smeargle in Pokemon Go?
What are the exceptions to Natural Selection?
What is the purpose of easy combat scenarios that don't need resource expenditure?
Do authors have to be politically correct in article-writing?
How can I play a serial killer in a party of good PCs?
Why are the books in the Game of Thrones citadel library shelved spine inwards?
Cookies - Should the toggles be on?
Can my spouse sponsor me for a UK visa if I am unemployed?
Alien invasion to probe us, why?
What is the data structure of $@ in shell?
Mathematics and the art of linearizing the circle
Why am I able to open Wireshark in macOS without root privileges?
Why was Lupin comfortable with saying Voldemort's name?
Avoid page break between paragraphs
Is there a Linux system call to create a “view” of a range of a file?
Play Zip, Zap, Zop
Move fast ...... Or you will lose
Early credit roll before the end of the film
What is the difference between rolling more dice versus fewer dice?
What incentives do banks have to gather up loans into pools (backed by Ginnie Mae)and selling them?
Why do cars have plastic shrouds over the engine?
Slow While Loop, Query Improvment Assistance
Tomcat 9 and Eclipse Neon - Unknown version of Tomcat was specified
Oracle Java javac runtime errorUnable to understand what jdk location isTomcat 7 and Eclipse integration getting errorConfigure TOMCAT in EclipseTomcat and Eclipse Integration Error : “Unknown version of Tomcat was specified.”Properly set up java development environmentUbuntu 12.04 Eclipse Java NeonTomcat installation directory for EclipseCannot install glassfish with Eclipse Oxygen in Ubuntu 18.4Unknown version of Tomcat was specified. Tomcat 9 Eclipse Java EE Ubuntu18.04
I'm having problems when trying to add Tomcat as a runtime environment in Eclipse Neon.
I have tried multiple solutions I found here on the forums, none of them worked. I have the tomcat folder in /usr/local/apache-tomcat-9.0.0.M21, and when I put that path in Eclipse, it says "Unknown version of Tomcat was specified.".
I really need this to work...
Ubuntu: 16.04
Eclipse: Neon
Tomcat: 9.0.0.M21
server apache2 java eclipse tomcat
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm having problems when trying to add Tomcat as a runtime environment in Eclipse Neon.
I have tried multiple solutions I found here on the forums, none of them worked. I have the tomcat folder in /usr/local/apache-tomcat-9.0.0.M21, and when I put that path in Eclipse, it says "Unknown version of Tomcat was specified.".
I really need this to work...
Ubuntu: 16.04
Eclipse: Neon
Tomcat: 9.0.0.M21
server apache2 java eclipse tomcat
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm having problems when trying to add Tomcat as a runtime environment in Eclipse Neon.
I have tried multiple solutions I found here on the forums, none of them worked. I have the tomcat folder in /usr/local/apache-tomcat-9.0.0.M21, and when I put that path in Eclipse, it says "Unknown version of Tomcat was specified.".
I really need this to work...
Ubuntu: 16.04
Eclipse: Neon
Tomcat: 9.0.0.M21
server apache2 java eclipse tomcat
I'm having problems when trying to add Tomcat as a runtime environment in Eclipse Neon.
I have tried multiple solutions I found here on the forums, none of them worked. I have the tomcat folder in /usr/local/apache-tomcat-9.0.0.M21, and when I put that path in Eclipse, it says "Unknown version of Tomcat was specified.".
I really need this to work...
Ubuntu: 16.04
Eclipse: Neon
Tomcat: 9.0.0.M21
server apache2 java eclipse tomcat
server apache2 java eclipse tomcat
asked May 27 '17 at 14:03
LCastr0LCastr0
111
111
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I was able to fix it by having the tomcat files in the Downloads directory instead of /usr/local.
add a comment |
That is because the logged in user does not have the read permission of tomcat installation directory. To give required permission, run below command,
sudo chown -R logged_in_user installation_directory
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f919426%2ftomcat-9-and-eclipse-neon-unknown-version-of-tomcat-was-specified%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I was able to fix it by having the tomcat files in the Downloads directory instead of /usr/local.
add a comment |
I was able to fix it by having the tomcat files in the Downloads directory instead of /usr/local.
add a comment |
I was able to fix it by having the tomcat files in the Downloads directory instead of /usr/local.
I was able to fix it by having the tomcat files in the Downloads directory instead of /usr/local.
answered May 27 '17 at 14:11
LCastr0LCastr0
111
111
add a comment |
add a comment |
That is because the logged in user does not have the read permission of tomcat installation directory. To give required permission, run below command,
sudo chown -R logged_in_user installation_directory
add a comment |
That is because the logged in user does not have the read permission of tomcat installation directory. To give required permission, run below command,
sudo chown -R logged_in_user installation_directory
add a comment |
That is because the logged in user does not have the read permission of tomcat installation directory. To give required permission, run below command,
sudo chown -R logged_in_user installation_directory
That is because the logged in user does not have the read permission of tomcat installation directory. To give required permission, run below command,
sudo chown -R logged_in_user installation_directory
answered Mar 11 '18 at 5:58
user3887498user3887498
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f919426%2ftomcat-9-and-eclipse-neon-unknown-version-of-tomcat-was-specified%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown