Question about J2EE
No, I'm not bashing.
I just downloaded 2051, I can see that more stuff is being added, and I have a general question about what JB's intent is with all these new windows and settings. I don't get the necessity of most of it. For example, you setup an app server by pointing to a directory. Then you go and edit the run config, and the Tomcat tab is back (thank you), and in there it asks you what kind of app server this is (not sure why, it's Tomcat), then there are a zillion other things you can do in there, which again don't make sense and add unnecessary complexity.
I know this is still a work in progress, but I was hoping we could at least discuss it here so we make sure that you're not spinning your wheels doing something most will end up hating because it's too complex.
Thanks
R
Please sign in to leave a comment.
Hi,
Recent thread titled 'J2EE running' is about the changes you see.
Btw, have you managed Tomcat working?
Robert S. Sfeir wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Nope, I'm getting some NPE error returned. I'm using Tomcat 5. I am not entirely sure what the error is since IDEA says that the error is: null.
I figured I won't bother since it looks like it's still in progress. The latest builds don't even recognize jsp custom tags.
R
P.S. Will look at other thread thanks.
Hi,
It runs/debugs under Windows.
Robert S. Sfeir wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
I like how you get to specify the start-up scripts, but ...
Why do I have to configure an "Application Server" after I have said
where catalina home is and what version of TC it is?
Norris Shelton
Sun Certified Java Programmer
Maxim Mossienko wrote:
>
>
>
>> No, I'm not bashing.
>>
>> I just downloaded 2051, I can see that more stuff is being added, and
>> I have a general question about what JB's intent is with all these
>> new windows and settings. I don't get the necessity of most of it.
>> For example, you setup an app server by pointing to a directory.
>> Then you go and edit the run config, and the Tomcat tab is back
>> (thank you), and in there it asks you what kind of app server this is
>> (not sure why, it's Tomcat), then there are a zillion other things
>> you can do in there, which again don't make sense and add unnecessary
>> complexity.
>>
>> I know this is still a work in progress, but I was hoping we could at
>> least discuss it here so we make sure that you're not spinning your
>> wheels doing something most will end up hating because it's too complex.
>>
>> Thanks
>> R
>
>
>
Attachment(s):
moz-screenshot.jpg
Hi,
Create empty ServerDK. We will simplify these options.
Norris Shelton wrote:
>> Hi,
>>
>> Recent thread titled 'J2EE running' is about the changes you see.
>> Btw, have you managed Tomcat working?
>>
>> Robert S. Sfeir wrote:
>>
>>> No, I'm not bashing.
>>>
>>> I just downloaded 2051, I can see that more stuff is being added, and
>>> I have a general question about what JB's intent is with all these
>>> new windows and settings. I don't get the necessity of most of it.
>>> For example, you setup an app server by pointing to a directory.
>>> Then you go and edit the run config, and the Tomcat tab is back
>>> (thank you), and in there it asks you what kind of app server this is
>>> (not sure why, it's Tomcat), then there are a zillion other things
>>> you can do in there, which again don't make sense and add unnecessary
>>> complexity.
>>>
>>> I know this is still a work in progress, but I was hoping we could at
>>> least discuss it here so we make sure that you're not spinning your
>>> wheels doing something most will end up hating because it's too complex.
>>>
>>> Thanks
>>> R
>>
>>
>>
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
I'm on a Mac.
it works fine in 4.0.4 so it's not my install.
R
I created the following:
When I try to start tomcat, I get the following error (catalina_home not
defined). I even tried to set it as an environment variable (the value
field keeps coming back as blank).
cmd /c "C:\dev\tomcat\Tomcat 4.1.18\bin\startup.bat"
C:\IntelliJ-IDEA-2051\bin>if "Windows_NT" == "Windows_NT" setlocal
C:\IntelliJ-IDEA-2051\bin>rem
-
C:\IntelliJ-IDEA-2051\bin>rem Start script for the CATALINA Server
C:\IntelliJ-IDEA-2051\bin>rem
C:\IntelliJ-IDEA-2051\bin>rem $Id: startup.bat,v 1.4 2002/01/15 02:55:38
patrickl Exp $
C:\IntelliJ-IDEA-2051\bin>rem
-
C:\IntelliJ-IDEA-2051\bin>rem Guess CATALINA_HOME if not defined
C:\IntelliJ-IDEA-2051\bin>if not "C:\dev\tomcat\Tomcat 4.1.18" == ""
goto gotHome
C:\IntelliJ-IDEA-2051\bin>if exist "C:\dev\tomcat\Tomcat
4.1.18\bin\catalina.bat" goto okHome
C:\IntelliJ-IDEA-2051\bin>set EXECUTABLE=C:\dev\tomcat\Tomcat
4.1.18\bin\catalina.bat
C:\IntelliJ-IDEA-2051\bin>rem Check that target executable exists
C:\IntelliJ-IDEA-2051\bin>if exist "C:\dev\tomcat\Tomcat
4.1.18\bin\catalina.bat" goto okExec
C:\IntelliJ-IDEA-2051\bin>rem Get remaining unshifted command line
arguments and save them in the
C:\IntelliJ-IDEA-2051\bin>set CMD_LINE_ARGS=
C:\IntelliJ-IDEA-2051\bin>if """" == """" goto doneSetArgs
C:\IntelliJ-IDEA-2051\bin>call "C:\dev\tomcat\Tomcat
4.1.18\bin\catalina.bat" start
Using CATALINA_BASE: C:\dev\tomcat\Tomcat 4.1.18
Using CATALINA_HOME: C:\dev\tomcat\Tomcat 4.1.18
Using CATALINA_TMPDIR: C:\dev\tomcat\Tomcat 4.1.18\temp
Using JAVA_HOME: C:\dev\jdk\j2sdk1.4.2
Process terminated with exit code 1
Norris Shelton
Sun Certified Java Programmer
Maxim Mossienko wrote:
>
>
>
>> I like how you get to specify the start-up scripts, but ...
>>
>> Why do I have to configure an "Application Server" after I have said
>> where catalina home is and what version of TC it is?
>>
>>
>>
>> Norris Shelton
>> Sun Certified Java Programmer
>>
>>
>>
>>
>> Maxim Mossienko wrote:
>>
>>> Hi,
>>>
>>> Recent thread titled 'J2EE running' is about the changes you see.
>>> Btw, have you managed Tomcat working?
>>>
>>> Robert S. Sfeir wrote:
>>>
>>>> No, I'm not bashing.
>>>>
>>>> I just downloaded 2051, I can see that more stuff is being added,
>>>> and I have a general question about what JB's intent is with all
>>>> these new windows and settings. I don't get the necessity of most
>>>> of it. For example, you setup an app server by pointing to a
>>>> directory. Then you go and edit the run config, and the Tomcat tab
>>>> is back (thank you), and in there it asks you what kind of app
>>>> server this is (not sure why, it's Tomcat), then there are a
>>>> zillion other things you can do in there, which again don't make
>>>> sense and add unnecessary complexity.
>>>>
>>>> I know this is still a work in progress, but I was hoping we could
>>>> at least discuss it here so we make sure that you're not spinning
>>>> your wheels doing something most will end up hating because it's
>>>> too complex.
>>>>
>>>> Thanks
>>>> R
>>>
>>>
>>>
>>>
>
>
Attachment(s):
moz-screenshot-1.jpg
Hello Maxim,
JAVA_OPTS cannot be edited. I need to pass some env vars to the JVM in addition to the DEBUG related env's.
Thanks,
--Venkat.
>> I like how you get to specify the start-up scripts, but ...
>>
>> Why do I have to configure an "Application Server" after I have said
>> where catalina home is and what version of TC it is?
>>
>> Norris Shelton
>> Sun Certified Java Programmer
>> Maxim Mossienko wrote:
>>
>>> Hi,
>>>
>>> Recent thread titled 'J2EE running' is about the changes you see.
>>> Btw, have you managed Tomcat working?
>>>
>>> Robert S. Sfeir wrote:
>>>
>>>> No, I'm not bashing.
>>>>
>>>> I just downloaded 2051, I can see that more stuff is being added,
>>>> and I have a general question about what JB's intent is with all
>>>> these new windows and settings. I don't get the necessity of most
>>>> of it. For example, you setup an app server by pointing to a
>>>> directory. Then you go and edit the run config, and the Tomcat
>>>> tab is back (thank you), and in there it asks you what kind of app
>>>> server this is (not sure why, it's Tomcat), then there are a
>>>> zillion other things you can do in there, which again don't make
>>>> sense and add unnecessary complexity.
>>>>
>>>> I know this is still a work in progress, but I was hoping we could
>>>> at least discuss it here so we make sure that you're not spinning
>>>> your wheels doing something most will end up hating because it's
>>>> too complex.
>>>>
>>>> Thanks
>>>> R